| Commit message (Expand) | Author | Age | Files | Lines |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | kernel/watchdog: split up config options | Nicholas Piggin | 2017-07-12 | 1 | -1/+1 |
* | nmi_backtrace: add more trigger_*_cpu_backtrace() methods | Chris Metcalf | 2016-10-07 | 1 | -9/+9 |
* | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 1 | -1/+1 |
* | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 2016-05-20 | 1 | -1/+0 |
* | nmi: x86: convert to generic nmi handler | Russell King | 2015-07-17 | 1 | -129/+4 |
* | x86/nmi: Fix use of unallocated cpumask_var_t | Sasha Levin | 2014-11-25 | 1 | -3/+3 |
* | x86/nmi: Perform a safe NMI stack trace on all CPUs | Steven Rostedt (Red Hat) | 2014-11-19 | 1 | -5/+86 |
* | nmi: provide the option to issue an NMI back trace to every cpu but current | Aaron Tomlin | 2014-06-23 | 1 | -4/+14 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-12 | 1 | -1/+2 |
|\ |
|
| * | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation | Masami Hiramatsu | 2014-04-24 | 1 | -1/+2 |
* | | arch,x86: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -1/+1 |
|/ |
|
* | x86: Fix trigger_all_cpu_backtrace() implementation | Michel Lespinasse | 2013-06-20 | 1 | -0/+1 |
* | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -22/+5 |
* | watchdog: Change the default timeout and configure nmi watchdog period based ... | Mandeep Singh Baines | 2011-05-23 | 1 | -2/+2 |
* | x86: Stop including <linux/delay.h> in two asm header files | Jean Delvare | 2011-03-29 | 1 | -0/+1 |
* | x86: Don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler() | Jan Beulich | 2011-02-18 | 1 | -1/+0 |
* | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 2011-01-07 | 1 | -1/+0 |
* | x86, NMI: Add priorities to handlers | Don Zickus | 2011-01-07 | 1 | -1/+1 |
* | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same time | Dongdong Deng | 2011-01-05 | 1 | -0/+13 |
* | x86: Only call smp_processor_id in non-preempt cases | Don Zickus | 2011-01-05 | 1 | -1/+2 |
* | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP... | Don Zickus | 2010-12-22 | 1 | -10/+0 |
* | x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabled | Don Zickus | 2010-12-13 | 1 | -0/+3 |
* | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 2010-12-10 | 1 | -3/+0 |
* | lockup detector: Compile fixes from removing the old x86 nmi watchdog | Don Zickus | 2010-12-10 | 1 | -1/+7 |
* | x86: Address 'unused' warning in hw_nmi.c again | Rakib Mullick | 2010-12-09 | 1 | -1/+1 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-11-26 | 1 | -3/+4 |
|\ |
|
| * | x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOG | Rakib Mullick | 2010-11-18 | 1 | -3/+4 |
* | | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog | Don Zickus | 2010-11-18 | 1 | -10/+0 |
* | | x86, nmi_watchdog: Remove the old nmi_watchdog | Don Zickus | 2010-11-18 | 1 | -3/+3 |
|/ |
|
* | x86, watchdog: Fix build error in hw_nmi.c | Ingo Molnar | 2010-05-13 | 1 | -0/+1 |
* | x86: Cleanup hw_nmi.c cruft | Don Zickus | 2010-05-12 | 1 | -58/+0 |
* | x86: Move trigger_all_cpu_backtrace to its own die_notifier | Don Zickus | 2010-05-12 | 1 | -14/+51 |
* | lockup_detector: Combine nmi_watchdog and softlockup detector | Don Zickus | 2010-05-12 | 1 | -1/+1 |
* | nmi_watchdog: Clean up various small details | Don Zickus | 2010-02-25 | 1 | -7/+7 |
* | nmi_watchdog: Fix undefined 'apic' build bug | Don Zickus | 2010-02-19 | 1 | -0/+2 |
* | nmi_watchdog: Compile and portability fixes | Don Zickus | 2010-02-14 | 1 | -5/+16 |
* | nmi_watchdog: Add new, generic implementation, using perf events | Don Zickus | 2010-02-08 | 1 | -0/+114 |