| Commit message (Expand) | Author | Age |
* | perf: Fix off by one in perf_swevent_init() | Dan Carpenter | 2010-12-16 |
* | perf: Fix duplicate events with multiple-pmu vs software events | Peter Zijlstra | 2010-12-08 |
* | perf: Fix the software context switch counter | Peter Zijlstra | 2010-11-26 |
* | perf: Fix inherit vs. context rotation bug | Thomas Gleixner | 2010-11-26 |
* | perf: Fix owner-list vs exit | Peter Zijlstra | 2010-11-18 |
* | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2010-11-18 |
|\ |
|
| * | perf,hw_breakpoint: Initialize hardware api earlier | Jason Wessel | 2010-11-12 |
* | | perf_events: Fix time tracking in samples | Stephane Eranian | 2010-11-10 |
|/ |
|
* | perf_events: Fix for transaction recovery in group_sched_in() | Stephane Eranian | 2010-10-22 |
* | perf_events: Revert: Fix transaction recovery in group_sched_in() | Stephane Eranian | 2010-10-22 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 |
|\ |
|
| * | perf: Optimize sw events | Peter Zijlstra | 2010-10-18 |
| * | perf: Use jump_labels to optimize the scheduler hooks | Peter Zijlstra | 2010-10-18 |
| * | perf, hw_breakpoint: Fix crash in hw_breakpoint creation | Peter Zijlstra | 2010-10-18 |
| * | perf: Find task before event alloc | Peter Zijlstra | 2010-10-18 |
| * | perf: Fix task refcount bugs | Peter Zijlstra | 2010-10-18 |
| * | perf: Fix group moving | Peter Zijlstra | 2010-10-18 |
| * | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2010-10-18 |
| * | perf_events: Fix transaction recovery in group_sched_in() | Stephane Eranian | 2010-10-18 |
| * | perf_events: Fix bogus context time tracking | Stephane Eranian | 2010-10-18 |
| * | Merge remote branch 'tip/perf/core' into oprofile/core | Robert Richter | 2010-10-15 |
| |\ |
|
| | * | perf_events: Fix invalid pointer when pid is invalid | Stephane Eranian | 2010-10-04 |
| | * | perf: Avoid RCU vs preemption assumptions | Peter Zijlstra | 2010-09-21 |
| | * | perf: Undo the per cpu-context timer stuff | Peter Zijlstra | 2010-09-17 |
| | * | perf: Fix perf_event_exit_cpu_context() | Peter Zijlstra | 2010-09-17 |
| | * | perf: Complete software pmu grouping | Peter Zijlstra | 2010-09-17 |
| | * | perf_events: Fix broken event grouping | Stephane Eranian | 2010-09-17 |
| | * | perf events: Clean up pid passing | Matt Helsley | 2010-09-15 |
| | * | perf events: Split out task search into helper | Matt Helsley | 2010-09-15 |
| | * | perf: Fix free_event() | Peter Zijlstra | 2010-09-13 |
| | * | perf: Sanitize the RCU logic | Peter Zijlstra | 2010-09-13 |
| | * | perf: Fix perf_init_event() | Peter Zijlstra | 2010-09-10 |
| | * | perf: Ensure we call add_event_to_ctx() with the right locks held | Peter Zijlstra | 2010-09-10 |
| | * | perf: Fix up delayed_put_task_struct() | Peter Zijlstra | 2010-09-09 |
| | * | perf: Optimize context ops | Peter Zijlstra | 2010-09-09 |
| | * | perf: Provide a separate task context for swevents | Peter Zijlstra | 2010-09-09 |
| | * | perf: Multiple task contexts | Peter Zijlstra | 2010-09-09 |
| | * | perf: Clean up perf_event_context allocation | Peter Zijlstra | 2010-09-09 |
| | * | perf: Move some code around | Peter Zijlstra | 2010-09-09 |
| | * | perf: Per-pmu-per-cpu contexts | Peter Zijlstra | 2010-09-09 |
| | * | perf: Per cpu-context rotation timer | Peter Zijlstra | 2010-09-09 |
| | * | perf: Remove the swevent hash-table from the cpu context | Peter Zijlstra | 2010-09-09 |
| | * | perf: Separate find_get_context() from event initialization | Peter Zijlstra | 2010-09-09 |
| | * | perf: Remove the sysfs bits | Peter Zijlstra | 2010-09-09 |
| | * | perf: Rework the PMU methods | Peter Zijlstra | 2010-09-09 |
| | * | perf: Shrink hw_perf_event | Peter Zijlstra | 2010-09-09 |
| | * | perf: Default PMU ops | Peter Zijlstra | 2010-09-09 |
| | * | perf: Per PMU disable | Peter Zijlstra | 2010-09-09 |
| | * | perf: Reduce perf_disable() usage | Peter Zijlstra | 2010-09-09 |
| | * | perf: Unindent labels | Peter Zijlstra | 2010-09-09 |