summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/hw_nmi.c
Commit message (Expand)AuthorAgeFilesLines
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-9/+9
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+1
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-1/+0
* nmi: x86: convert to generic nmi handlerRussell King2015-07-171-129/+4
* x86/nmi: Fix use of unallocated cpumask_var_tSasha Levin2014-11-251-3/+3
* x86/nmi: Perform a safe NMI stack trace on all CPUsSteven Rostedt (Red Hat)2014-11-191-5/+86
* nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-231-4/+14
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-121-1/+2
|\
| * kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-1/+2
* | arch,x86: Convert smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* x86: Fix trigger_all_cpu_backtrace() implementationMichel Lespinasse2013-06-201-0/+1
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-22/+5
* watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines2011-05-231-2/+2
* x86: Stop including <linux/delay.h> in two asm header filesJean Delvare2011-03-291-0/+1
* x86: Don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler()Jan Beulich2011-02-181-1/+0
* x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-071-1/+0
* x86, NMI: Add priorities to handlersDon Zickus2011-01-071-1/+1
* x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same timeDongdong Deng2011-01-051-0/+13
* x86: Only call smp_processor_id in non-preempt casesDon Zickus2011-01-051-1/+2
* x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-221-10/+0
* x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabledDon Zickus2010-12-131-0/+3
* x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus2010-12-101-3/+0
* lockup detector: Compile fixes from removing the old x86 nmi watchdogDon Zickus2010-12-101-1/+7
* x86: Address 'unused' warning in hw_nmi.c againRakib Mullick2010-12-091-1/+1
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-11-261-3/+4
|\
| * x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOGRakib Mullick2010-11-181-3/+4
* | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-10/+0
* | x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus2010-11-181-3/+3
|/
* x86, watchdog: Fix build error in hw_nmi.cIngo Molnar2010-05-131-0/+1
* x86: Cleanup hw_nmi.c cruftDon Zickus2010-05-121-58/+0
* x86: Move trigger_all_cpu_backtrace to its own die_notifierDon Zickus2010-05-121-14/+51
* lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-121-1/+1
* nmi_watchdog: Clean up various small detailsDon Zickus2010-02-251-7/+7
* nmi_watchdog: Fix undefined 'apic' build bugDon Zickus2010-02-191-0/+2
* nmi_watchdog: Compile and portability fixesDon Zickus2010-02-141-5/+16
* nmi_watchdog: Add new, generic implementation, using perf eventsDon Zickus2010-02-081-0/+114