aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-09Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-05-09Merge tag 'edac_fixes_for_3.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-05-09Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-05-09Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-05-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds
2013-05-09EDAC: Don't give write permission to read-only filesSrivatsa S. Bhat
2013-05-09watchdog: Fix race condition in registration codeGuenter Roeck
2013-05-09watchdog: Convert to devm_ioremap_resource()Sachin Kamat
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-05-08Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-08Merge tag 'f2fs-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2013-05-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds
2013-05-08mm/slab: Fix crash during slab initChris Mason
2013-05-08Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier
2013-05-08Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-05-08f2fs: cover free_nid management with spin_lockJaegeuk Kim
2013-05-08f2fs: optimize scan_nat_page()Haicheng Li
2013-05-08f2fs: code cleanup for scan_nat_page() and build_free_nids()Haicheng Li
2013-05-08f2fs: bugfix for alloc_nid_failed()Haicheng Li
2013-05-08f2fs: recover when journal contains deleted filesChris Fries
2013-05-08f2fs: continue to mount after failing recoveryChris Fries
2013-05-08f2fs: avoid deadlock during evict after f2fs_gcJaegeuk Kim
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas
2013-05-08arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas
2013-05-08arm64: dts: fix #address-cells for foundation-v8Mark Rutland
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas
2013-05-08arm64: Enable support for the ARM GIC interrupt controllerCatalin Marinas
2013-05-08Merge branch 'gic' into HEADCatalin Marinas
2013-05-07Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07aio: kill ki_retryKent Overstreet
2013-05-07aio: kill ki_keyKent Overstreet
2013-05-07aio: give shared kioctx fields their own cachelinesKent Overstreet
2013-05-07aio: kill struct aio_ring_infoKent Overstreet
2013-05-07aio: kill batch allocationKent Overstreet
2013-05-07aio: change reqs_active to include unreaped completionsKent Overstreet
2013-05-07aio: use cancellation list lazilyKent Overstreet
2013-05-07aio: use flush_dcache_page()Kent Overstreet
2013-05-07aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet
2013-05-07wait: add wait_event_hrtimeout()Kent Overstreet
2013-05-07aio: refcounting cleanupKent Overstreet
2013-05-07aio: make aio_put_req() locklessKent Overstreet
2013-05-07aio: do fget() after aio_get_req()Kent Overstreet
2013-05-07aio: dprintk() -> pr_debug()Kent Overstreet
2013-05-07aio: move private stuff out of aio.hKent Overstreet
2013-05-07aio: add kiocb_cancel()Kent Overstreet
2013-05-07aio: kill return value of aio_complete()Kent Overstreet
2013-05-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown