| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-03-12 | Merge branch 'perf/hw-branch-sampling' into perf/core |  Ingo Molnar | 2 | -0/+183 |
| 2012-03-12 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 5 | -36/+97 |
| 2012-03-07 | Revert "CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume" |  Linus Torvalds | 1 | -2/+2 |
| 2012-03-06 | genirq: Clear action->thread_mask if IRQ_ONESHOT is not set |  Thomas Gleixner | 1 | -6/+38 |
| 2012-03-05 | hung_task: fix the broken rcu_lock_break() logic |  Oleg Nesterov | 1 | -4/+7 |
| 2012-03-05 | vfork: kill PF_STARTING |  Oleg Nesterov | 1 | -9/+0 |
| 2012-03-05 | coredump_wait: don't call complete_vfork_done() |  Oleg Nesterov | 1 | -1/+1 |
| 2012-03-05 | vfork: make it killable |  Oleg Nesterov | 1 | -8/+32 |
| 2012-03-05 | vfork: introduce complete_vfork_done() |  Oleg Nesterov | 1 | -7/+10 |
| 2012-03-05 | kprobes: return proper error code from register_kprobe() |  Prashanth Nageshappa | 1 | -5/+7 |
| 2012-03-05 | kmsg_dump: don't run on non-error paths by default |  Matthew Garrett | 1 | -0/+6 |
| 2012-03-05 | perf: Add callback to flush branch_stack on context switch |  Stephane Eranian | 1 | -0/+85 |
| 2012-03-05 | perf: Disable PERF_SAMPLE_BRANCH_* when not supported |  Stephane Eranian | 2 | -0/+30 |
| 2012-03-05 | perf: Add generic taken branch sampling support |  Stephane Eranian | 1 | -0/+68 |
| 2012-03-05 | Merge branch 'perf/urgent' into perf/core |  Ingo Molnar | 16 | -35/+108 |
| 2012-03-02 | Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -4/+4 |
| 2012-02-28 | static keys: Inline the static_key_enabled() function |  Jason Baron | 1 | -6/+0 |
| 2012-02-28 | Merge branch 'perf/jump-labels' into perf/core |  Ingo Molnar | 6 | -94/+117 |
| 2012-02-28 | perf/hwbp: Fix a possible memory leak |  Namhyung Kim | 1 | -2/+2 |
| 2012-02-27 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -1/+2 |
| 2012-02-27 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -13/+37 |
| 2012-02-27 | CPU hotplug, cpusets, suspend: Don't touch cpusets during suspend/resume |  Srivatsa S. Bhat | 1 | -2/+2 |
| 2012-02-24 | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() |  Oleg Nesterov | 1 | -1/+4 |
| 2012-02-24 | static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() |  Ingo Molnar | 6 | -92/+112 |
| 2012-02-22 | sched/events: Revert trace_sched_stat_sleeptime() |  Peter Zijlstra | 2 | -1/+2 |
| 2012-02-22 | jump label: Fix compiler warning |  Jason Baron | 1 | -1/+1 |
| 2012-02-22 | jump label: Add a WARN() if jump label key count goes negative |  Jason Baron | 1 | -1/+4 |
| 2012-02-21 | ftrace, perf: Add filter support for function trace event |  Jiri Olsa | 4 | -9/+168 |
| 2012-02-21 | ftrace: Allow to specify filter field type for ftrace events |  Jiri Olsa | 4 | -47/+82 |
| 2012-02-21 | ftrace, perf: Add support to use function tracepoint in perf |  Jiri Olsa | 4 | -2/+106 |
| 2012-02-21 | ftrace: Add FTRACE_ENTRY_REG macro to allow event registration |  Jiri Olsa | 2 | -2/+20 |
| 2012-02-21 | ftrace, perf: Add add/del tracepoint perf registration actions |  Jiri Olsa | 4 | -1/+11 |
| 2012-02-21 | ftrace, perf: Add open/close tracepoint perf registration actions |  Jiri Olsa | 4 | -49/+97 |
| 2012-02-21 | ftrace: Add enable/disable ftrace_ops control interface |  Jiri Olsa | 2 | -7/+106 |
| 2012-02-21 | tracing: Don't use p->len field to determine output in __print_*() functions |  Steven Rostedt | 1 | -3/+3 |
| 2012-02-20 | tracing: Don't print an extra separator of flags |  Andrey Vagin | 1 | -2/+4 |
| 2012-02-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -2/+2 |
| 2012-02-17 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core |  Ingo Molnar | 7 | -16/+31 |
| 2012-02-15 | genirq: Handle pending irqs in irq_startup() |  Thomas Gleixner | 4 | -11/+14 |
| 2012-02-15 | genirq: Unmask oneshot irqs when thread was not woken |  Thomas Gleixner | 1 | -2/+23 |
| 2012-02-13 | vfs: fix panic in __d_lookup() with high dentry hashtable counts |  Dimitri Sivanich | 1 | -2/+2 |
| 2012-02-13 | Merge tag 'for-linus' of git://github.com/rustyrussell/linux |  Linus Torvalds | 1 | -1/+2 |
| 2012-02-14 | module: make module param bint handle nul value |  Dave Young | 1 | -1/+2 |
| 2012-02-13 | tracing/trivial: Use kcalloc instead of kzalloc to allocate array |  Thomas Meyer | 3 | -7/+6 |
| 2012-02-13 | printk/tracing: Add console output tracing |  Johannes Berg | 1 | -0/+5 |
| 2012-02-13 | ftrace: sched_switch plugin is deprecated |  Geunsik Lim | 1 | -3/+3 |
| 2012-02-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block |  Linus Torvalds | 2 | -3/+9 |
| 2012-02-11 | watchdog: Fix code/comments mismatches |  Fernando Luis Vázquez Cao | 1 | -12/+12 |
| 2012-02-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -5/+14 |
| 2012-02-10 | relay: prevent integer overflow in relay_open() |  Dan Carpenter | 1 | -2/+8 |