index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
watchdog.c
Age
Commit message (
Expand
)
Author
3 days
Merge tag 'sysctl-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-11-14
sched_ext: Pass locked CPU parameter to scx_hardlockup() and add docs
Tejun Heo
2025-11-12
sched_ext: Hook up hardlockup detector
Tejun Heo
2025-10-24
watchdog: move nmi_watchdog sysctl into .rodata
Joel Granados
2025-09-13
watchdog: skip checks when panic is in progress
Jinchao Wang
2025-09-13
watchdog/softlockup: fix incorrect CPU utilization output during softlockup
ZhenguoYao
2025-09-13
watchdog/softlockup: fix wrong output when watchdog_thresh < 3
ZhenguoYao
2025-05-21
kernel/watchdog: add /sys/kernel/{hard,soft}lockup_count
Max Kellermann
2025-05-11
watchdog: fix watchdog may detect false positive of softlockup
Luo Gengkun
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-06
watchdog/hardlockup/perf: Fix perf_event memory leak
Li Huafei
2025-02-18
watchdog: Switch to use hrtimer_setup()
Nam Cao
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
2025-01-12
watchdog: output this_cpu when printing hard LOCKUP
Yunhui Cui
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-11-08
sched_ext: Enable the ops breather and eject BPF scheduler on softlockup
Tejun Heo
2024-11-05
kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...
Tio Zhang
2024-09-01
watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...
Waiman Long
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
2024-05-19
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-05-17
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-08
watchdog: allow nmi watchdog to use raw perf event
Song Liu
2024-05-08
watchdog: handle comma separated nmi_watchdog command line
Song Liu
2024-04-24
kernel misc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-12
watchdog/softlockup: Report the most frequent interrupts
Bitao Hu
2024-04-12
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
2024-03-12
watchdog/core: remove sysctl handlers from public header
Thomas Weißschuh
2023-12-29
watchdog: if panicking and we dumped everything, don't re-enable dumping
Douglas Anderson
2023-12-29
watchdog/hardlockup: use printk_cpu_sync_get_irqsave() to serialize reporting
Douglas Anderson
2023-12-29
watchdog/softlockup: use printk_cpu_sync_get_irqsave() to serialize reporting
Douglas Anderson
2023-12-29
watchdog/hardlockup: adopt softlockup logic avoiding double-dumps
Douglas Anderson
2023-12-10
softlockup: serialized softlockup's log
Li Zhe
2023-11-01
watchdog: move softlockup_panic back to early_param
Krister Johansen
2023-08-18
watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()
Douglas Anderson
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
2023-06-19
watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64
Petr Mladek
2023-06-19
watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specific
Petr Mladek
2023-06-19
watchdog/hardlockup: move SMP barriers from common code to buddy code
Douglas Anderson
2023-06-19
watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is called
Douglas Anderson
2023-06-19
watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()
Douglas Anderson
2023-06-19
watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
Douglas Anderson
2023-06-19
watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...
Douglas Anderson
2023-06-19
watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails
Douglas Anderson
2023-06-09
watchdog/perf: adapt the watchdog_perf interface for async model
Lecopzer Chen
2023-06-09
watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
Douglas Anderson
2023-06-09
watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly
Douglas Anderson
2023-06-09
watchdog/hardlockup: rename some "NMI watchdog" constants/function
Douglas Anderson
2023-06-09
watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c
Douglas Anderson
2023-06-09
watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()
Douglas Anderson
2023-06-09
watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...
Douglas Anderson
[next]