| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 2011-01-07 | 1 | -1/+0 |
* | x86, NMI: Add priorities to handlers | Don Zickus | 2011-01-07 | 1 | -1/+1 |
* | perf: Dynamic pmu types | Peter Zijlstra | 2010-12-16 | 1 | -1/+1 |
* | perf, x86: Detect broken BIOSes that corrupt the PMU | Peter Zijlstra | 2010-12-16 | 1 | -6/+42 |
* | perf, arch: Cleanup perf-pmu init vs lockup-detector | Peter Zijlstra | 2010-11-26 | 1 | -4/+7 |
* | perf: Introduce is_sampling_event() | Franck Bui-Huu | 2010-11-26 | 1 | -1/+1 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-11-26 | 1 | -0/+20 |
|\ |
|
| * | x86, perf, nmi: Disable perf if counters are not accessible | Don Zickus | 2010-11-26 | 1 | -0/+20 |
* | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-11-18 | 1 | -1/+1 |
|\ \ |
|
| * | | x86: Eliminate bp argument from the stack tracing routines | Soeren Sandmann Pedersen | 2010-11-18 | 1 | -1/+1 |
| |/ |
|
* | | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog | Don Zickus | 2010-11-18 | 1 | -9/+0 |
|/ |
|
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-10-27 | 1 | -11/+10 |
|\ |
|
| * | perf, x86: Clean up reserve_ds_buffers() signature | Peter Zijlstra | 2010-10-22 | 1 | -6/+3 |
| * | perf, x86: Less disastrous PEBS/BTS buffer allocation failure | Peter Zijlstra | 2010-10-22 | 1 | -2/+3 |
| * | perf, x86: Fixup the precise_ip computation | Peter Zijlstra | 2010-10-22 | 1 | -4/+5 |
* | | perf, x86: Fix up kmap_atomic() type | Peter Zijlstra | 2010-10-26 | 1 | -3/+2 |
|/ |
|
* | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 2010-10-18 | 1 | -19/+0 |
* | perf, gcc-4.6: Fix set but unused variable | Andi Kleen | 2010-10-05 | 1 | -2/+0 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-10-05 | 1 | -1/+11 |
|\ |
|
| * | perf, x86: Catch spurious interrupts after disabling counters | Robert Richter | 2010-09-24 | 1 | -1/+11 |
* | | perf: Remove the sysfs bits | Peter Zijlstra | 2010-09-09 | 1 | -1/+0 |
* | | perf: Rework the PMU methods | Peter Zijlstra | 2010-09-09 | 1 | -45/+61 |
* | | perf: Per PMU disable | Peter Zijlstra | 2010-09-09 | 1 | -7/+9 |
* | | perf: Reduce perf_disable() usage | Peter Zijlstra | 2010-09-09 | 1 | -8/+14 |
* | | perf: Register PMU implementations | Peter Zijlstra | 2010-09-09 | 1 | -17/+28 |
* | | perf: Deconstify struct pmu | Peter Zijlstra | 2010-09-09 | 1 | -7/+7 |
* | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-09-09 | 1 | -13/+46 |
|\ \
| |/ |
|
| * | perf, x86: Try to handle unknown nmis with an enabled PMU | Robert Richter | 2010-09-03 | 1 | -13/+46 |
* | | perf: Remove unused variable | Lin Ming | 2010-08-25 | 1 | -3/+0 |
* | | perf: Remove superfluous return values from perf_callchain_*() | Peter Zijlstra | 2010-08-20 | 1 | -2/+2 |
* | | perf: Fix race in callchains | Frederic Weisbecker | 2010-08-19 | 1 | -13/+9 |
* | | perf: Factorize callchain context handling | Frederic Weisbecker | 2010-08-19 | 1 | -2/+0 |
* | | perf: Generalize some arch callchain code | Frederic Weisbecker | 2010-08-19 | 1 | -37/+8 |
* | | perf: Generalize callchain_store() | Frederic Weisbecker | 2010-08-19 | 1 | -13/+7 |
* | | perf: Drop unappropriate tests on arch callchains | Frederic Weisbecker | 2010-08-19 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-06-09 | 1 | -18/+0 |
|\ |
|
| * | perf: Drop the skip argument from perf_arch_fetch_regs_caller | Frederic Weisbecker | 2010-06-08 | 1 | -16/+0 |
| * | x86: Unify dumpstack.h and stacktrace.h | Frederic Weisbecker | 2010-06-08 | 1 | -2/+0 |
* | | perf: Convert perf_event to local_t | Peter Zijlstra | 2010-06-09 | 1 | -9/+9 |
* | | perf, x86: Make a second write to performance counter if needed | Cyrill Gorcunov | 2010-06-09 | 1 | -1/+11 |
* | | perf: Cleanup {start,commit,cancel}_txn details | Peter Zijlstra | 2010-06-09 | 1 | -9/+5 |
* | | perf_events: Fix event scheduling issues introduced by transactional API | Stephane Eranian | 2010-05-31 | 1 | -0/+22 |
|/ |
|
* | perf, trace: Fix !x86 build bug | Peter Zijlstra | 2010-05-25 | 1 | -1/+5 |
* | perf, x86: implement group scheduling transactional APIs | Lin Ming | 2010-05-07 | 1 | -113/+67 |
* | perf, x86: Improve the PEBS ABI | Peter Zijlstra | 2010-05-07 | 1 | -1/+16 |
* | perf, x86: Use weight instead of cmask in for_each_event_constraint() | Robert Richter | 2010-05-07 | 1 | -1/+1 |
* | perf, x86: Pass enable bit mask to __x86_pmu_enable_event() | Robert Richter | 2010-05-07 | 1 | -4/+5 |
* | perf, x86: Call x86_setup_perfctr() from .hw_config() | Robert Richter | 2010-05-07 | 1 | -7/+2 |
* | perf, x86: Move x86_setup_perfctr() | Robert Richter | 2010-05-07 | 1 | -61/+59 |
* | perf, x86: Move perfctr init code to x86_setup_perfctr() | Robert Richter | 2010-05-07 | 1 | -6/+14 |