aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c
Commit message (Expand)AuthorAgeFilesLines
* x86, perf: Check that current->mm is alive before getting user callchainAndrey Vagin2011-10-031-0/+3
* x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger2011-05-121-13/+0
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-011-5/+17
|\
| * perf, x86, nmi: Move LVT un-masking into irq handlersDon Zickus2011-04-271-2/+10
| * perf, x86: Fix BTS conditionPeter Zijlstra2011-04-261-2/+2
| * x86, perf event: Turn off unstructured raw event access to offcore registersIngo Molnar2011-04-221-1/+5
* | perf, x86: Use ALTERNATIVE() to check for X86_FEATURE_PERFCTR_CORERobert Richter2011-04-191-4/+11
|/
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-251-3/+8
|\
| * perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar2011-03-251-2/+7
| * perf, x86: Fix Intel fixed counters base initializationStephane Eranian2011-03-191-1/+1
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-181-2/+2
|\ \ | |/ |/|
| * x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim2011-03-181-1/+1
| * x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* | perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming2011-03-161-2/+0
|/
* perf: Avoid the percore allocations if the CPU is not HT capableLin Ming2011-03-051-0/+1
* perf: Fix LLC-* events on Intel Nehalem/WestmereAndi Kleen2011-03-041-5/+10
* perf: Add support for supplementary event registersAndi Kleen2011-03-041-0/+64
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-03-041-1/+3
|\
| * perf, x86: Add Intel SandyBridge CPU supportLin Ming2011-03-021-1/+3
* | perf, x86: Add support for AMD family 15h core countersRobert Richter2011-02-161-2/+10
* | perf, x86: Store perfctr msr addresses in config_base/event_baseRobert Richter2011-02-161-13/+8
* | perf, x86: Calculate perfctr msr addresses in helper functionsRobert Richter2011-02-161-13/+23
* | perf, x86: Use helper function in x86_pmu_enable_all()Robert Richter2011-02-161-11/+8
* | x86, perf: Change two init functions to staticYinghai Lu2011-01-271-2/+2
|/
* 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