index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
watchdog_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: Improve watchdog_dev function documentation
Daniel Bristot de Oliveira
2022-03-27
1
-119
/
+125
*
watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriate
Jan Kiszka
2021-08-22
1
-1
/
+4
*
watchdog: introduce watchdog_dev_suspend/resume
Grzegorz Jaszczyk
2021-08-22
1
-0
/
+47
*
watchdog: Fix NULL pointer dereference when releasing cdev
Curtis Klein
2021-08-22
1
-1
/
+2
*
watchdog: only run driver set_pretimeout op if device supports it
Curtis Klein
2021-08-22
1
-1
/
+1
*
watchdog: Add hrtimer-based pretimeout feature
Curtis Klein
2021-06-21
1
-30
/
+17
*
watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Juerg Haefliger
2021-06-21
1
-9
/
+10
*
watchdog: Add {min,max}_timeout sysfs nodes
Juerg Haefliger
2021-06-21
1
-0
/
+20
*
watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>
Zhen Lei
2020-10-14
1
-2
/
+0
*
watchdog: Use put_device on error
Dinghao Liu
2020-10-14
1
-1
/
+1
*
watchdog: Fix memleak in watchdog_cdev_register
Dinghao Liu
2020-10-14
1
-1
/
+3
*
Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2020-08-12
1
-20
/
+53
|
\
|
*
watchdog: add support for adjusting last known HW keepalive time
Tero Kristo
2020-08-05
1
-0
/
+30
|
*
watchdog: use __watchdog_ping in startup
Tero Kristo
2020-08-05
1
-8
/
+11
|
*
watchdog: initialize device before misc_register
Krzysztof Sobota
2020-08-05
1
-9
/
+9
|
*
watchdog: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-05
1
-1
/
+1
|
*
watchdog: Use kobj_to_dev() API
Wang Qing
2020-08-05
1
-1
/
+1
|
*
watchdog: test_bit() => watchdog_active()
Bumsik Kim
2020-08-05
1
-1
/
+1
*
|
sched,watchdog: Convert to sched_set_fifo()
Peter Zijlstra
2020-06-15
1
-2
/
+1
|
/
*
watchdog: reset last_hw_keepalive time at start
Tero Kristo
2020-03-18
1
-0
/
+1
*
watchdog: fix UAF in reboot notifier handling in watchdog core code
Vladis Dronov
2020-01-27
1
-35
/
+1
*
Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2019-12-01
1
-43
/
+58
|
\
|
*
watchdog: make nowayout sysfs file writable
Rasmus Villemoes
2019-11-18
1
-1
/
+20
|
*
watchdog: prevent deferral of watchdogd wakeup on RT
Julia Cartwright
2019-11-18
1
-4
/
+6
|
*
watchdog: Fix the race between the release of watchdog_core_data and cdev
Kevin Hao
2019-11-18
1
-38
/
+32
*
|
compat_ioctl: move WDIOC handling into wdt drivers
Arnd Bergmann
2019-10-23
1
-0
/
+1
|
/
*
watchdog: convert remaining drivers to use SPDX license identifier
Guenter Roeck
2019-07-08
1
-5
/
+1
*
watchdog: make the device time out at open_deadline when open_timeout is used
Rasmus Villemoes
2019-07-08
1
-5
/
+6
*
watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT
Rasmus Villemoes
2019-07-08
1
-2
/
+3
*
watchdog: introduce watchdog.open_timeout commandline parameter
Rasmus Villemoes
2019-07-08
1
-1
/
+35
*
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
*
watchdog: core: fix null pointer dereference when releasing cdev
Wolfram Sang
2018-10-02
1
-5
/
+5
*
watchdog: core: make sure the watchdog_worker is not deferred
Christophe Leroy
2018-01-21
1
-34
/
+52
*
watchdog: core: make sure the watchdog worker always works
Christophe Leroy
2017-12-28
1
-21
/
+27
*
watchdog: watchdog_dev: mark expected switch fall-through
Gustavo A. R. Silva
2017-12-28
1
-1
/
+1
*
watchdog: Fix kref imbalance seen if handle_boot_enabled=0
Guenter Roeck
2017-12-17
1
-6
/
+5
*
watchdog: Fix potential kref imbalance when opening watchdog
Guenter Roeck
2017-12-17
1
-2
/
+4
*
drivers/watchdog: make use of devm_register_reboot_notifier()
Andrey Smirnov
2017-11-17
1
-0
/
+32
*
watchdog: introduce watchdog_worker_should_ping helper
Rasmus Villemoes
2017-07-03
1
-4
/
+9
*
watchdog: core: add option to avoid early handling of watchdog
Sebastian Reichel
2017-06-05
1
-3
/
+16
*
watchdog: Introduce watchdog_stop_on_unregister helper
Guenter Roeck
2017-02-24
1
-0
/
+5
*
watchdog: pretimeout: add pretimeout_available_governors attribute
Vladimir Zapolskiy
2016-10-08
1
-1
/
+10
*
watchdog: pretimeout: add option to select a pretimeout governor in runtime
Vladimir Zapolskiy
2016-10-08
1
-1
/
+14
*
watchdog: add watchdog pretimeout governor framework
Vladimir Zapolskiy
2016-10-08
1
-0
/
+23
*
watchdog: add pretimeout support to the core
Wolfram Sang
2016-09-24
1
-2
/
+54
*
watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function
Guenter Roeck
2016-07-25
1
-2
/
+4
*
watchdog: core: Fix error handling of watchdog_dev_init()
Wei Yongjun
2016-07-25
1
-3
/
+8
*
watchdog: Implement status function in watchdog core
Guenter Roeck
2016-07-19
1
-7
/
+27
*
watchdog: change watchdog_need_worker logic
Rasmus Villemoes
2016-07-17
1
-3
/
+7
*
watchdog: core: Fix circular locking dependency
Guenter Roeck
2016-05-14
1
-1
/
+0
[next]