summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-24kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh
2013-04-24aio: don't include aio.h in sched.hKent Overstreet
2013-04-24relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)
2013-04-24kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-04-24kernel/relay.c: remove unused function argument actorzhangwei(Jovi)
2013-04-24semaphore: use `bool' type for semaphore_waiter's upliguang
2013-04-24semaphore: use unlikely() for down's timeoutliguang
2013-04-24kernel/: rename random32() to prandom_u32()Akinobu Mita
2013-04-24pid_namespacec-h-simplify-defines-fixAndrew Morton
2013-04-24pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-04-24kernel-pidc-improve-flow-of-a-loop-inside-alloc_pidmap-fixAndrew Morton
2013-04-24kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho
2013-04-24kexec-use-min_t-to-simplify-logic-fixAndrew Morton
2013-04-24kexec: Use min() and min_t() to simplify logicZhang Yanfei
2013-04-24kexec: fix wrong types of some local variablesZhang Yanfei
2013-04-24coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-04-24kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-04-24kmod: split call to call_usermodehelper_fns()Lucas De Marchi
2013-04-24usermodehelper-export-_exec-and-_setup-functions-fixAndrew Morton
2013-04-24usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-04-24ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-04-24kernel-timerc-ove-some-non-timer-related-syscalls-to-kernel-sysc-checkpatch-f...Andrew Morton
2013-04-24kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell
2013-04-24kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell
2013-04-24kernel/compat.c: make do_sysinfo() staticStephen Rothwell
2013-04-24kmsg: honor dmesg_restrict sysctl on /dev/kmsgJosh Boyer
2013-04-24printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser
2013-04-24early_printk: consolidate random copies of identical codeThomas Gleixner
2013-04-24early_printk: consolidate random copies of identical codeThomas Gleixner
2013-04-24printk/tracing: rework console tracingzhangwei(Jovi)
2013-04-24kernel/smp.c: cleanupsAndrew Morton
2013-04-24workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-24kthread: implement probe_kthread_data()Tejun Heo
2013-04-24arc, print-fatal-signals: reduce duplicated informationVineet Gupta
2013-04-24dump_stack: unify debug information printed by show_regs()Tejun Heo
2013-04-24dump_stack: implement arch-specific hardware description in task dumpsTejun Heo
2013-04-24dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-04-24smp: Give WARN()ing when calling smp_call_function_many()/single() in serving...Chuansheng Liu
2013-04-24kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng
2013-04-24mm: remove free_area_cacheMichel Lespinasse
2013-04-24resource: update config option of release_mem_region_adjustable()Toshi Kani
2013-04-24resource-add-release_mem_region_adjustable-fix-fix-fixAndrew Morton
2013-04-24resource-add-release_mem_region_adjustable-fix-fixAndrew Morton
2013-04-24resource-add-release_mem_region_adjustable-fixAndrew Morton
2013-04-24resource: add release_mem_region_adjustable()Toshi Kani
2013-04-24resource: add __adjust_resource() for internal useToshi Kani
2013-04-24mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker
2013-04-24mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker
2013-04-24kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton
2013-04-24kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai