aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
AgeCommit message (Expand)Author
2023-09-13watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson
2023-09-13nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson
2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek
2023-06-19watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson
2023-06-19watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson
2023-06-19watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()Douglas Anderson
2023-06-19watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson
2023-06-19watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...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/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: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson
2023-06-09watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen
2023-06-09watchdog: remove WATCHDOG_DEFAULTLecopzer Chen
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-07-27watchdog: export lockup_detector_reconfigureLaurent Dufour
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-01-22watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni
2021-06-29kernel: watchdog: modify the explanation related to watchdog threadWang Qing
2021-05-22watchdog: reliable handling of timestampsPetr Mladek
2021-04-30watchdog: cleanup handling of false positivesPetr Mladek
2021-04-30watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek
2021-04-30watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek
2021-04-30watchdog/softlockup: report the overall time of softlockupsPetr Mladek
2021-04-30watchdog: explicitly update timestamp when reporting softlockupPetr Mladek
2021-04-30watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek
2021-04-04workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing
2020-11-14kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-01-17watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner
2020-01-16watchdog/softlockup: Remove obsolete check of last reported taskPetr Mladek
2020-01-16watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang
2019-08-01watchdog: Mark watchdog_hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior
2019-04-18watchdog: Fix typo in commentArash Fotouhi
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner
2019-03-22watchdog/core: Make variables staticValdis Kletnieks
2018-11-01watchdog/core: Add watchdog_thresh command line parameterLaurence Oberman
2018-08-30watchdog: Mark watchdog touch functions as notraceVincent Whitchurch