summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-03-19aio: don't include aio.h in sched.hKent Overstreet
2013-03-19semaphore: use `bool' type for semaphore_waiter's upliguang
2013-03-19semaphore: use unlikely() for down's timeoutliguang
2013-03-19kernel/: rename random32() to prandom_u32()Akinobu Mita
2013-03-19pid_namespacec-h-simplify-defines-fixAndrew Morton
2013-03-19pid_namespace.c/.h: simplify definesRaphael S.Carvalho
2013-03-19kexec-use-min_t-to-simplify-logic-fixAndrew Morton
2013-03-19kexec: Use min() and min_t() to simplify logicZhang Yanfei
2013-03-19kexec: fix wrong types of some local variablesZhang Yanfei
2013-03-19freezer: do not send a fake signal to a PF_DUMPCORE threadOleg Nesterov
2013-03-19coredump: only SIGKILL should interrupt the coredumping taskOleg Nesterov
2013-03-19ptrace: add ability to retrieve signals without removing from a queue (v4)Andrey Vagin
2013-03-19printk/tracing: rework console tracingzhangwei(Jovi)
2013-03-19kernel/smp.c: cleanupsAndrew Morton
2013-03-19smp: Give WARN()ing when calling smp_call_function_many()/single() in serving...Chuansheng Liu
2013-03-19mm: remove free_area_cacheMichel Lespinasse
2013-03-19watchdog: trigger all-cpu backtrace when locked up and going to panicSasha Levin
2013-03-19fs: fix hang with BSD accounting on frozen filesystemJan Kara
2013-03-19lglock: update lockdep annotations to report recursive local locksMichel Lespinasse
2013-03-19timer_list-convert-timer-list-to-be-a-proper-seq_file-v3-fixAndrew Morton
2013-03-19timer_list-convert-timer-list-to-be-a-proper-seq_file-v3Nathan Zimmer
2013-03-19timer_list: convert timer list to be a proper seq_fileNathan Zimmer
2013-03-19timer_list-split-timer_list_show_tickdevices-v4Nathan Zimmer
2013-03-19timer_list: split timer_list_show_tickdevices()Nathan Zimmer
2013-03-19kmsg: honor dmesg_restrict sysctl on /dev/kmsgJosh Boyer
2013-03-19Merge remote-tracking branch 'signal/for-next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'irqdomain/irqdomain/next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'bcon/master'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'workqueues/for-next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'ftrace/for-next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'pekey/devel-pekey'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'modules/modules-next'Stephen Rothwell
2013-03-19Merge remote-tracking branch 'drm-intel/drm-intel-next-queued'Stephen Rothwell
2013-03-18Merge branch 'for-3.10' into for-nextTejun Heo
2013-03-18params: Fix potential memory leak in add_sysfs_param()David Woodhouse
2013-03-18Merge branch 'master' into for-nextJiri Kosina
2013-03-15tracing: Update debugfs README fileSteven Rostedt (Red Hat)
2013-03-15tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-03-15tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)
2013-03-15tracing: Fix comment about prefix in arch_syscall_match_sym_name()zhangwei(Jovi)
2013-03-15tracing: Convert trace_destroy_fields() to staticzhangwei(Jovi)
2013-03-15tracing: Move find_event_field() into trace_events.czhangwei(Jovi)
2013-03-15tracing: Use TRACE_MAX_PRINT instead of constantzhangwei(Jovi)
2013-03-15tracing: Use pr_warn_once instead of open coded implementationzhangwei(Jovi)
2013-03-15ring-buffer: Add ring buffer startup selftestSteven Rostedt (Red Hat)
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell