aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/perfctr-watchdog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-10x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc1-2/+2
2021-01-29arch: x86: Remove CONFIG_OPROFILE supportViresh Kumar1-10/+1
2020-04-30x86/perf: Add hardware performance events support for Zhaoxin CPU.CodyYao-oc1-0/+8
2018-09-27x86/events: Add Hygon Dhyana support to PMU infrastructurePu Wen1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2012-10-04perf/x86: Add support for Intel Xeon-Phi Knights Corner PMUVince Weaver1-0/+4
2011-02-16perf, x86: Add new AMD family 15h msrs to perfctr reservation codeRobert Richter1-0/+4
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTORDon Zickus1-1/+1
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-642/+0
2010-10-01x86, nmi: Support NMI watchdog on newer AMD CPU familiesAndreas Herrmann1-5/+4
2010-03-01perf, x86: rename macro in ARCH_PERFMON_EVENTSEL_ENABLERobert Richter1-1/+1
2009-12-28x86, perfctr: Remove unused func avail_to_resrv_perfctr_nmi()Naga Chumbalkar1-11/+0
2009-12-03x86, apic: Enable lapic nmi watchdog on AMD Family 11hMikael Pettersson1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-08-24Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar1-5/+0
2009-07-11x86/cpu: Clean up various files a bitAlan Cox1-22/+23
2009-07-03x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput1-5/+0
2009-06-17x86: nmi: Add Intel processor 0x6f4 to NMI perfctr1 workaroundPrarit Bhargava1-4/+8
2008-12-23x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar1-1/+1
2008-10-14ftrace: mark lapic_wd_event() notraceIngo Molnar1-4/+7
2008-09-22x86, NMI watchdog: setup before enabling NMI watchdogAristeu Rozanski1-12/+33
2008-09-22x86, NMI watchdog: when booting with reset_devices, clear the performance countersAristeu Rozanski1-0/+41
2008-08-15x86, perfctr: don't use CCCR_OVF_PMI1 on Pentium 4DsAristeu Rozanski1-1/+7
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner1-2/+2
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-2/+2
2008-07-08x86: perfctr-watchdog.c - coding style cleanupCyrill Gorcunov1-90/+112
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-05x86: watchdog - check for CPU is being supportedCyrill Gorcunov1-1/+3
2008-04-26x86: fix watchdog ops for CoreDuoJan Beulich1-12/+2
2008-04-04x86: print message if nmi_watchdog=2 cannot be enabledIngo Molnar1-1/+3
2008-04-04x86: fix nmi_watchdog=2 on Pentium-D CPUsIngo Molnar1-3/+0
2008-01-30x86: nuke a ton of unused exportsThomas Gleixner1-1/+0
2007-10-19i386: do not BUG_ON() when MSR is unknownStephane Eranian1-4/+12
2007-10-17i386: constify wd_opsJan Beulich1-6/+8
2007-10-11i386: move kernel/cpuThomas Gleixner1-0/+713