aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds60-441/+1799
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds157-2902/+8110
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds11-173/+319
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-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-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
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran1-17/+16
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky1-8/+6
2015-02-12Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds15-193/+407
2015-02-12UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds13-387/+428
2015-02-12UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg1-15/+22
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds8-31/+29
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds7-171/+67
2015-02-12Merge tag 'md/3.20' of git://neil.brown.name/mdLinus Torvalds14-606/+858
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds20-1448/+1996