aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/watchdog.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-22watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk1-0/+10
2020-08-05watchdog: add support for adjusting last known HW keepalive timeTero Kristo1-0/+2
2020-04-20watchdog: clarify that stop() is optionalBumsik Kim1-2/+2
2018-12-22Watchdog: remove outdated commentHardik Singh Rathore1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-02-24watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck1-0/+7
2016-10-08watchdog: add watchdog pretimeout governor frameworkVladimir Zapolskiy1-0/+13
2016-09-24watchdog: add pretimeout support to the coreWolfram Sang1-0/+11
2016-07-17watchdog: Improve description of min_hw_heartbeat_msGuenter Roeck1-1/+2
2016-07-17watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong1-0/+3
2016-03-16watchdog: Add support for minimum time between heartbeatsGuenter Roeck1-0/+3
2016-03-16watchdog: Introduce WDOG_HW_RUNNING flagGuenter Roeck1-0/+10
2016-03-16watchdog: Introduce hardware maximum heartbeat in watchdog coreGuenter Roeck1-8/+20
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck1-1/+1
2016-01-11watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck1-2/+0
2016-01-11watchdog: Add support for creating driver specific sysfs attributesGuenter Roeck1-0/+3
2016-01-11watchdog: kill unref/ref opsTomas Winkler1-2/+0
2015-12-29watchdog: Separate and maintain variables based on variable lifetimeGuenter Roeck1-14/+8
2015-12-13watchdog: core: add reboot notifier supportDamien Riegel1-0/+9
2015-12-13watchdog: core: add restart handler supportDamien Riegel1-0/+6
2015-11-03watchdog: include: add units for timeout values in kerneldocWolfram Sang1-5/+5
2015-11-03watchdog: include: fix some typosWolfram Sang1-2/+2
2015-11-03watchdog: Always evaluate new timeout against min_timeoutGuenter Roeck1-2/+9
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck1-8/+0
2015-06-29watchdog: watchdog_core: Add watchdog registration deferral mechanismJean-Baptiste Theou1-0/+3
2015-04-02watchdog: Add watchdog enable/disable all functionsStephane Eranian1-0/+8
2014-10-20watchdog: simplify definitions of WATCHDOG_NOWAYOUT(_INIT_STATUS)?Uwe Kleine-König1-7/+2
2013-03-01watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda1-0/+9
2012-12-19watchdog: WatchDog Timer Driver Core: fix commentFabio Porcedda1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-48/+1
2012-05-30watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede1-0/+5
2012-05-30watchdog: Add Locking supportHans de Goede1-0/+5
2012-05-30watchdog: create all the proper device filesAlan Cox1-0/+4
2012-05-30watchdog: Add a flag to indicate the watchdog doesn't reboot thingsAlan Cox1-0/+2
2012-05-30watchdog: Add multiple device supportAlan Cox1-0/+6
2012-05-30watchdog: Add watchdog_active() routineViresh Kumar1-0/+6
2012-03-27watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar1-0/+2
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-1/+1
2012-01-06watchdog: add nowayout helpers to Watchdog Timer Driver Kernel APIWim Van Sebroeck1-5/+16
2011-07-28watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck1-0/+4
2011-07-28watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck1-0/+2
2011-07-28watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck1-0/+1
2011-07-28watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck1-0/+1
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIMEOUT ioctlWim Van Sebroeck1-0/+4
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck1-0/+1
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck1-0/+4
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck1-0/+61
2006-06-20[WATCHDOG] add WDIOC_GETTIMELEFT ioctlWim Van Sebroeck1-3/+4
2006-06-20[WATCHDOG] Pre-Timeout flagsCorey Minyard1-0/+3