summaryrefslogtreecommitdiff
path: root/drivers/watchdog/watchdog_dev.c
AgeCommit message (Expand)Author
2021-08-22watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka
2021-08-22watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk
2021-08-22watchdog: Fix NULL pointer dereference when releasing cdevCurtis Klein
2021-08-22watchdog: only run driver set_pretimeout op if device supports itCurtis Klein
2021-06-21watchdog: Add hrtimer-based pretimeout featureCurtis Klein
2021-06-21watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functionsJuerg Haefliger
2021-06-21watchdog: Add {min,max}_timeout sysfs nodesJuerg Haefliger
2020-10-14watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei
2020-10-14watchdog: Use put_device on errorDinghao Liu
2020-10-14watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2020-08-05watchdog: add support for adjusting last known HW keepalive timeTero Kristo
2020-08-05watchdog: use __watchdog_ping in startupTero Kristo
2020-08-05watchdog: initialize device before misc_registerKrzysztof Sobota
2020-08-05watchdog: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05watchdog: Use kobj_to_dev() APIWang Qing
2020-08-05watchdog: test_bit() => watchdog_active()Bumsik Kim
2020-06-15sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra
2020-03-18watchdog: reset last_hw_keepalive time at startTero Kristo
2020-01-27watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov
2019-12-01Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2019-11-18watchdog: make nowayout sysfs file writableRasmus Villemoes
2019-11-18watchdog: prevent deferral of watchdogd wakeup on RTJulia Cartwright
2019-11-18watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann
2019-07-08watchdog: convert remaining drivers to use SPDX license identifierGuenter Roeck
2019-07-08watchdog: make the device time out at open_deadline when open_timeout is usedRasmus Villemoes
2019-07-08watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUTRasmus Villemoes
2019-07-08watchdog: introduce watchdog.open_timeout commandline parameterRasmus Villemoes
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2018-10-02watchdog: core: fix null pointer dereference when releasing cdevWolfram Sang
2018-01-21watchdog: core: make sure the watchdog_worker is not deferredChristophe Leroy
2017-12-28watchdog: core: make sure the watchdog worker always worksChristophe Leroy
2017-12-28watchdog: watchdog_dev: mark expected switch fall-throughGustavo A. R. Silva
2017-12-17watchdog: Fix kref imbalance seen if handle_boot_enabled=0Guenter Roeck
2017-12-17watchdog: Fix potential kref imbalance when opening watchdogGuenter Roeck
2017-11-17drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov
2017-07-03watchdog: introduce watchdog_worker_should_ping helperRasmus Villemoes
2017-06-05watchdog: core: add option to avoid early handling of watchdogSebastian Reichel
2017-02-24watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck
2016-10-08watchdog: pretimeout: add pretimeout_available_governors attributeVladimir Zapolskiy
2016-10-08watchdog: pretimeout: add option to select a pretimeout governor in runtimeVladimir Zapolskiy
2016-10-08watchdog: add watchdog pretimeout governor frameworkVladimir Zapolskiy
2016-09-24watchdog: add pretimeout support to the coreWolfram Sang
2016-07-25watchdog: core: Clear WDOG_HW_RUNNING before calling the stop functionGuenter Roeck
2016-07-25watchdog: core: Fix error handling of watchdog_dev_init()Wei Yongjun
2016-07-19watchdog: Implement status function in watchdog coreGuenter Roeck
2016-07-17watchdog: change watchdog_need_worker logicRasmus Villemoes
2016-05-14watchdog: core: Fix circular locking dependencyGuenter Roeck
2016-03-16watchdog: Ensure that wdd is not dereferenced if NULLGuenter Roeck