Age | Commit message (Expand) | Author | Files | Lines |
2010-09-03 | perf, x86: Fix handle_irq return values | Peter Zijlstra | 1 | -2/+7 |
2010-09-03 | perf, x86: Fix accidentally ack'ing a second event on intel perf counter | Don Zickus | 1 | -4/+2 |
2010-08-18 | perf, x86: Fix Intel-nhm PMU programming errata workaround | Zhang, Yanmin | 1 | -18/+63 |
2010-06-10 | perf_events: Fix Intel Westmere event constraints | Stephane Eranian | 1 | -0/+1 |
2010-05-07 | perf, x86: Improve the PEBS ABI | Peter Zijlstra | 1 | -2/+2 |
2010-05-07 | perf, x86: Pass enable bit mask to __x86_pmu_enable_event() | Robert Richter | 1 | -2/+3 |
2010-04-08 | Merge branch 'linus' into perf/core | Ingo Molnar | 1 | -0/+1 |
2010-04-06 | perf, x86: Enable Nehalem-EX support | Vince Weaver | 1 | -0/+1 |
2010-04-02 | perf, x86: Add Nehalem programming quirk to Westmere | Peter Zijlstra | 1 | -0/+2 |
2010-04-02 | perf, x86: Fix __initconst vs const | Peter Zijlstra | 1 | -6/+6 |
2010-04-02 | perf, x86: Fix up the ANY flag stuff | Peter Zijlstra | 1 | -4/+26 |
2010-04-02 | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masks | Robert Richter | 1 | -20/+2 |
2010-04-02 | perf, x86: Undo some some *_counter* -> *_event* renames | Robert Richter | 1 | -8/+8 |
2010-03-26 | perf, x86: Add Nehelem PMU programming errata workaround | Peter Zijlstra | 1 | -4/+39 |
2010-03-11 | perf, x86: Implement initial P4 PMU driver | Cyrill Gorcunov | 1 | -5/+10 |
2010-03-10 | perf, x86: Remove checking_{wr,rd}msr() usage | Peter Zijlstra | 1 | -3/+2 |
2010-03-10 | perf, x86: Reorder intel_pmu_enable_all() | Peter Zijlstra | 1 | -3/+2 |
2010-03-10 | perf, x86: Clear the LBRs on init | Peter Zijlstra | 1 | -2/+16 |
2010-03-10 | perf, x86: Disable PEBS on clovertown chips | Peter Zijlstra | 1 | -0/+27 |
2010-03-10 | perf, x86: Clean up IA32_PERF_CAPABILITIES usage | Peter Zijlstra | 1 | -0/+10 |
2010-03-10 | perf, x86: use LBR for PEBS IP+1 fixup | Peter Zijlstra | 1 | -2/+2 |
2010-03-10 | perf, x86: Implement simple LBR support | Peter Zijlstra | 1 | -0/+13 |
2010-03-10 | perf, x86: Add PEBS infrastructure | Peter Zijlstra | 1 | -116/+34 |
2010-03-10 | perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE) | Peter Zijlstra | 1 | -1/+1 |
2010-03-10 | perf, x86: Use unlocked bitops | Peter Zijlstra | 1 | -1/+0 |
2010-03-10 | perf, x86: Change x86_pmu.{enable,disable} calling convention | Peter Zijlstra | 1 | -13/+17 |
2010-03-10 | perf, x86: Remove superfluous arguments to x86_perf_event_update() | Peter Zijlstra | 1 | -8/+2 |
2010-03-10 | perf, x86: Remove superfluous arguments to x86_perf_event_set_period() | Peter Zijlstra | 1 | -1/+1 |
2010-03-10 | perf, x86, Do not user perf_disable from NMI context | Peter Zijlstra | 1 | -6/+5 |
2010-03-10 | perf: Rework and fix the arch CPU-hotplug hooks | Peter Zijlstra | 1 | -1/+4 |
2010-03-10 | perf: Provide generic perf_sample_data initialization | Peter Zijlstra | 1 | -4/+2 |
2010-03-09 | Merge commit 'v2.6.34-rc1' into perf/urgent | Ingo Molnar | 1 | -1/+1 |
2010-03-06 | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 1 | -1/+1 |
2010-03-02 | perf_events, x86: Fixup fixed counter constraints | Peter Zijlstra | 1 | -10/+21 |
2010-02-26 | perf_events, x86: Split PMU definitions into separate files | Peter Zijlstra | 1 | -0/+971 |