aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perf_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-01perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov1-0/+7
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger1-13/+0
2011-05-01Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar1-5/+17
2011-04-27perf, x86, nmi: Move LVT un-masking into irq handlersDon Zickus1-2/+10
2011-04-26perf, x86: Fix BTS conditionPeter Zijlstra1-2/+2
2011-04-22x86, perf event: Turn off unstructured raw event access to offcore registersIngo Molnar1-1/+5
2011-04-19perf, x86: Use ALTERNATIVE() to check for X86_FEATURE_PERFCTR_CORERobert Richter1-4/+11
2011-03-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+8
2011-03-25perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continueIngo Molnar1-2/+7
2011-03-19perf, x86: Fix Intel fixed counters base initializationStephane Eranian1-1/+1
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16perf, x86: Use INTEL_*_CONSTRAINT() for all PEBS event constraintsLin Ming1-2/+0
2011-03-05perf: Avoid the percore allocations if the CPU is not HT capableLin Ming1-0/+1
2011-03-04perf: Fix LLC-* events on Intel Nehalem/WestmereAndi Kleen1-5/+10
2011-03-04perf: Add support for supplementary event registersAndi Kleen1-0/+64
2011-03-04Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+3
2011-03-02perf, x86: Add Intel SandyBridge CPU supportLin Ming1-1/+3
2011-02-16perf, x86: Add support for AMD family 15h core countersRobert Richter1-2/+10
2011-02-16perf, x86: Store perfctr msr addresses in config_base/event_baseRobert Richter1-13/+8
2011-02-16perf, x86: Calculate perfctr msr addresses in helper functionsRobert Richter1-13/+23
2011-02-16perf, x86: Use helper function in x86_pmu_enable_all()Robert Richter1-11/+8
2011-01-27x86, perf: Change two init functions to staticYinghai Lu1-2/+2
2011-01-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-16/+11
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-1/+0
2011-01-07x86, NMI: Add priorities to handlersDon Zickus1-1/+1
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-16/+11
2010-12-16perf: Dynamic pmu typesPeter Zijlstra1-1/+1
2010-12-16perf, x86: Detect broken BIOSes that corrupt the PMUPeter Zijlstra1-6/+42
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-4/+7
2010-11-26perf: Introduce is_sampling_event()Franck Bui-Huu1-1/+1
2010-11-26Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+20
2010-11-26x86, perf, nmi: Disable perf if counters are not accessibleDon Zickus1-0/+20
2010-11-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar1-1/+1
2010-11-18x86: Eliminate bp argument from the stack tracing routinesSoeren Sandmann Pedersen1-1/+1
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-9/+0
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+10
2010-10-26perf, x86: Fix up kmap_atomic() typePeter Zijlstra1-3/+2
2010-10-22perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra1-6/+3
2010-10-22perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra1-2/+3
2010-10-22perf, x86: Fixup the precise_ip computationPeter Zijlstra1-4/+5
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-19/+0
2010-10-05perf, gcc-4.6: Fix set but unused variableAndi Kleen1-2/+0
2010-10-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+11
2010-09-24perf, x86: Catch spurious interrupts after disabling countersRobert Richter1-1/+11
2010-09-09perf: Remove the sysfs bitsPeter Zijlstra1-1/+0
2010-09-09perf: Rework the PMU methodsPeter Zijlstra1-45/+61
2010-09-09perf: Per PMU disablePeter Zijlstra1-7/+9