aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds11-173/+319
2015-02-15Added Little Endian support to vtpm modulehonclo1-8/+12
2015-02-15com20020-pci: add support for eae single cardMichael Grzeschik1-3/+18
2015-02-15vhost_net: fix wrong iter offset when setting number of buffersJason Wang1-5/+6
2015-02-15tpm, tpm_tis: fix TPM 2.0 probingJarkko Sakkinen3-15/+39
2015-02-15tpm: fix suspend/resume paths for TPM 2.0Jarkko Sakkinen5-39/+34
2015-02-14net: phy: micrel: disable NAND-tree for KSZ8021, KSZ8031, KSZ8051, KSZ8081Sylvain Rochet1-0/+28
2015-02-14r8152: restore hw settingshayeswang1-2/+57
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds34-432/+855
2015-02-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-107/+1830
2015-02-13drivers/rtc/rtc-armada38x: add a new RTC driver for recent mvebu SoCsGregory CLEMENT3-0/+331
2015-02-13rtc: rtc-ab-b5ze-s3: add sub-minute alarm supportArnaud Ebalard1-29/+262
2015-02-13rtc: add support for Abracon AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chipArnaud Ebalard3-0/+814
2015-02-13drivers/rtc/rtc-rk808.c: fix rtc time reading issueChris Zhong1-2/+8
2015-02-13drivers/rtc/rtc-isl12057.c: constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-02-13drivers/rtc/rtc-at91sam9.c: constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-02-13drivers/rtc/rtc-imxdi.c: add more known register bitsJuergen Borleis1-4/+40
2015-02-13drivers/rtc/rtc-imxdi.c: trivial clean up codeJuergen Borleis1-3/+3
2015-02-13rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree usersArnaud Ebalard1-6/+39
2015-02-13drivers/rtc/rtc-isl12057.c: add alarm support to Intersil ISL12057 RTC driverArnaud Ebalard1-8/+305
2015-02-13drivers/rtc/rtc-pcf2123.c: add support for devicetreeJoshua Clayton1-0/+10
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+4
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin1-0/+1
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton2-2/+0
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-2/+3
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo6-29/+13
2015-02-13scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+3
2015-02-13input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-3/+3
2015-02-13wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-35/+12
2015-02-13arm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+2
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-6/+4
2015-02-13clk: convert clock name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki1-23/+26
2015-02-13Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-119/+39
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki7-12/+21
2015-02-13Merge branch 'acpi-ec'Rafael J. Wysocki1-107/+18
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds7-8/+508
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-5/+17
2015-02-13hso: fix rx parsing logic when skb allocation failsAleksander Morgado1-1/+1
2015-02-13drm/radeon: fix voltage setup on hawaiiAlex Deucher1-0/+1
2015-02-13drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessaryAlex Deucher1-3/+1
2015-02-13Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie19-226/+1102
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-119/+135
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2-3/+3
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran1-3/+5
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky2-9/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim2-32/+64
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim1-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky1-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky1-14/+9