summaryrefslogtreecommitdiff
path: root/kernel/watchdog.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+9
2024-05-18Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2024-05-08watchdog: allow nmi watchdog to use raw perf eventSong Liu1-0/+2
2024-05-08watchdog: handle comma separated nmi_watchdog command lineSong Liu1-0/+7
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-2/+0
2024-04-12watchdog/softlockup: Report the most frequent interruptsBitao Hu1-4/+112
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu1-1/+98
2024-03-12watchdog/core: remove sysctl handlers from public headerThomas Weißschuh1-10/+12
2023-12-29watchdog: if panicking and we dumped everything, don't re-enable dumpingDouglas Anderson1-2/+4
2023-12-29watchdog/hardlockup: use printk_cpu_sync_get_irqsave() to serialize reportingDouglas Anderson1-0/+13
2023-12-29watchdog/softlockup: use printk_cpu_sync_get_irqsave() to serialize reportingDouglas Anderson1-3/+3
2023-12-29watchdog/hardlockup: adopt softlockup logic avoiding double-dumpsDouglas Anderson1-7/+13
2023-12-11softlockup: serialized softlockup's logLi Zhe1-0/+3
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen1-0/+7
2023-08-18watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson1-7/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson1-1/+1
2023-06-20watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek1-1/+1
2023-06-20watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek1-1/+1
2023-06-20watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson1-6/+0
2023-06-20watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson1-8/+7
2023-06-20watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()Douglas Anderson1-1/+3
2023-06-20watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson1-1/+1
2023-06-20watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson1-13/+0
2023-06-20watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson1-10/+20
2023-06-10watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen1-1/+66
2023-06-10watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson1-7/+22
2023-06-10watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanlyDouglas Anderson1-12/+18
2023-06-10watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson1-56/+57
2023-06-10watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.cDouglas Anderson1-0/+19
2023-06-10watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()Douglas Anderson1-20/+32
2023-06-10watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...Douglas Anderson1-17/+15
2023-06-10watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.cDouglas Anderson1-20/+73
2023-06-10watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen1-2/+1
2023-06-10watchdog: remove WATCHDOG_DEFAULTLecopzer Chen1-2/+0
2022-08-07Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-5/+16
2022-07-27watchdog: export lockup_detector_reconfigureLaurent Dufour1-5/+16
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek1-4/+0
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek1-4/+0
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2022-04-30lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes1-2/+2
2022-04-22printk: add functions to prefer direct printingJohn Ogness1-0/+4
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-1/+1
2022-01-22watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni1-0/+101
2021-06-29kernel: watchdog: modify the explanation related to watchdog threadWang Qing1-8/+4
2021-05-23watchdog: reliable handling of timestampsPetr Mladek1-14/+20
2021-04-30watchdog: cleanup handling of false positivesPetr Mladek1-12/+8
2021-04-30watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek1-11/+6
2021-04-30watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek1-12/+2
2021-04-30watchdog/softlockup: report the overall time of softlockupsPetr Mladek1-12/+28
2021-04-30watchdog: explicitly update timestamp when reporting softlockupPetr Mladek1-0/+3