| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-18 | 8 | -125/+126 |
|\ |
|
| * | perf: Fix unexported generic perf_arch_fetch_caller_regs | Frederic Weisbecker | 2010-03-17 | 2 | -0/+4 |
| * | perf: export perf_trace_regs and perf_arch_fetch_caller_regs | Xiao Guangrong | 2010-03-11 | 1 | -0/+1 |
| * | kprobes: Calculate the index correctly when freeing the out-of-line execution... | Masami Hiramatsu | 2010-03-11 | 1 | -1/+2 |
| * | perf_event: Fix oops triggered by cpu offline/online | Paul Mackerras | 2010-03-11 | 1 | -1/+12 |
| * | perf: Drop the obsolete profile naming for trace events | Frederic Weisbecker | 2010-03-10 | 6 | -76/+76 |
| * | perf: Take a hot regs snapshot for trace events | Frederic Weisbecker | 2010-03-10 | 4 | -11/+9 |
| * | perf: Introduce new perf_fetch_caller_regs() for hot regs snapshot | Frederic Weisbecker | 2010-03-10 | 1 | -0/+5 |
| * | lockdep: Move lock events under lockdep recursion protection | Frederic Weisbecker | 2010-03-10 | 1 | -6/+3 |
| * | perf: Provide better condition for event rotation | Peter Zijlstra | 2010-03-10 | 1 | -6/+15 |
| * | perf: Optimize perf_disable | Peter Zijlstra | 2010-03-10 | 1 | -13/+3 |
| * | perf: Rework and fix the arch CPU-hotplug hooks | Peter Zijlstra | 2010-03-10 | 1 | -15/+0 |
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-03-13 | 2 | -3/+8 |
|\ \ |
|
| * | | sched: Fix pick_next_highest_task_rt() for cgroups | Peter Zijlstra | 2010-03-11 | 1 | -1/+6 |
| * | | sched: Cleanup: remove unused variable in try_to_wake_up() | Dan Carpenter | 2010-03-11 | 1 | -2/+2 |
* | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-13 | 9 | -24/+49 |
|\ \ \ |
|
| * | | | rcu: Increase RCU CPU stall timeouts if PROVE_RCU | Paul E. McKenney | 2010-03-11 | 1 | -6/+15 |
| * | | | ftrace: Replace read_barrier_depends() with rcu_dereference_raw() | Paul E. McKenney | 2010-03-11 | 1 | -9/+13 |
| * | | | rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare() | Paul E. McKenney | 2010-03-04 | 1 | -2/+2 |
| * | | | rcu: Add control variables to lockdep_rcu_dereference() diagnostics | Paul E. McKenney | 2010-03-04 | 1 | -0/+1 |
| * | | | rcu: Use wrapper function instead of exporting tasklist_lock | Paul E. McKenney | 2010-03-04 | 3 | -3/+12 |
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'core/futexes' and 'core/iommu' into core/urgent | Ingo Molnar | 2010-03-04 | 1 | -3/+3 |
| |\ \ \ \ |
|
| * | | | | | sched, rcu: Fix rcu_dereference() for RCU-lockdep | Paul E. McKenney | 2010-03-01 | 1 | -1/+1 |
| * | | | | | Merge branch 'linus' into core/rcu | Ingo Molnar | 2010-03-01 | 35 | -3340/+3685 |
| |\ \ \ \ \ |
|
| * | | | | | | rcu: Fix holdoff for accelerated GPs for last non-dynticked CPU | Paul E. McKenney | 2010-02-28 | 1 | -3/+5 |
* | | | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-03-13 | 6 | -23/+77 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | tracing: Do not record user stack trace from NMI context | Steven Rostedt | 2010-03-12 | 1 | -0/+7 |
| * | | | | | | | tracing: Disable buffer switching when starting or stopping trace | Steven Rostedt | 2010-03-12 | 1 | -0/+9 |
| * | | | | | | | tracing: Use same local variable when resetting the ring buffer | Steven Rostedt | 2010-03-12 | 1 | -4/+4 |
| * | | | | | | | function-graph: Init curr_ret_stack with ret_stack | Steven Rostedt | 2010-03-12 | 1 | -1/+1 |
| * | | | | | | | ring-buffer: Move disabled check into preempt disable section | Lai Jiangshan | 2010-03-12 | 1 | -6/+6 |
| * | | | | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2010-03-11 | 4 | -12/+48 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | function-graph: Add tracing_thresh support to function_graph tracer | Tim Bird | 2010-03-05 | 3 | -5/+43 |
| | * | | | | | | | tracing: Update the comm field in the right variable in update_max_tr | Arnaldo Carvalho de Melo | 2010-03-05 | 1 | -2/+2 |
| | * | | | | | | | function-graph: Use comment notation for func names of dangling '}' | Steven Rostedt | 2010-03-05 | 1 | -1/+1 |
| | * | | | | | | | function-graph: Fix unused reference to ftrace_set_func() | Steven Rostedt | 2010-03-05 | 1 | -4/+2 |
| * | | | | | | | | Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2010-03-04 | 50 | -3253/+3933 |
| |\ \ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | tracing: Fix warning in s_next of trace file ops | Lai Jiangshan | 2010-03-02 | 1 | -0/+1 |
| * | | | | | | | | tracing: Include irqflags headers from trace clock | Frederic Weisbecker | 2010-02-28 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-03-13 | 2 | -34/+13 |
|\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| * | | | | | | | | perf: Provide generic perf_sample_data initialization | Peter Zijlstra | 2010-03-10 | 1 | -13/+8 |
| * | | | | | | | | Merge commit 'v2.6.34-rc1' into perf/urgent | Ingo Molnar | 2010-03-09 | 79 | -3457/+5379 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'perf/core' into perf/urgent | Ingo Molnar | 2010-03-04 | 18 | -517/+666 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | perf, x86: Restrict the ANY flag | Peter Zijlstra | 2010-03-02 | 1 | -15/+0 |
| | * | | | | | | | | | percpu: Add __percpu sparse annotations to hw_breakpoint | Tejun Heo | 2010-02-27 | 1 | -5/+5 |
| | * | | | | | | | | | Merge commit 'v2.6.33' into perf/core | Frederic Weisbecker | 2010-02-27 | 21 | -82/+216 |
| | |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | hw-breakpoints: Remove stub unthrottle callback | Frederic Weisbecker | 2010-02-28 | 1 | -1/+0 |
* | | | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2010-03-12 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | timekeeping: Prevent oops when GENERIC_TIME=n | john stultz | 2010-03-02 | 1 | -0/+4 |
| | |_|_|_|_|_|_|_|_|_|/
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2010-03-12 | 8 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|