aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event_intel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-10perf_events: Fix Intel Westmere event constraintsStephane Eranian1-0/+1
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-2/+2
2010-05-07perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter1-2/+3
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar1-0/+1
2010-04-06perf, x86: Enable Nehalem-EX supportVince Weaver1-0/+1
2010-04-02perf, x86: Add Nehalem programming quirk to WestmerePeter Zijlstra1-0/+2
2010-04-02perf, x86: Fix __initconst vs constPeter Zijlstra1-6/+6
2010-04-02perf, x86: Fix up the ANY flag stuffPeter Zijlstra1-4/+26
2010-04-02perf, x86: implement ARCH_PERFMON_EVENTSEL bit masksRobert Richter1-20/+2
2010-04-02perf, x86: Undo some some *_counter* -> *_event* renamesRobert Richter1-8/+8
2010-03-26perf, x86: Add Nehelem PMU programming errata workaroundPeter Zijlstra1-4/+39
2010-03-11perf, x86: Implement initial P4 PMU driverCyrill Gorcunov1-5/+10
2010-03-10perf, x86: Remove checking_{wr,rd}msr() usagePeter Zijlstra1-3/+2
2010-03-10perf, x86: Reorder intel_pmu_enable_all()Peter Zijlstra1-3/+2
2010-03-10perf, x86: Clear the LBRs on initPeter Zijlstra1-2/+16
2010-03-10perf, x86: Disable PEBS on clovertown chipsPeter Zijlstra1-0/+27
2010-03-10perf, x86: Clean up IA32_PERF_CAPABILITIES usagePeter Zijlstra1-0/+10
2010-03-10perf, x86: use LBR for PEBS IP+1 fixupPeter Zijlstra1-2/+2
2010-03-10perf, x86: Implement simple LBR supportPeter Zijlstra1-0/+13
2010-03-10perf, x86: Add PEBS infrastructurePeter Zijlstra1-116/+34
2010-03-10perf, x86: Avoid double disable on throttle vs ioctl(PERF_IOC_DISABLE)Peter Zijlstra1-1/+1
2010-03-10perf, x86: Use unlocked bitopsPeter Zijlstra1-1/+0
2010-03-10perf, x86: Change x86_pmu.{enable,disable} calling conventionPeter Zijlstra1-13/+17
2010-03-10perf, x86: Remove superfluous arguments to x86_perf_event_update()Peter Zijlstra1-8/+2
2010-03-10perf, x86: Remove superfluous arguments to x86_perf_event_set_period()Peter Zijlstra1-1/+1
2010-03-10perf, x86, Do not user perf_disable from NMI contextPeter Zijlstra1-6/+5
2010-03-10perf: Rework and fix the arch CPU-hotplug hooksPeter Zijlstra1-1/+4
2010-03-10perf: Provide generic perf_sample_data initializationPeter Zijlstra1-4/+2
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar1-1/+1
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-02perf_events, x86: Fixup fixed counter constraintsPeter Zijlstra1-10/+21
2010-02-26perf_events, x86: Split PMU definitions into separate filesPeter Zijlstra1-0/+971