index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
watchdog.h
Age
Commit message (
Expand
)
Author
2021-08-22
watchdog: introduce watchdog_dev_suspend/resume
Grzegorz Jaszczyk
2020-08-05
watchdog: add support for adjusting last known HW keepalive time
Tero Kristo
2020-04-20
watchdog: clarify that stop() is optional
Bumsik Kim
2018-12-22
Watchdog: remove outdated comment
Hardik Singh Rathore
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-24
watchdog: Introduce watchdog_stop_on_unregister helper
Guenter Roeck
2016-10-08
watchdog: add watchdog pretimeout governor framework
Vladimir Zapolskiy
2016-09-24
watchdog: add pretimeout support to the core
Wolfram Sang
2016-07-17
watchdog: Improve description of min_hw_heartbeat_ms
Guenter Roeck
2016-07-17
watchdog: Add a device managed API for watchdog_register_device()
Neil Armstrong
2016-03-16
watchdog: Add support for minimum time between heartbeats
Guenter Roeck
2016-03-16
watchdog: Introduce WDOG_HW_RUNNING flag
Guenter Roeck
2016-03-16
watchdog: Introduce hardware maximum heartbeat in watchdog core
Guenter Roeck
2016-03-01
watchdog: Add 'action' and 'data' parameters to restart handler callback
Guenter Roeck
2016-01-11
watchdog: Drop pointer to watchdog device from struct watchdog_device
Guenter Roeck
2016-01-11
watchdog: Add support for creating driver specific sysfs attributes
Guenter Roeck
2016-01-11
watchdog: kill unref/ref ops
Tomas Winkler
2015-12-29
watchdog: Separate and maintain variables based on variable lifetime
Guenter Roeck
2015-12-13
watchdog: core: add reboot notifier support
Damien Riegel
2015-12-13
watchdog: core: add restart handler support
Damien Riegel
2015-11-03
watchdog: include: add units for timeout values in kerneldoc
Wolfram Sang
2015-11-03
watchdog: include: fix some typos
Wolfram Sang
2015-11-03
watchdog: Always evaluate new timeout against min_timeout
Guenter Roeck
2015-09-04
kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h
Guenter Roeck
2015-06-29
watchdog: watchdog_core: Add watchdog registration deferral mechanism
Jean-Baptiste Theou
2015-04-02
watchdog: Add watchdog enable/disable all functions
Stephane Eranian
2014-10-20
watchdog: simplify definitions of WATCHDOG_NOWAYOUT(_INIT_STATUS)?
Uwe Kleine-König
2013-03-01
watchdog: core: dt: add support for the timeout-sec dt property
Fabio Porcedda
2012-12-19
watchdog: WatchDog Timer Driver Core: fix comment
Fabio Porcedda
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-05-30
watchdog: Add support for dynamically allocated watchdog_device structs
Hans de Goede
2012-05-30
watchdog: Add Locking support
Hans de Goede
2012-05-30
watchdog: create all the proper device files
Alan Cox
2012-05-30
watchdog: Add a flag to indicate the watchdog doesn't reboot things
Alan Cox
2012-05-30
watchdog: Add multiple device support
Alan Cox
2012-05-30
watchdog: Add watchdog_active() routine
Viresh Kumar
2012-03-27
watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
Viresh Kumar
2012-03-27
watchdog: nowayout is bool
Wim Van Sebroeck
2012-01-06
watchdog: add nowayout helpers to Watchdog Timer Driver Kernel API
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add minimum and max timeout
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add ioctl call
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add nowayout feature
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add Magic Close feature
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctl
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add basic ioctl functionality
Wim Van Sebroeck
2011-07-28
watchdog: WatchDog Timer Driver Core - Add basic framework
Wim Van Sebroeck
2006-06-20
[WATCHDOG] add WDIOC_GETTIMELEFT ioctl
Wim Van Sebroeck
2006-06-20
[WATCHDOG] Pre-Timeout flags
Corey Minyard
[next]