Age | Commit message (Expand) | Author | Files | Lines |
2016-02-17 | perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c | Borislav Petkov | 1 | -1376/+0 |
2014-08-26 | x86: Replace __get_cpu_var uses | Christoph Lameter | 1 | -3/+3 |
2014-02-09 | perf/x86/p4: Block PMIs on init to prevent a stream of unkown NMIs | Don Zickus | 1 | -0/+15 |
2014-02-09 | perf/x86/p4: Fix counter corruption when using lots of perf groups | Don Zickus | 1 | -1/+18 |
2013-04-26 | perf/x86/intel/P4: Robistify P4 PMU types | Ingo Molnar | 1 | -5/+4 |
2012-07-05 | perf/x86: Rename Intel specific macros | Robert Richter | 1 | -1/+1 |
2012-06-07 | x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe() | H. Peter Anvin | 1 | -7/+7 |
2012-05-09 | perf: Pass last sampling period to perf_sample_data_init() | Robert Richter | 1 | -3/+3 |
2012-04-03 | perf/x86/p4: Add format attributes | Peter Zijlstra | 1 | -0/+13 |
2011-11-14 | perf: Don't use -ENOSPC for out of PMU resources | Peter Zijlstra | 1 | -1/+1 |
2011-09-26 | x86, perf: Clean up perf_event cpu code | Kevin Winchester | 1 | -4/+6 |
2011-07-21 | x86, perf: P4 PMU - Fix typos in comments and style cleanup | Cyrill Gorcunov | 1 | -36/+30 |
2011-07-14 | perf, x86: P4 PMU - Introduce event alias feature | Cyrill Gorcunov | 1 | -29/+106 |
2011-07-01 | perf, arch: Add generic NODE cache events | Peter Zijlstra | 1 | -0/+14 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 1 | -1/+1 |
2011-07-01 | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4 | Cyrill Gorcunov | 1 | -0/+26 |
2011-05-01 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 1 | -5/+14 |
2011-04-27 | perf, x86, nmi: Move LVT un-masking into irq handlers | Don Zickus | 1 | -4/+13 |
2011-04-24 | perf events, x86, P4: Fix typo in comment | Justin P. Mattock | 1 | -1/+1 |
2011-04-22 | perf, x86: P4 PMU - Don't forget to clear cpuc->active_mask on overflow | Cyrill Gorcunov | 1 | -1/+1 |
2011-04-22 | perf, x86: P4 PMU -- Use perf_sample_data_init helper | Cyrill Gorcunov | 1 | -2/+1 |
2011-03-29 | perf, x86: P4 PMU - clean up the code a bit | Cyrill Gorcunov | 1 | -1/+1 |
2011-03-25 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2011-03-24 | perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflows | Don Zickus | 1 | -0/+1 |
2011-03-18 | x86: Fix common misspellings | Lucas De Marchi | 1 | -4/+4 |
2011-02-16 | perf, x86: Store perfctr msr addresses in config_base/event_base | Robert Richter | 1 | -4/+4 |
2011-02-16 | perf, x86: P4 PMU: Fix spurious NMI messages | Cyrill Gorcunov | 1 | -3/+8 |
2011-01-27 | perf: Fix Pentium4 raw event validation | Stephane Eranian | 1 | -2/+10 |
2011-01-09 | perf, x86: P4 PMU - Fix unflagged overflows handling | Cyrill Gorcunov | 1 | -13/+15 |
2010-10-05 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -1/+5 |
2010-09-30 | perf, x86: Handle in flight NMIs on P4 platform | Cyrill Gorcunov | 1 | -1/+5 |
2010-09-09 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -1/+1 |
2010-09-03 | perf, x86: Fix handle_irq return values | Peter Zijlstra | 1 | -1/+1 |
2010-09-01 | perf, x86, Pentium4: Add RAW events verification | Cyrill Gorcunov | 1 | -24/+268 |
2010-08-25 | perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flag | Lin Ming | 1 | -0/+2 |
2010-08-08 | perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properly | Cyrill Gorcunov | 1 | -3/+6 |
2010-07-05 | perf, x86: P4 PMU -- redesign cache events | Cyrill Gorcunov | 1 | -36/+111 |
2010-06-09 | perf, x86: Make a second write to performance counter if needed | Cyrill Gorcunov | 1 | -0/+9 |
2010-05-19 | perf, x86: P4_pmu_schedule_events -- use smp_processor_id instead of raw_ | Cyrill Gorcunov | 1 | -1/+1 |
2010-05-19 | perf, x86: P4 PMU -- do a real check for ESCR address being in hash | Cyrill Gorcunov | 1 | -3/+4 |
2010-05-18 | perf, x86: P4 PMU -- fix typo in unflagged NMI handling | Cyrill Gorcunov | 1 | -1/+1 |
2010-05-18 | perf, x86: P4 PMU -- handle unflagged events | Cyrill Gorcunov | 1 | -16/+16 |
2010-05-15 | x86, perf: P4 PMU - fix counters management logic | Cyrill Gorcunov | 1 | -4/+4 |
2010-05-13 | x86, perf: P4 PMU -- use hash for p4_get_escr_idx() | Cyrill Gorcunov | 1 | -55/+71 |
2010-05-08 | x86, perf: P4 PMU -- check for proper event index in RAW events | Cyrill Gorcunov | 1 | -1/+10 |
2010-05-08 | x86, perf: P4 PMU -- Get rid of redundant check for array index | Cyrill Gorcunov | 1 | -5/+0 |
2010-05-08 | x86, perf: P4 PMU -- protect sensible procedures from preemption | Cyrill Gorcunov | 1 | -2/+6 |
2010-05-08 | x86, perf: P4 PMU -- configure predefined events | Cyrill Gorcunov | 1 | -15/+14 |
2010-05-07 | perf, x86: Call x86_setup_perfctr() from .hw_config() | Robert Richter | 1 | -1/+1 |
2010-04-02 | perf, x86: Fix __initconst vs const | Peter Zijlstra | 1 | -2/+2 |