summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-06-26Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-34/+85
2015-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-483/+736
2015-06-25Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds33-323/+1173
2015-06-25Merge branch 'i2c/for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds28-154/+2602
2015-06-25Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds8-10/+273
2015-06-25Merge tag 'edac/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2-95/+125
2015-06-25Merge tag 'media/v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds495-7832/+23453
2015-06-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds25-533/+3620
2015-06-25Merge tag 'sound-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-21/+51
2015-06-25Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-27/+113
2015-06-25drivers/firmware/memmap.c: fix kernel-doc formatMichal Simek1-11/+13
2015-06-25drivers/md/md.c: use strreplace()Rasmus Villemoes1-3/+1
2015-06-25drivers/base/core.c: use strreplace()Rasmus Villemoes1-5/+4
2015-06-25netconsole: implement extended console supportTejun Heo1-2/+139
2015-06-25netconsole: make all dynamic netconsoles share a mutexTejun Heo1-5/+3
2015-06-25netconsole: make netconsole_target->enabled a boolTejun Heo1-9/+9
2015-06-25netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo1-2/+0
2015-06-25drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King1-1/+1
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-1/+1
2015-06-25Mohit Kumar has movedPratyush Anand3-3/+3
2015-06-25Pratyush Anand has movedPratyush Anand5-8/+8
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky3-0/+9
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky2-1/+9
2015-06-25zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky1-5/+3
2015-06-25zram: add dynamic device add/remove functionalitySergey Senozhatsky1-3/+97
2015-06-25zram: close race by open overridingSergey Senozhatsky2-19/+38
2015-06-25zram: return zram device_id from zram_add()Sergey Senozhatsky1-9/+14
2015-06-25zram: trivial: correct flag operations commentSergey Senozhatsky1-1/+1
2015-06-25zram: report every added and removed deviceSergey Senozhatsky1-2/+3
2015-06-25zram: remove max_num_devices limitationSergey Senozhatsky2-13/+1
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