aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-05-01hostap: proc: Use remove_proc_subtree()David Howells
2013-05-01drm: proc: Use remove_proc_subtree()David Howells
2013-05-01drm: proc: Use minor->index to label things, not PDE->nameDavid Howells
2013-05-01drm: Constify drm_proc_list[]David Howells
2013-05-01zoran: Don't print proc_dir_entry data in debugDavid Howells
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells
2013-05-01airo: Use remove_proc_subtree()David Howells
2013-05-01rtl8192u: Don't need to save device proc dir PDEDavid Howells
2013-05-01rtl8187se: Use a dir under /proc/net/r8180/David Howells
2013-05-01proc: Add proc_mkdir_data()David Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2013-05-01bnx2x: Prevent memory leak when cnic is absentYuval Mintz
2013-05-01bnx2x: correct reading of speed capabilitiesYaniv Rosner
2013-05-01Merge branch 'topic/omap3isp' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-01Merge branch 'next' into for-linusDmitry Torokhov
2013-05-01Merge tag 'tag-for-linus-3.10' of git://git.linaro.org/people/sumitsemwal/lin...Linus Torvalds
2013-05-01tty: fix up atime/mtime mess, take threeLinus Torvalds
2013-05-01dma-buf: Add debugfs supportSumit Semwal
2013-05-01dma-buf: replace dma_buf_export() with dma_buf_export_named()Sumit Semwal
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-04-30Merge tag 'md-3.10' of git://neil.brown.name/mdLinus Torvalds
2013-04-30ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)
2013-04-30kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap
2013-04-30drivers/w1/slaves/w1_ds2760.c: fix the error handling in w1_ds2760_add_slave()Wei Yongjun
2013-04-30drivers/w1/slaves/w1_ds2781.c: fix the error handling in w1_ds2781_add_slave()Wei Yongjun
2013-04-30drivers/w1/slaves/w1_ds2780.c: fix the error handling in w1_ds2780_add_slave()Wei Yongjun
2013-04-30drivers/w1/slaves/w1_bq27000.c: fix the error handling in w1_bq27000_add_slave()Wei Yongjun
2013-04-30drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han
2013-04-30pps: pps_kc_hardpps_lock can be staticFengguang Wu
2013-04-30pps: hide more configuration symbols behind CONFIG_PPSFlorian Fainelli
2013-04-30aoe: replace kmalloc and then memcpy with kmemdupMihnea Dobrescu-Balaur
2013-04-30nbd: increase default and max request sizesMichal Belczyk
2013-04-30i2o: check copy_from_user() size parameterDan Carpenter
2013-04-30dmi_scan: refactor dmi_scan_machine(), {smbios,dmi}_present()Ben Hutchings
2013-04-30staging: speakup: remove custom string_unescape_any_inplaceAndy Shevchenko
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-30dmi: morph dmi_dump_ids() into dmi_format_ids() which formats into a bufferTejun Heo
2013-04-30staging: zcache: enable zcache to be built/loaded as a moduleDan Magenheimer
2013-04-30staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer
2013-04-30zcache/tmem: Better error checking on frontswap_register_ops return value.Konrad Rzeszutek Wilk
2013-04-30xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer
2013-04-30cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk
2013-04-30frontswap: make frontswap_init use a pointer for the opsKonrad Rzeszutek Wilk
2013-04-30drivers/usb/storage/realtek_cr.c: fix buildAndrew Morton