summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-19lib: add lz4 compressor moduleChanho Min
2013-04-19lib: add support for LZ4-compressed kernelKyungsik Lee
2013-04-19decompressor: add LZ4 decompressor moduleKyungsik Lee
2013-04-19UAPI: remove empty Kbuild filesDavid Howells
2013-04-19block, aio: batch completion for bios/kiocbsKent Overstreet
2013-04-19block-prep-work-for-batch-completion-fix-4Andrew Morton
2013-04-19block: prep work for batch completionKent Overstreet
2013-04-19aio: kill ki_retryKent Overstreet
2013-04-19aio: kill ki_keyKent Overstreet
2013-04-19aio: don't include aio.h in sched.hKent Overstreet
2013-04-19generic dynamic per cpu refcountingKent Overstreet
2013-04-19aio: kill batch allocationKent Overstreet
2013-04-19aio: use cancellation list lazilyKent Overstreet
2013-04-19wait: add wait_event_hrtimeout()Kent Overstreet
2013-04-19aio: make aio_put_req() locklessKent Overstreet
2013-04-19aio: move private stuff out of aio.hKent Overstreet
2013-04-19aio: kill return value of aio_complete()Kent Overstreet
2013-04-19aio: remove retry-based AIOZach Brown
2013-04-19aio: remove dead code from aio.hZach Brown
2013-04-19kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-04-19remove unused random32() and srandom32()Akinobu Mita
2013-04-19net: rename random32 to prandomAkinobu Mita
2013-04-19pid_namespacec-h-simplify-defines-fixAndrew Morton
2013-04-19pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-04-19ipc: sysv shared memory limited to 8TiBRobin Holt
2013-04-19inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic()Jeff Layton
2013-04-19idr: introduce idr_alloc_cyclic()Jeff Layton
2013-04-19exec: do not abuse ->cred_guard_mutex in threadgroup_lock()Oleg Nesterov
2013-04-19coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-19kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-04-19usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-04-19ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-04-19fat: restructure export_operationsNamjae Jeon
2013-04-19drivers/rtc/rtc-pxa.c: fix set time sync time issueLeo Song
2013-04-19drivers/rtc/class.c: use struct device as the first argument for devm_rtc_dev...Jingoo Han
2013-04-19rtc: add devm_rtc_device_{register,unregister}()Jingoo Han
2013-04-19kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-04-19lib-string_helpers-introduce-generic-string_unescape-fixAndrew Morton
2013-04-19lib/string_helpers: introduce generic string_unescapeAndy Shevchenko
2013-04-19lib, net: make isodigit() public and use itAndy Shevchenko
2013-04-19drivers/video/backlight/platform_lcd.c: introduce probe callbackAndrew Bresticker
2013-04-19include/linux/printk.h: include stdarg.hAndrew Morton
2013-04-19early_printk: consolidate random copies of identical codeThomas Gleixner
2013-04-19printk/tracing: rework console tracingzhangwei(Jovi)
2013-04-19include/linux/fs.h: disable preempt when acquire i_size_seqcount write lockFan Du
2013-04-19workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-19kthread: implement probe_kthread_data()Tejun Heo
2013-04-19dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-19dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-19dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo