index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
watchdog_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-07
watchdog: stop wdd when watchdog hw running in reboot_notifier
Zhao Qiang
1
-1
/
+1
2020-12-13
watchdog: Fix potential dereferencing of null pointer
Wang Wensheng
1
-9
/
+13
2020-03-18
watchdog: Add stop_on_reboot parameter to control reboot policy
Dmitry Safonov
1
-0
/
+12
2020-01-27
watchdog: fix UAF in reboot notifier handling in watchdog core code
Vladis Dronov
1
-0
/
+35
2019-07-08
watchdog: convert remaining drivers to use SPDX license identifier
Guenter Roeck
1
-5
/
+1
2019-07-08
watchdog: let core print error message when registering device fails
Wolfram Sang
1
-0
/
+9
2019-07-08
watchdog: make watchdog_deferred_registration_add() void
Wolfram Sang
1
-4
/
+3
2019-05-05
watchdog: add error messages when initializing timeout fails
Wolfram Sang
1
-0
/
+9
2019-05-05
watchdog: refactor watchdog_init_timeout
Wolfram Sang
1
-14
/
+19
2017-12-28
watchdog: document watchdog_init_timeout() wdd parameter
Corentin Labbe
1
-0
/
+1
2017-11-17
drivers/watchdog: make use of devm_register_reboot_notifier()
Andrey Smirnov
1
-35
/
+0
2016-09-23
watchdog: core: Fix devres_alloc() allocation size
Guenter Roeck
1
-1
/
+1
2016-07-17
watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is...
Pratyush Anand
1
-1
/
+1
2016-07-17
watchdog: Add a device managed API for watchdog_register_device()
Neil Armstrong
1
-0
/
+37
2016-05-25
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
1
-1
/
+1
2016-05-14
watchdog: core: fix trivial typo in a comment
Wolfram Sang
1
-1
/
+1
2016-04-28
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2016-03-16
watchdog: Make stop function optional
Guenter Roeck
1
-1
/
+1
2016-03-01
watchdog: Add 'action' and 'data' parameters to restart handler callback
Guenter Roeck
1
-1
/
+1
2016-01-11
watchdog: Drop pointer to watchdog device from struct watchdog_device
Guenter Roeck
1
-4
/
+4
2015-12-29
watchdog: Separate and maintain variables based on variable lifetime
Guenter Roeck
1
-2
/
+0
2015-12-29
watchdog: Create watchdog device in watchdog_dev.c
Guenter Roeck
1
-26
/
+7
2015-12-27
watchdog: Read device status through sysfs attributes
Pratyush Anand
1
-1
/
+1
2015-12-27
watchdog: Use static struct class watchdog_class in stead of pointer
Pratyush Anand
1
-13
/
+2
2015-12-13
watchdog: core: add reboot notifier support
Damien Riegel
1
-0
/
+37
2015-12-13
watchdog: core: add restart handler support
Damien Riegel
1
-0
/
+48
2015-10-27
watchdog: watchdog_dev: Use device tree alias for naming watchdogs
Justin Chen
1
-2
/
+13
2015-06-29
watchdog: watchdog_core: Add watchdog registration deferral mechanism
Jean-Baptiste Theou
1
-18
/
+100
2014-01-28
watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/max
Doug Anderson
1
-2
/
+2
2013-11-17
watchdog: watchdog_core: Fix a trivial typo
Sachin Kamat
1
-1
/
+1
2013-03-01
watchdog: core: dt: add support for the timeout-sec dt property
Fabio Porcedda
1
-9
/
+57
2012-09-10
watchdog: move the dereference below the NULL test
Wei Yongjun
1
-1
/
+2
2012-05-30
watchdog: Add Locking support
Hans de Goede
1
-0
/
+1
2012-05-30
watchdog: create all the proper device files
Alan Cox
1
-2
/
+32
2012-05-30
watchdog: Add multiple device support
Alan Cox
1
-4
/
+39
2012-05-30
watchdog: correct the name of the watchdog_core inlude file
Wim Van Sebroeck
1
-1
/
+1
2012-03-27
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
1
-2
/
+2
2011-07-28
watchdog: WatchDog Timer Driver Core - Add minimum and max timeout
Wim Van Sebroeck
1
-0
/
+10
2011-07-28
watchdog: WatchDog Timer Driver Core - Add basic framework
Wim Van Sebroeck
1
-0
/
+101