summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-25zram: reorganize code layoutSergey Senozhatsky1-363/+362
2015-06-25zram: use idr instead of `zram_devices' arraySergey Senozhatsky1-37/+49
2015-06-25zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky1-1/+1
2015-06-25zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2-13/+1
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds19-81/+907
2015-06-25Merge tag 'dm-4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds29-714/+4103
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds12-12/+17
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds10-1465/+969
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds26-237/+170
2015-06-25Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds7-208/+145
2015-06-25Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds15-22/+1212
2015-06-25firmware: dmi_scan: Coding style cleanupsJean Delvare1-4/+3
2015-06-25firmware: dmi_scan: add SBMIOS entry and DMI tablesIvan Khoronzhuk2-9/+86
2015-06-25firmware: dmi_scan: Trim DMI table length before exporting itJean Delvare1-5/+10
2015-06-25firmware: dmi_scan: Rename dmi_table to dmi_decode_tableIvan Khoronzhuk1-5/+5
2015-06-25firmware: dmi_scan: Only honor end-of-table for 64-bit tablesJean Delvare1-4/+9
2015-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-8/+4
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds47-324/+1258
2015-06-24Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds10-184/+1834
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds93-693/+17302
2015-06-25drm/dp/mst: close deadlock in connector destruction.Dave Airlie1-2/+38
2015-06-24Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-20/+16
2015-06-24frontswap: allow multiple backendsDan Streetman1-7/+1
2015-06-24mm: oom_kill: simplify OOM killer lockingJohannes Weiner1-0/+2
2015-06-24mm: oom_kill: clean up victim marking and exiting interfacesJohannes Weiner1-1/+1
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds824-19176/+79592
2015-06-25rtc: remove useless I2C dependenciesAlexandre Belloni1-7/+3
2015-06-25rtc: whitespace fixesAlexandre Belloni2-30/+30
2015-06-25rtc: Properly sort MakefileAlexandre Belloni1-17/+17
2015-06-25rtc: pfc8563: fix uninitialized variable warningArnd Bergmann1-1/+1
2015-06-25rtc: ds1307: Enable the mcp794xx alarm after programming timeNishanth Menon1-6/+6
2015-06-25rtc: hym8563: make the irq optionalHeiko Stübner1-8/+10
2015-06-25rtc: gemini: fix cocci warningskbuild test robot1-2/+1
2015-06-25rtc: mv: correct 24 hour error messageAlexandre Belloni1-4/+4
2015-06-25rtc: mv: use BIT()Alexandre Belloni1-2/+3
2015-06-25rtc: efi: use correct EFI 'epoch'Ard Biesheuvel1-25/+14
2015-06-25rtc: interface: Remove rtc_set_mmss()Xunlei Pang1-45/+0
2015-06-25rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronizationXunlei Pang2-10/+21
2015-06-25rtc: sunxi: Replace deprecated rtc_tm_to_time()Xunlei Pang1-17/+15
2015-06-25rtc: isl1208: Replace deprecated rtc_tm_to_time()Xunlei Pang1-8/+1
2015-06-25rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang1-4/+4
2015-06-25rtc: palmas: Initialise bb_charging flag before using itLaxman Dewangan1-1/+1
2015-06-25rtc: simplify use of devm_ioremap_resourceJulia Lawall3-12/+3
2015-06-25rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell1-8/+3
2015-06-25rtc: driver for Cortina GeminiHans Ulli Kroll3-0/+188
2015-06-25rtc: stmp3xxx select STMP_DEVICEAlexandre Belloni1-0/+1
2015-06-25rtc: snvs: fix wakealarm by call enable_irq_wake earlierStefan Agner1-9/+21
2015-06-25rtc: rtc-v3020: use gpio_request_array()Jingoo Han1-30/+11
2015-06-25rtc: ep93xx: Use readl/writel for ioH Hartley Sweeten1-3/+3