aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-111-2/+1
|\
| * x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-071-1/+0
| * x86, NMI: Add priorities to handlersDon Zickus2011-01-071-1/+1
* | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-071-16/+11
|\ \ | |/ |/|
| * x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-16/+11
* | perf: Dynamic pmu typesPeter Zijlstra2010-12-161-1/+1
* | perf, x86: Detect broken BIOSes that corrupt the PMUPeter Zijlstra2010-12-161-6/+42
* | perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra2010-11-261-4/+7
* | perf: Introduce is_sampling_event()Franck Bui-Huu2010-11-261-1/+1
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-261-0/+20
|\ \ | |/
| * x86, perf, nmi: Disable perf if counters are not accessibleDon Zickus2010-11-261-0/+20
* | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-11-181-1/+1
|\ \
| * | x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen2010-11-181-1/+1
| |/
* | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-9/+0
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-271-11/+10
|\
| * perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2010-10-221-6/+3
| * perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2010-10-221-2/+3
| * perf, x86: Fixup the precise_ip computationPeter Zijlstra2010-10-221-4/+5
* | perf, x86: Fix up kmap_atomic() typePeter Zijlstra2010-10-261-3/+2
|/
* irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-19/+0
* perf, gcc-4.6: Fix set but unused variableAndi Kleen2010-10-051-2/+0
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-10-051-1/+11
|\
| * perf, x86: Catch spurious interrupts after disabling countersRobert Richter2010-09-241-1/+11
* | perf: Remove the sysfs bitsPeter Zijlstra2010-09-091-1/+0
* | perf: Rework the PMU methodsPeter Zijlstra2010-09-091-45/+61
* | perf: Per PMU disablePeter Zijlstra2010-09-091-7/+9
* | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-8/+14
* | perf: Register PMU implementationsPeter Zijlstra2010-09-091-17/+28
* | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-7/+7
* | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-09-091-13/+46
|\ \ | |/
| * perf, x86: Try to handle unknown nmis with an enabled PMURobert Richter2010-09-031-13/+46
* | perf: Remove unused variableLin Ming2010-08-251-3/+0
* | perf: Remove superfluous return values from perf_callchain_*()Peter Zijlstra2010-08-201-2/+2
* | perf: Fix race in callchainsFrederic Weisbecker2010-08-191-13/+9
* | perf: Factorize callchain context handlingFrederic Weisbecker2010-08-191-2/+0
* | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-191-37/+8
* | perf: Generalize callchain_store()Frederic Weisbecker2010-08-191-13/+7
* | perf: Drop unappropriate tests on arch callchainsFrederic Weisbecker2010-08-191-3/+0
|/
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-091-18/+0
|\
| * perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-16/+0
| * x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-081-2/+0
* | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-9/+9
* | perf, x86: Make a second write to performance counter if neededCyrill Gorcunov2010-06-091-1/+11
* | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-091-9/+5
* | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-311-0/+22
|/
* perf, trace: Fix !x86 build bugPeter Zijlstra2010-05-251-1/+5
* perf, x86: implement group scheduling transactional APIsLin Ming2010-05-071-113/+67
* perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-071-1/+16
* perf, x86: Use weight instead of cmask in for_each_event_constraint()Robert Richter2010-05-071-1/+1
* perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter2010-05-071-4/+5