index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
watchdog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
kernel/watchdog: add /sys/kernel/{hard,soft}lockup_count
Max Kellermann
1
-0
/
+53
2025-05-12
watchdog: fix watchdog may detect false positive of softlockup
Luo Gengkun
1
-14
/
+27
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2025-03-06
watchdog/hardlockup/perf: Fix perf_event memory leak
Li Huafei
1
-25
/
+0
2025-02-18
watchdog: Switch to use hrtimer_setup()
Nam Cao
1
-2
/
+1
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-13
watchdog: output this_cpu when printing hard LOCKUP
Yunhui Cui
1
-1
/
+1
2024-11-26
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+2
2024-11-08
sched_ext: Enable the ops breather and eject BPF scheduler on softlockup
Tejun Heo
1
-0
/
+8
2024-11-06
kernel/watchdog: always restore watchdog_softlockup(,hardlockup)_user_enabled...
Tio Zhang
1
-1
/
+2
2024-09-02
watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...
Waiman Long
1
-1
/
+4
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-6
/
+6
2024-05-20
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+9
2024-05-18
Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+0
2024-05-08
watchdog: allow nmi watchdog to use raw perf event
Song Liu
1
-0
/
+2
2024-05-08
watchdog: handle comma separated nmi_watchdog command line
Song Liu
1
-0
/
+7
2024-04-24
kernel misc: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-2
/
+0
2024-04-12
watchdog/softlockup: Report the most frequent interrupts
Bitao Hu
1
-4
/
+112
2024-04-12
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
1
-1
/
+98
2024-03-12
watchdog/core: remove sysctl handlers from public header
Thomas Weißschuh
1
-10
/
+12
2023-12-29
watchdog: if panicking and we dumped everything, don't re-enable dumping
Douglas Anderson
1
-2
/
+4
2023-12-29
watchdog/hardlockup: use printk_cpu_sync_get_irqsave() to serialize reporting
Douglas Anderson
1
-0
/
+13
2023-12-29
watchdog/softlockup: use printk_cpu_sync_get_irqsave() to serialize reporting
Douglas Anderson
1
-3
/
+3
2023-12-29
watchdog/hardlockup: adopt softlockup logic avoiding double-dumps
Douglas Anderson
1
-7
/
+13
2023-12-11
softlockup: serialized softlockup's log
Li Zhe
1
-0
/
+3
2023-11-01
watchdog: move softlockup_panic back to early_param
Krister Johansen
1
-0
/
+7
2023-08-18
watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()
Douglas Anderson
1
-7
/
+2
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
1
-1
/
+1
2023-06-20
watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64
Petr Mladek
1
-1
/
+1
2023-06-20
watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specific
Petr Mladek
1
-1
/
+1
2023-06-20
watchdog/hardlockup: move SMP barriers from common code to buddy code
Douglas Anderson
1
-6
/
+0
2023-06-20
watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is called
Douglas Anderson
1
-8
/
+7
2023-06-20
watchdog/hardlockup: in watchdog_hardlockup_check() use cpumask_copy()
Douglas Anderson
1
-1
/
+3
2023-06-20
watchdog/hardlockup: don't use raw_cpu_ptr() in watchdog_hardlockup_kick()
Douglas Anderson
1
-1
/
+1
2023-06-20
watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...
Douglas Anderson
1
-13
/
+0
2023-06-20
watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails
Douglas Anderson
1
-10
/
+20
2023-06-10
watchdog/perf: adapt the watchdog_perf interface for async model
Lecopzer Chen
1
-1
/
+66
2023-06-10
watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
Douglas Anderson
1
-7
/
+22
2023-06-10
watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly
Douglas Anderson
1
-12
/
+18
2023-06-10
watchdog/hardlockup: rename some "NMI watchdog" constants/function
Douglas Anderson
1
-56
/
+57
2023-06-10
watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c
Douglas Anderson
1
-0
/
+19
2023-06-10
watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()
Douglas Anderson
1
-20
/
+32
2023-06-10
watchdog/hardlockup: style changes to watchdog_hardlockup_check() / is_hardlo...
Douglas Anderson
1
-17
/
+15
2023-06-10
watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c
Douglas Anderson
1
-20
/
+73
2023-06-10
watchdog/hardlockup: change watchdog_nmi_enable() to void
Lecopzer Chen
1
-2
/
+1
2023-06-10
watchdog: remove WATCHDOG_DEFAULT
Lecopzer Chen
1
-2
/
+0
2022-08-07
Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-5
/
+16
2022-07-27
watchdog: export lockup_detector_reconfigure
Laurent Dufour
1
-5
/
+16
2022-06-23
Merge branch 'rework/kthreads' into for-linus
Petr Mladek
1
-4
/
+0
2022-06-23
Revert "printk: add functions to prefer direct printing"
Petr Mladek
1
-4
/
+0
[next]