Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | perf: Clean up power events by introducing new, more generic ones | Thomas Renninger | 2011-01-04 | 2 | -0/+18 | |
| * | | | | | | | | perf: Do not export power_frequency, but power_start event | Thomas Renninger | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | | | | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 2011-01-04 | 3 | -14/+63 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2010-12-22 | 2 | -4/+16 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | tracing/events: Show real number in array fields | Steven Rostedt | 2010-11-19 | 2 | -4/+16 | |
| * | | | | | | | | | | Merge commit 'v2.6.37-rc7' into perf/core | Ingo Molnar | 2010-12-22 | 7 | -151/+260 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | perf: Sysfs enumeration | Peter Zijlstra | 2010-12-16 | 1 | -1/+94 | |
| * | | | | | | | | | | | perf: Dynamic pmu types | Peter Zijlstra | 2010-12-16 | 2 | -7/+43 | |
| * | | | | | | | | | | | perf: Move perf_event_init() into main.c | Peter Zijlstra | 2010-12-16 | 1 | -2/+0 | |
| * | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-12-16 | 4 | -10/+43 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 2010-12-10 | 3 | -1/+18 | |
| * | | | | | | | | | | | | perf: Stop all counters on reboot | Peter Zijlstra | 2010-12-08 | 1 | -1/+23 | |
| * | | | | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2010-12-07 | 1 | -67/+167 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | perf events: Make sample_type identity fields available in all PERF_RECORD_ e... | Arnaldo Carvalho de Melo | 2010-12-05 | 1 | -17/+91 | |
| | * | | | | | | | | | | | | perf events: Separate the routines handling the PERF_SAMPLE_ identity fields | Arnaldo Carvalho de Melo | 2010-12-05 | 1 | -54/+75 | |
| | * | | | | | | | | | | | | perf events: Fix event inherit fallout of precalculated headers | Thomas Gleixner | 2010-12-05 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | Merge commit 'v2.6.37-rc5' into perf/core | Ingo Molnar | 2010-12-07 | 7 | -39/+72 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | kprobes: Use text_poke_smp_batch for unoptimizing | Masami Hiramatsu | 2010-12-06 | 1 | -6/+4 | |
| * | | | | | | | | | | | | | | kprobes: Use text_poke_smp_batch for optimizing | Masami Hiramatsu | 2010-12-06 | 1 | -10/+7 | |
| * | | | | | | | | | | | | | | kprobes: Reuse unused kprobe | Masami Hiramatsu | 2010-12-06 | 1 | -2/+30 | |
| * | | | | | | | | | | | | | | kprobes: Support delayed unoptimizing | Masami Hiramatsu | 2010-12-06 | 1 | -77/+233 | |
| * | | | | | | | | | | | | | | kprobes: Separate kprobe optimizing code from optimizer | Masami Hiramatsu | 2010-12-06 | 1 | -17/+26 | |
| * | | | | | | | | | | | | | | kprobes: Cleanup disabling and unregistering path | Masami Hiramatsu | 2010-12-06 | 1 | -56/+72 | |
| * | | | | | | | | | | | | | | kprobes: Rename old_p to more appropriate name | Masami Hiramatsu | 2010-12-06 | 1 | -47/+46 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | perf events: Precalculate the header space for PERF_SAMPLE_ fields | Arnaldo Carvalho de Melo | 2010-11-30 | 1 | -59/+91 | |
| * | | | | | | | | | | | | | perf, arch: Cleanup perf-pmu init vs lockup-detector | Peter Zijlstra | 2010-11-26 | 1 | -4/+3 | |
| * | | | | | | | | | | | | | perf: Ignore non-sampling overflows | Peter Zijlstra | 2010-11-26 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | perf: Don't bother to init the hrtimer for no SW sampling counters | Franck Bui-Huu | 2010-11-26 | 1 | -11/+13 | |
| * | | | | | | | | | | | | | perf: Limit event refresh to sampling event | Franck Bui-Huu | 2010-11-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | perf: Introduce is_sampling_event() | Franck Bui-Huu | 2010-11-26 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-11-26 | 3 | -19/+81 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge commit 'v2.6.37-rc3' into perf/core | Ingo Molnar | 2010-11-26 | 11 | -39/+84 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | / / / / | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-11-18 | 2 | -10/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | tracing: New flag to allow non privileged users to use a trace event | Frederic Weisbecker | 2010-11-18 | 2 | -10/+30 | |
| * | | | | | | | | | | | | | | x86, nmi_watchdog: Remove the old nmi_watchdog | Don Zickus | 2010-11-18 | 1 | -16/+0 | |
* | | | | | | | | | | | | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-01-06 | 1 | -125/+110 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | futex: Add futex_q static initializer | Darren Hart | 2010-11-10 | 1 | -15/+10 | |
| * | | | | | | | | | | | | | | | futex: Replace fshared and clockrt with combined flags | Darren Hart | 2010-11-10 | 1 | -76/+70 | |
| * | | | | | | | | | | | | | | | futex: Cleanup stale fshared flag interfaces | Thomas Gleixner | 2010-11-10 | 1 | -34/+30 | |
* | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-01-06 | 9 | -253/+996 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 2010-12-23 | 9 | -253/+996 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | rcu: reduce __call_rcu()-induced contention on rcu_node structures | Paul E. McKenney | 2010-12-17 | 1 | -17/+21 | |
| | * | | | | | | | | | | | | | | rcu: limit rcu_node leaf-level fanout | Paul E. McKenney | 2010-12-17 | 2 | -21/+27 | |
| | * | | | | | | | | | | | | | | rcu: fine-tune grace-period begin/end checks | Paul E. McKenney | 2010-12-17 | 1 | -9/+18 | |
| | * | | | | | | | | | | | | | | rcu: Keep gpnum and completed fields synchronized | Frederic Weisbecker | 2010-12-17 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | rcu: Stop chasing QS if another CPU did it for us | Frederic Weisbecker | 2010-12-17 | 1 | -0/+8 | |
| | * | | | | | | | | | | | | | | rcu: increase synchronize_sched_expedited() batching | Tejun Heo | 2010-12-17 | 1 | -20/+62 | |
| | * | | | | | | | | | | | | | | rcu: Make synchronize_srcu_expedited() fast if running readers | Paul E. McKenney | 2010-11-30 | 1 | -1/+7 | |
| | * | | | | | | | | | | | | | | rcu: fix race condition in synchronize_sched_expedited() | Paul E. McKenney | 2010-11-30 | 1 | -2/+16 | |
| | * | | | | | | | | | | | | | | rcu: update documentation/comments for Lai's adoption patch | Paul E. McKenney | 2010-11-30 | 2 | -5/+7 |