summaryrefslogtreecommitdiff
path: root/include/linux/nmi.h
AgeCommit message (Expand)Author
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
2023-06-19watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek
2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek
2023-06-19watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek
2023-06-19watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson
2023-06-19watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()Douglas Anderson
2023-06-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen
2023-06-09watchdog/perf: add a weak function for an arch to detect if perf can use NMIsDouglas Anderson
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson
2023-06-09watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: add comments to touch_nmi_watchdog()Douglas Anderson
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen
2023-06-09watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...Douglas Anderson
2023-01-19x86/nmi: Print reasons why backtrace NMIs are ignoredPaul E. McKenney
2022-07-27watchdog: export lockup_detector_reconfigureLaurent Dufour
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2018-11-06watchdog/core: Add missing prototypes for weak functionsMathieu Malaterre
2018-07-10watchdog/softlockup: Fix the SOFTLOCKUP_DETECTOR=n buildPeter Zijlstra
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner
2017-09-14watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner
2017-09-14watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner
2017-09-14watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner
2017-09-14watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner
2017-09-14watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner
2017-09-14watchdog/core: Clean up header messThomas Gleixner
2017-09-14watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner
2017-09-14watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner
2017-09-14watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner
2017-09-14watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner
2017-09-14watchdog/hardlockup: Provide interface to stop/restart perf eventsPeter Zijlstra
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin
2017-07-12kernel/watchdog: remove unused declarationNicholas Piggin
2017-03-03sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>Ingo Molnar
2017-01-24kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus
2016-12-14kernel/watchdog.c: move shared definitions to nmi.hBabu Moger
2016-10-07nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf
2016-03-23x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuckYaowei Bai
2015-11-05kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina
2015-09-08Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds