summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
AgeCommit message (Expand)AuthorLines
2026-02-08watchdog/softlockup: fix sample ring index wrap in need_counting_irqs()Shengming Hu-1/+1
2026-01-20watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing-4/+6
2026-01-14powerpc/watchdog: add support for hardlockup_sys_info sysctlFeng Tang-1/+1
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+41
2025-12-05Merge tag 'sysctl-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+1
2025-11-20watchdog: add sys_info sysctls to dump sys info on system lockupFeng Tang-3/+41
2025-11-14sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docsTejun Heo-1/+1
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo-0/+9
2025-10-24watchdog: move nmi_watchdog sysctl into .rodataJoel Granados-8/+1
2025-09-13watchdog: skip checks when panic is in progressJinchao Wang-0/+6
2025-09-13watchdog/softlockup: fix incorrect CPU utilization output during softlockupZhenguoYao-1/+13
2025-09-13watchdog/softlockup: fix wrong output when watchdog_thresh < 3ZhenguoYao-4/+4
2025-05-21kernel/watchdog: add /sys/kernel/{hard,soft}lockup_countMax Kellermann-0/+53
2025-05-11watchdog: fix watchdog may detect false positive of softlockupLuo Gengkun-14/+27
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+1
2025-03-06watchdog/hardlockup/perf: Fix perf_event memory leakLi Huafei-25/+0
2025-02-18watchdog: Switch to use hrtimer_setup()Nam Cao-2/+1
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados-1/+1
2025-01-12watchdog: output this_cpu when printing hard LOCKUPYunhui Cui-1/+1
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+2
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo-0/+8
2024-11-05kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...Tio Zhang-1/+2
2024-09-01watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...Waiman Long-1/+4
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-6/+6
2024-05-19Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+9
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+0
2024-05-08watchdog: allow nmi watchdog to use raw perf eventSong Liu-0/+2
2024-05-08watchdog: handle comma separated nmi_watchdog command lineSong Liu-0/+7
2024-04-24kernel misc: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-2/+0
2024-04-12watchdog/softlockup: Report the most frequent interruptsBitao Hu-4/+112
2024-04-12watchdog/softlockup: Low-overhead detection of interrupt stormBitao Hu-1/+98
2024-03-12watchdog/core: remove sysctl handlers from public headerThomas Weißschuh-10/+12
2023-12-29watchdog: if panicking and we dumped everything, don't re-enable dumpingDouglas Anderson-2/+4
2023-12-29watchdog/hardlockup: use printk_cpu_sync_get_irqsave() to serialize reportingDouglas Anderson-0/+13
2023-12-29watchdog/softlockup: use printk_cpu_sync_get_irqsave() to serialize reportingDouglas Anderson-3/+3
2023-12-29watchdog/hardlockup: adopt softlockup logic avoiding double-dumpsDouglas Anderson-7/+13
2023-12-10softlockup: serialized softlockup's logLi Zhe-0/+3
2023-11-01watchdog: move softlockup_panic back to early_paramKrister Johansen-0/+7
2023-08-18watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson-7/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson-1/+1
2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek-1/+1
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek-1/+1
2023-06-19watchdog/hardlockup: move SMP barriers from common code to buddy codeDouglas Anderson-6/+0
2023-06-19watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is calledDouglas Anderson-8/+7
2023-06-19watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()Douglas Anderson-1/+3
2023-06-19watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()Douglas Anderson-1/+1
2023-06-19watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson-13/+0
2023-06-19watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe failsDouglas Anderson-10/+20
2023-06-09watchdog/perf: adapt the watchdog_perf interface for async modelLecopzer Chen-1/+66
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson-7/+22