aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_core.c
AgeCommit message (Expand)Author
2020-05-04watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov
2019-05-05watchdog: add error messages when initializing timeout failsWolfram Sang
2019-05-05watchdog: refactor watchdog_init_timeoutWolfram Sang
2017-12-28watchdog: document watchdog_init_timeout() wdd parameterCorentin Labbe
2017-11-17drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov
2016-09-23watchdog: core: Fix devres_alloc() allocation sizeGuenter Roeck
2016-07-17watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is...Pratyush Anand
2016-07-17watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong
2016-05-25Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2016-05-14watchdog: core: fix trivial typo in a commentWolfram Sang
2016-04-28treewide: Fix typos in printkMasanari Iida
2016-03-16watchdog: Make stop function optionalGuenter Roeck
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck
2016-01-11watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck
2015-12-29watchdog: Separate and maintain variables based on variable lifetimeGuenter Roeck
2015-12-29watchdog: Create watchdog device in watchdog_dev.cGuenter Roeck
2015-12-27watchdog: Read device status through sysfs attributesPratyush Anand
2015-12-27watchdog: Use static struct class watchdog_class in stead of pointerPratyush Anand
2015-12-13watchdog: core: add reboot notifier supportDamien Riegel
2015-12-13watchdog: core: add restart handler supportDamien Riegel
2015-10-27watchdog: watchdog_dev: Use device tree alias for naming watchdogsJustin Chen
2015-06-29watchdog: watchdog_core: Add watchdog registration deferral mechanismJean-Baptiste Theou
2014-01-28watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/maxDoug Anderson
2013-11-17watchdog: watchdog_core: Fix a trivial typoSachin Kamat
2013-03-01watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda
2012-09-10watchdog: move the dereference below the NULL testWei Yongjun
2012-05-30watchdog: Add Locking supportHans de Goede
2012-05-30watchdog: create all the proper device filesAlan Cox
2012-05-30watchdog: Add multiple device supportAlan Cox
2012-05-30watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches
2011-07-28watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck