summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-09drivers: platform: x86: Use PTR_RET functionAlexandru Gheorghiu1-4/+1
2013-05-09sony-laptop: SVS151290S kbd backlight and gfx switch supportArthur Wirski1-1/+19
2013-05-09hp-wmi: add more definitions for new event_id'sAlex Hung1-0/+24
2013-05-09dell-laptop: Fix krealloc() misuse in parse_da_table()David Woodhouse1-4/+6
2013-05-09hp_accel: Ignore the error from lis3lv02d_poweron() at resumeShuah Khan1-1/+2
2013-05-09dell: add new dell WMI format for the AIO machinesAceLan Kao1-5/+48
2013-05-09Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds23-195/+322
2013-05-09Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-12/+17
2013-05-09Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds20-691/+1676
2013-05-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2-8/+6
2013-05-09mm/slab: Fix crash during slab initChris Mason1-10/+10
2013-05-09Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier26-192/+315
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds62-372/+17681
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds50-956/+1000
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim1-16/+18
2013-05-08f2fs: optimize scan_nat_page()Haicheng Li1-5/+9
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li1-6/+4
2013-05-08f2fs: bugfix for alloc_nid_failed()Haicheng Li1-2/+6
2013-05-08f2fs: recover when journal contains deleted filesChris Fries1-2/+6
2013-05-08f2fs: continue to mount after failing recoveryChris Fries1-4/+3
2013-05-08f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim3-2/+26
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas1-5/+5
2013-05-08arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas1-1/+2
2013-05-08arm64: dts: fix #address-cells for foundation-v8Mark Rutland1-1/+1
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas3-5/+8
2013-05-08arm64: Enable support for the ARM GIC interrupt controllerCatalin Marinas1-0/+1
2013-05-08Merge branch 'gic' into HEADCatalin Marinas39-194/+99
2013-05-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds89-1364/+900
2013-05-08aio: don't include aio.h in sched.hKent Overstreet58-7/+58
2013-05-08aio: kill ki_retryKent Overstreet2-165/+85
2013-05-08aio: kill ki_keyKent Overstreet2-7/+9
2013-05-08aio: give shared kioctx fields their own cachelinesKent Overstreet1-12/+15
2013-05-08aio: kill struct aio_ring_infoKent Overstreet1-81/+74
2013-05-08aio: kill batch allocationKent Overstreet2-102/+15
2013-05-08aio: change reqs_active to include unreaped completionsKent Overstreet1-15/+32
2013-05-08aio: use cancellation list lazilyKent Overstreet3-55/+81
2013-05-08aio: use flush_dcache_page()Kent Overstreet1-28/+17
2013-05-08aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet1-150/+90
2013-05-08wait: add wait_event_hrtimeout()Kent Overstreet1-0/+86
2013-05-08aio: refcounting cleanupKent Overstreet1-153/+119
2013-05-08aio: make aio_put_req() locklessKent Overstreet2-54/+36
2013-05-08aio: do fget() after aio_get_req()Kent Overstreet1-13/+9
2013-05-08aio: dprintk() -> pr_debug()Kent Overstreet1-33/+24
2013-05-08aio: move private stuff out of aio.hKent Overstreet3-61/+62
2013-05-08aio: add kiocb_cancel()Kent Overstreet1-36/+43
2013-05-08aio: kill return value of aio_complete()Kent Overstreet2-18/+11
2013-05-08char: add aio_{read,write} to /dev/{null,zero}Zach Brown1-0/+35
2013-05-08aio: remove retry-based AIOZach Brown5-379/+31
2013-05-08gadget: remove only user of aio retryZach Brown1-9/+29
2013-05-08aio: remove dead code from aio.hZach Brown1-24/+0