summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-22lib: add lz4 compressor moduleChanho Min
2013-03-22lib: add support for LZ4-compressed kernelKyungsik Lee
2013-03-22decompressor: add LZ4 decompressor moduleKyungsik Lee
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-22generic dynamic per cpu refcountingKent Overstreet
2013-03-22aio: kill batch allocationKent Overstreet
2013-03-22aio: use cancellation list lazilyKent Overstreet
2013-03-22wait: add wait_event_hrtimeout()Kent Overstreet
2013-03-22aio: make aio_put_req() locklessKent Overstreet
2013-03-22aio: move private stuff out of aio.hKent Overstreet
2013-03-22aio: kill return value of aio_complete()Kent Overstreet
2013-03-22aio: remove retry-based AIOZach Brown
2013-03-22aio: remove dead code from aio.hZach Brown
2013-03-22kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-03-22remove unused random32() and srandom32()Akinobu Mita
2013-03-22net: rename random32 to prandomAkinobu Mita
2013-03-22pid_namespacec-h-simplify-defines-fixAndrew Morton
2013-03-22pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-03-22procfs: improve scaling in procNathan Zimmer
2013-03-22coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-03-22kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-03-22usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-03-22ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-03-22fat: restructure export_operationsNamjae Jeon
2013-03-22drivers/rtc/rtc-pxa.c: fix set time sync time issueLeo Song
2013-03-22drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han
2013-03-22rtc: add devm_rtc_device_{register,unregister}()Jingoo Han
2013-03-22epoll: support for disabling items, and a self-test appPaton J. Lewis
2013-03-22include/linux/printk.h: include stdarg.hAndrew Morton
2013-03-22early_printk: consolidate random copies of identical codeThomas Gleixner
2013-03-22printk/tracing: rework console tracingzhangwei(Jovi)
2013-03-22include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-03-22smp: Give WARN()ing when calling smp_call_function_many()/single() in serving...Chuansheng Liu
2013-03-22mm: add vm event counters for balloon pages compactionRafael Aquini
2013-03-22include-linux-mmzoneh-cleanups-fixAndrew Morton
2013-03-22include/linux/mmzone.h: cleanupsAndrew Morton
2013-03-22mm: remove free_area_cacheMichel Lespinasse
2013-03-22mm: allow arch code to control the user page table ceilingHugh Dickins
2013-03-22kexec-vmalloc-export-additional-vmalloc-layer-information-fixAndrew Morton
2013-03-22kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai
2013-03-22mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim
2013-03-22mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim
2013-03-22mm-make-snapshotting-pages-for-stable-writes-a-per-bio-operation-fixAndrew Morton
2013-03-22mm: make snapshotting pages for stable writes a per-bio operationDarrick J. Wong
2013-03-22mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer
2013-03-22fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett
2013-03-22cgroup: remove css_get_nextMichal Hocko