aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/watchdog_dev.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-12Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 1-20/+53
2020-08-05watchdog: add support for adjusting last known HW keepalive timeGravatar Tero Kristo 1-0/+30
2020-08-05watchdog: use __watchdog_ping in startupGravatar Tero Kristo 1-8/+11
2020-08-05watchdog: initialize device before misc_registerGravatar Krzysztof Sobota 1-9/+9
2020-08-05watchdog: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-05watchdog: Use kobj_to_dev() APIGravatar Wang Qing 1-1/+1
2020-08-05watchdog: test_bit() => watchdog_active()Gravatar Bumsik Kim 1-1/+1
2020-06-15sched,watchdog: Convert to sched_set_fifo()Gravatar Peter Zijlstra 1-2/+1
2020-03-18watchdog: reset last_hw_keepalive time at startGravatar Tero Kristo 1-0/+1
2020-01-27watchdog: fix UAF in reboot notifier handling in watchdog core codeGravatar Vladis Dronov 1-35/+1
2019-12-01Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 1-43/+58
2019-11-18watchdog: make nowayout sysfs file writableGravatar Rasmus Villemoes 1-1/+20
2019-11-18watchdog: prevent deferral of watchdogd wakeup on RTGravatar Julia Cartwright 1-4/+6
2019-11-18watchdog: Fix the race between the release of watchdog_core_data and cdevGravatar Kevin Hao 1-38/+32
2019-10-23compat_ioctl: move WDIOC handling into wdt driversGravatar Arnd Bergmann 1-0/+1
2019-07-08watchdog: convert remaining drivers to use SPDX license identifierGravatar Guenter Roeck 1-5/+1
2019-07-08watchdog: make the device time out at open_deadline when open_timeout is usedGravatar Rasmus Villemoes 1-5/+6
2019-07-08watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUTGravatar Rasmus Villemoes 1-2/+3
2019-07-08watchdog: introduce watchdog.open_timeout commandline parameterGravatar Rasmus Villemoes 1-1/+35
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2018-10-02watchdog: core: fix null pointer dereference when releasing cdevGravatar Wolfram Sang 1-5/+5
2018-01-21watchdog: core: make sure the watchdog_worker is not deferredGravatar Christophe Leroy 1-34/+52
2017-12-28watchdog: core: make sure the watchdog worker always worksGravatar Christophe Leroy 1-21/+27
2017-12-28watchdog: watchdog_dev: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2017-12-17watchdog: Fix kref imbalance seen if handle_boot_enabled=0Gravatar Guenter Roeck 1-6/+5
2017-12-17watchdog: Fix potential kref imbalance when opening watchdogGravatar Guenter Roeck 1-2/+4
2017-11-17drivers/watchdog: make use of devm_register_reboot_notifier()Gravatar Andrey Smirnov 1-0/+32
2017-07-03watchdog: introduce watchdog_worker_should_ping helperGravatar Rasmus Villemoes 1-4/+9
2017-06-05watchdog: core: add option to avoid early handling of watchdogGravatar Sebastian Reichel 1-3/+16
2017-02-24watchdog: Introduce watchdog_stop_on_unregister helperGravatar Guenter Roeck 1-0/+5
2016-10-08watchdog: pretimeout: add pretimeout_available_governors attributeGravatar Vladimir Zapolskiy 1-1/+10
2016-10-08watchdog: pretimeout: add option to select a pretimeout governor in runtimeGravatar Vladimir Zapolskiy 1-1/+14
2016-10-08watchdog: add watchdog pretimeout governor frameworkGravatar Vladimir Zapolskiy 1-0/+23
2016-09-24watchdog: add pretimeout support to the coreGravatar Wolfram Sang 1-2/+54
2016-07-25watchdog: core: Clear WDOG_HW_RUNNING before calling the stop functionGravatar Guenter Roeck 1-2/+4
2016-07-25watchdog: core: Fix error handling of watchdog_dev_init()Gravatar Wei Yongjun 1-3/+8
2016-07-19watchdog: Implement status function in watchdog coreGravatar Guenter Roeck 1-7/+27
2016-07-17watchdog: change watchdog_need_worker logicGravatar Rasmus Villemoes 1-3/+7
2016-05-14watchdog: core: Fix circular locking dependencyGravatar Guenter Roeck 1-1/+0
2016-03-16watchdog: Ensure that wdd is not dereferenced if NULLGravatar Guenter Roeck 1-2/+4
2016-03-16watchdog: Add support for minimum time between heartbeatsGravatar Guenter Roeck 1-0/+15
2016-03-16watchdog: Make stop function optionalGravatar Guenter Roeck 1-1/+5
2016-03-16watchdog: Introduce WDOG_HW_RUNNING flagGravatar Guenter Roeck 1-13/+39
2016-03-16watchdog: Introduce hardware maximum heartbeat in watchdog coreGravatar Guenter Roeck 1-8/+121
2016-03-16watchdog: Make set_timeout function optionalGravatar Guenter Roeck 1-2/+9
2016-01-11watchdog: Drop pointer to watchdog device from struct watchdog_deviceGravatar Guenter Roeck 1-5/+4
2016-01-11watchdog: Add support for creating driver specific sysfs attributesGravatar Guenter Roeck 1-2/+3
2015-12-29watchdog: Separate and maintain variables based on variable lifetimeGravatar Guenter Roeck 1-180/+203
2015-12-29watchdog: Create watchdog device in watchdog_dev.cGravatar Guenter Roeck 1-13/+60
2015-12-27watchdog: Read device status through sysfs attributesGravatar Pratyush Anand 1-0/+114