summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-28lib: add lz4 compressor moduleChanho Min
2013-03-28lib: add support for LZ4-compressed kernelKyungsik Lee
2013-03-28decompressor: add LZ4 decompressor moduleKyungsik Lee
2013-03-28UAPI: Remove empty Kbuild filesDavid Howells
2013-03-28block, aio: batch completion for bios/kiocbsKent Overstreet
2013-03-28block: prep work for batch completionKent Overstreet
2013-03-28aio: kill ki_retryKent Overstreet
2013-03-28aio: kill ki_keyKent Overstreet
2013-03-28aio: don't include aio.h in sched.hKent Overstreet
2013-03-28generic dynamic per cpu refcountingKent Overstreet
2013-03-28aio: kill batch allocationKent Overstreet
2013-03-28aio: use cancellation list lazilyKent Overstreet
2013-03-28wait: add wait_event_hrtimeout()Kent Overstreet
2013-03-28aio: make aio_put_req() locklessKent Overstreet
2013-03-28aio: move private stuff out of aio.hKent Overstreet
2013-03-28aio: kill return value of aio_complete()Kent Overstreet
2013-03-28aio: remove retry-based AIOZach Brown
2013-03-28aio: remove dead code from aio.hZach Brown
2013-03-28kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-03-28remove unused random32() and srandom32()Akinobu Mita
2013-03-28net: rename random32 to prandomAkinobu Mita
2013-03-28pid_namespacec-h-simplify-defines-fixAndrew Morton
2013-03-28pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-03-28exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-03-28procfs: improve scaling in procNathan Zimmer
2013-03-28coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-03-28kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-03-28usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-03-28ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-03-28fat: restructure export_operationsNamjae Jeon
2013-03-28drivers/rtc/rtc-pxa.c: fix set time sync time issueLeo Song
2013-03-28drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han
2013-03-28rtc: add devm_rtc_device_{register,unregister}()Jingoo Han
2013-03-28epoll: support for disabling items, and a self-test appPaton J. Lewis
2013-03-28include/linux/printk.h: include stdarg.hAndrew Morton
2013-03-28early_printk: consolidate random copies of identical codeThomas Gleixner
2013-03-28printk/tracing: rework console tracingzhangwei(Jovi)
2013-03-28include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-03-28smp: Give WARN()ing when calling smp_call_function_many()/single() in serving...Chuansheng Liu
2013-03-28mm: add vm event counters for balloon pages compactionRafael Aquini
2013-03-28include-linux-mmzoneh-cleanups-fixAndrew Morton
2013-03-28include/linux/mmzone.h: cleanupsAndrew Morton
2013-03-28mm: remove free_area_cacheMichel Lespinasse
2013-03-28page_alloc: make setup_nr_node_ids() usable for arch init codeCody P Schafer
2013-03-28sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner
2013-03-28mm, hugetlb: include hugepages in meminfoDavid Rientjes
2013-03-28mm: allow arch code to control the user page table ceilingHugh Dickins
2013-03-28kexec-vmalloc-export-additional-vmalloc-layer-information-fixAndrew Morton
2013-03-28kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai
2013-03-28mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim