summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)-4/+1
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)-0/+3
2013-04-30kernel/relay.c: remove unused function argument actorzhangwei(Jovi)-8/+4
2013-04-30semaphore: use `bool' type for semaphore_waiter's upliguang-3/+3
2013-04-30semaphore: use unlikely() for down's timeoutliguang-1/+1
2013-04-30pid_namespace.c/.h: simplify definesRaphael S.Carvalho-5/+0
2013-04-30kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho-2/+6
2013-04-30kexec: Use min() and min_t() to simplify logicZhang Yanfei-16/+8
2013-04-30kexec: fix wrong types of some local variablesZhang Yanfei-3/+3
2013-04-30coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov-2/+4
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi-14/+17
2013-04-30kmod: split call to call_usermodehelper_fns()Lucas De Marchi-2/+10
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi-33/+24
2013-04-30ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin-0/+80
2013-04-30kernel/timer.c: move some non timer related syscalls to kernel/sys.cStephen Rothwell-207/+212
2013-04-30kernel/timer.c: convert compat_sys_sysinfo to COMPAT_SYSCALL_DEFINEStephen Rothwell-2/+1
2013-04-30kernel/compat.c: make do_sysinfo() staticStephen Rothwell-66/+69
2013-04-30kernel/smp.c: cleanupsAndrew Morton-45/+46
2013-04-30kernel/smp.c: remove 'priv' of call_single_dataliguang-4/+2
2013-04-30kernel/smp.c: use '|=' for csd_lockliguang-1/+1
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo-1/+93
2013-04-30kthread: implement probe_kthread_data()Tejun Heo-0/+19
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta-2/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+16
2013-04-30dump_stack: implement arch-specific hardware description in task dumpsTejun Heo-6/+26
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo-0/+18
2013-04-30kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng-1/+2
2013-04-30Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2013-04-30Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-279/+757
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+109
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-451/+719
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-111/+432
2013-04-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-469/+435
2013-04-30tracing: Fix small merge bugSteven Rostedt-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-11/+28
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-520/+343
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-883/+1985
2013-04-29Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+18
2013-04-29kernel/: rename random32() to prandom_u32()Akinobu Mita-2/+2
2013-04-29printk: fix failure to return error in devkmsg_poll()Nicolas Kaiser-1/+2
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner-7/+23
2013-04-29printk/tracing: rework console tracingzhangwei(Jovi)-1/+1
2013-04-29Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-127/+239
2013-04-29mem hotunplug: fix kfree() of bootmem memoryYasuaki Ishimatsu-13/+55
2013-04-29resource: add release_mem_region_adjustable()Toshi Kani-0/+103
2013-04-29resource: add __adjust_resource() for internal useToshi Kani-13/+22
2013-04-29mm: replace hardcoded 3% with admin_reserve_pages knobAndrew Shewmaker-0/+7
2013-04-29mm: limit growth of 3% hardcoded other user reserveAndrew Shewmaker-0/+7
2013-04-29kernel/cpuset.c: use register_hotmemory_notifier()Andrew Morton-5/+7
2013-04-29kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai-1/+2