summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-03-27kernel/sys.c: make prctl(PR_SET_MM) generally availableAmnon Shiloh
2013-03-27aio: don't include aio.h in sched.hKent Overstreet
2013-03-27relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)
2013-03-27kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-03-27kernel/relay.c: remove unused function argument actorzhangwei(Jovi)
2013-03-27semaphore: use `bool' type for semaphore_waiter's upliguang
2013-03-27semaphore: use unlikely() for down's timeoutliguang
2013-03-27kernel/: rename random32() to prandom_u32()Akinobu Mita
2013-03-27pid_namespacec-h-simplify-defines-fixAndrew Morton
2013-03-27pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-03-27kernel-pidc-improve-flow-of-a-loop-inside-alloc_pidmap-fixAndrew Morton
2013-03-27kernel/pid.c: improve flow of a loop inside alloc_pidmap.Raphael S. Carvalho
2013-03-27kexec-use-min_t-to-simplify-logic-fixAndrew Morton
2013-03-27kexec: Use min() and min_t() to simplify logicZhang Yanfei
2013-03-27kexec: fix wrong types of some local variablesZhang Yanfei
2013-03-27coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-03-27kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-03-27kmod: split call to call_usermodehelper_fns()Lucas De Marchi
2013-03-27usermodehelper-export-_exec-and-_setup-functions-fixAndrew Morton
2013-03-27usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-03-27ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-03-27early_printk: consolidate random copies of identical codeThomas Gleixner
2013-03-27early_printk: consolidate random copies of identical codeThomas Gleixner
2013-03-27printk/tracing: rework console tracingzhangwei(Jovi)
2013-03-27kernel/smp.c: cleanupsAndrew Morton
2013-03-27smp: Give WARN()ing when calling smp_call_function_many()/single() in serving...Chuansheng Liu
2013-03-27kernel/range.c: subtract_range: fix the broken phrase issued by printkLin Feng
2013-03-27kernel/watchdog.c: add comments to explain watchdog_disabled variableanish kumar
2013-03-27mm: remove free_area_cacheMichel Lespinasse
2013-03-27kexec, vmalloc: export additional vmalloc layer informationAtsushi Kumagai
2013-03-27mm, vmalloc: export vmap_area_list, instead of vmlistJoonsoo Kim
2013-03-27fs: don't compile in drop_caches.c when CONFIG_SYSCTL=nJosh Triplett
2013-03-27cgroup: remove css_get_nextMichal Hocko
2013-03-27mm,kexec: use common help functions to free reserved pagesJiang Liu
2013-03-27watchdog: trigger all-cpu backtrace when locked up and going to panicSasha Levin
2013-03-27fs: fix hang with BSD accounting on frozen filesystemJan Kara
2013-03-27lglock: update lockdep annotations to report recursive local locksMichel Lespinasse
2013-03-27ktime_add_ns() may overflow on 32bit architecturesDavid Engraf
2013-03-27posix_cpu_timers: consolidate expired timers checkFrederic Weisbecker
2013-03-27posix_cpu_timers: consolidate timer list cleanupsFrederic Weisbecker
2013-03-27posix_cpu_timer: consolidate expiry time typeFrederic Weisbecker
2013-03-27timer_list-convert-timer-list-to-be-a-proper-seq_file-v3-fixAndrew Morton
2013-03-27timer_list-convert-timer-list-to-be-a-proper-seq_file-v3Nathan Zimmer
2013-03-27timer_list: convert timer list to be a proper seq_fileNathan Zimmer
2013-03-27timer_list-split-timer_list_show_tickdevices-v4Nathan Zimmer
2013-03-27timer_list: split timer_list_show_tickdevices()Nathan Zimmer
2013-03-27kthread: kill task_get_live_kthread()Oleg Nesterov
2013-03-27kthread: introduce to_live_kthread()Oleg Nesterov
2013-03-27Merge remote-tracking branch 'signal/for-next'Stephen Rothwell
2013-03-27Merge remote-tracking branch 'userns/for-next'Stephen Rothwell