summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-22Merge branch 'akpm/master'Stephen Rothwell
2013-03-22crypto: add lz4 Cryptographic APIChanho Min
2013-03-22lib: add lz4 compressor moduleChanho Min
2013-03-22x86: add support for LZ4-compressed kernelKyungsik Lee
2013-03-22arm: add support for LZ4-compressed kernelKyungsik Lee
2013-03-22lib: add support for LZ4-compressed kernelKyungsik Lee
2013-03-22decompressor: add LZ4 decompressor moduleKyungsik Lee
2013-03-22kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh
2013-03-22kconfig menu: move Virtualization drivers near other virtualization optionsRandy Dunlap
2013-03-22kconfig-consolidate-config_debug_strict_user_copy_checks-fixStephen Boyd
2013-03-22Kconfig: consolidate CONFIG_DEBUG_STRICT_USER_COPY_CHECKSStephen Boyd
2013-03-22aio: fix ringbuffer calculation so we don't wrapKent Overstreet
2013-03-22aio: fix kioctx not being freed after cancellation at exit timeBenjamin LaHaise
2013-03-22aio: correct calculation of available eventsBenjamin LaHaise
2013-03-22aio: document, clarify aio_read_events() and shadow_tailKent Overstreet
2013-03-22aio: fix aio_read_events_ring() typesKent Overstreet
2013-03-22mtip32xx: convert to batch completionKent Overstreet
2013-03-22virtio-blk: convert to batch completionKent Overstreet
2013-03-22block, aio: batch completion for bios/kiocbsKent Overstreet
2013-03-22aio: kill ki_retryKent Overstreet
2013-03-22aio: kill ki_keyKent Overstreet
2013-03-22aio: don't include aio.h in sched.hKent Overstreet
2013-03-22aio: use xchg() instead of completion_lockKent Overstreet
2013-03-22aio: percpu ioctx refcountKent Overstreet
2013-03-22generic dynamic per cpu refcountingKent Overstreet
2013-03-22aio: percpu reqs_availableKent Overstreet
2013-03-22aio: reqs_active -> reqs_availableKent Overstreet
2013-03-22aio: give shared kioctx fields their own cachelinesKent Overstreet
2013-03-22aio: kill struct aio_ring_infoKent Overstreet
2013-03-22aio: kill batch allocationKent Overstreet
2013-03-22aio: change reqs_active to include unreaped completionsKent Overstreet
2013-03-22aio: use cancellation list lazilyKent Overstreet
2013-03-22aio: use flush_dcache_page()Kent Overstreet
2013-03-22aio: make aio_read_evt() more efficient, convert to hrtimersKent Overstreet
2013-03-22wait: add wait_event_hrtimeout()Kent Overstreet
2013-03-22aio: refcounting cleanupKent Overstreet
2013-03-22aio: make aio_put_req() locklessKent Overstreet
2013-03-22aio: do fget() after aio_get_req()Kent Overstreet
2013-03-22aio: dprintk() -> pr_debug()Kent Overstreet
2013-03-22aio: move private stuff out of aio.hKent Overstreet
2013-03-22aio: add kiocb_cancel()Kent Overstreet
2013-03-22aio: kill return value of aio_complete()Kent Overstreet
2013-03-22char: add aio_{read,write} to /dev/{null,zero}Zach Brown
2013-03-22aio: remove retry-based AIOZach Brown
2013-03-22gadget: remove only user of aio retryZach Brown
2013-03-22aio: remove dead code from aio.hZach Brown
2013-03-22mm: remove old aio use_mm() commentZach Brown
2013-03-22kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-03-22kernel/relay.c: remove unused function argument actorzhangwei(Jovi)
2013-03-22drivers/memstick/host/r592.c: make r592_pm_ops staticJingoo Han