summaryrefslogtreecommitdiffstats
path: root/include/linux/nmi.h
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-041-0/+1
* watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner2017-10-041-1/+2
* watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner2017-09-141-0/+2
* watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner2017-09-141-2/+6
* watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner2017-09-141-0/+2
* watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-141-8/+8
* watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner2017-09-141-0/+6
* watchdog/core: Clean up header messThomas Gleixner2017-09-141-35/+25
* watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner2017-09-141-1/+0
* watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner2017-09-141-0/+6
* watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner2017-09-141-12/+0
* watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner2017-09-141-3/+3
* watchdog/hardlockup: Provide interface to stop/restart perf eventsPeter Zijlstra2017-09-141-0/+4
* kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-181-0/+8
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-121-9/+20
* kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-121-11/+16
* kernel/watchdog: remove unused declarationNicholas Piggin2017-07-121-3/+0
* sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>Ingo Molnar2017-03-031-0/+37
* kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus2017-01-241-0/+1
* kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2016-12-141-0/+24
* nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-5/+26
* x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuckYaowei Bai2016-03-231-1/+0
* kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina2015-11-051-0/+1
* Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-081-0/+6
|\
| * nmi: create generic NMI backtrace implementationRussell King2015-07-171-0/+6
* | watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-041-4/+4
* | watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell2015-09-041-4/+9
* | watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2015-09-041-0/+2
* | kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck2015-09-041-3/+5
|/
* watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-241-0/+3
* watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell2015-04-141-7/+2
* watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell2015-04-141-2/+0
* watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell2015-04-141-0/+8
* watchdog: new definitions and variables, initializationUlrich Obergfell2015-04-141-0/+2
* kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell2014-10-141-0/+13
* acpi, apei, ghes: Make NMI error notification to be GHES architecture extension.Tomasz Nowicki2014-07-221-0/+4
* kernel/watchdog.c: print traces for all cpus on lockup detectionAaron Tomlin2014-06-231-0/+1
* nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2014-06-231-1/+10
* watchdog: Rename confusing state variableFrederic Weisbecker2013-06-201-1/+1
* nmi watchdog: do not use cpp symbol in KconfigCong Wang2012-03-231-1/+1
* watchdog: Change the default timeout and configure nmi watchdog period based ...Mandeep Singh Baines2011-05-231-1/+1
* watchdog: Disable watchdog when thresh is zeroMandeep Singh Baines2011-05-231-2/+3
* x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-221-5/+1
* lockup detector: Compile fixes from removing the old x86 nmi watchdogDon Zickus2010-12-101-1/+3
* x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus2010-11-181-2/+0
* x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus2010-11-181-5/+1
* lockup_detector: Cross arch compile fixesDon Zickus2010-05-161-1/+1
* lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus2010-05-121-4/+4
* nmi_watchdog: Clean up various small detailsDon Zickus2010-02-251-1/+1