summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2023-05-041-1/+2
|\
| * watchdog: core: Always set WDOG_HW_RUNNING when starting watchdogGuenter Roeck2023-04-221-1/+2
* | drivers: remove struct module * setting from struct classGreg Kroah-Hartman2023-03-171-1/+0
|/
* watchdog: report options in sysfsThomas Weißschuh2023-02-181-0/+10
* watchdog: report fw_version in sysfsThomas Weißschuh2023-02-181-0/+10
* watchdog: Fix kmemleak in watchdog_cdev_registerChen Jun2023-02-181-1/+1
* watchdog: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2023-02-181-0/+1
* watchdog: Add tracing events for the most usual watchdog eventsUwe Kleine-König2022-10-121-2/+10
* watchdog: Check dev_set_name() return valueBo Liu2022-10-021-1/+5
* watchdog: Improve watchdog_dev function documentationDaniel Bristot de Oliveira2022-03-271-119/+125
* watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka2021-08-221-1/+4
* watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk2021-08-221-0/+47
* watchdog: Fix NULL pointer dereference when releasing cdevCurtis Klein2021-08-221-1/+2
* watchdog: only run driver set_pretimeout op if device supports itCurtis Klein2021-08-221-1/+1
* watchdog: Add hrtimer-based pretimeout featureCurtis Klein2021-06-211-30/+17
* watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functionsJuerg Haefliger2021-06-211-9/+10
* watchdog: Add {min,max}_timeout sysfs nodesJuerg Haefliger2021-06-211-0/+20
* watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei2020-10-141-2/+0
* watchdog: Use put_device on errorDinghao Liu2020-10-141-1/+1
* watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu2020-10-141-1/+3
* Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-08-121-20/+53
|\
| * watchdog: add support for adjusting last known HW keepalive timeTero Kristo2020-08-051-0/+30
| * watchdog: use __watchdog_ping in startupTero Kristo2020-08-051-8/+11
| * watchdog: initialize device before misc_registerKrzysztof Sobota2020-08-051-9/+9
| * watchdog: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-051-1/+1
| * watchdog: Use kobj_to_dev() APIWang Qing2020-08-051-1/+1
| * watchdog: test_bit() => watchdog_active()Bumsik Kim2020-08-051-1/+1
* | sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-2/+1
|/
* watchdog: reset last_hw_keepalive time at startTero Kristo2020-03-181-0/+1
* watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2020-01-271-35/+1
* Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-12-011-43/+58
|\
| * watchdog: make nowayout sysfs file writableRasmus Villemoes2019-11-181-1/+20
| * watchdog: prevent deferral of watchdogd wakeup on RTJulia Cartwright2019-11-181-4/+6
| * watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao2019-11-181-38/+32
* | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
|/
* watchdog: convert remaining drivers to use SPDX license identifierGuenter Roeck2019-07-081-5/+1
* watchdog: make the device time out at open_deadline when open_timeout is usedRasmus Villemoes2019-07-081-5/+6
* watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUTRasmus Villemoes2019-07-081-2/+3
* watchdog: introduce watchdog.open_timeout commandline parameterRasmus Villemoes2019-07-081-1/+35
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* watchdog: core: fix null pointer dereference when releasing cdevWolfram Sang2018-10-021-5/+5
* watchdog: core: make sure the watchdog_worker is not deferredChristophe Leroy2018-01-211-34/+52
* watchdog: core: make sure the watchdog worker always worksChristophe Leroy2017-12-281-21/+27
* watchdog: watchdog_dev: mark expected switch fall-throughGustavo A. R. Silva2017-12-281-1/+1
* watchdog: Fix kref imbalance seen if handle_boot_enabled=0Guenter Roeck2017-12-171-6/+5
* watchdog: Fix potential kref imbalance when opening watchdogGuenter Roeck2017-12-171-2/+4
* drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2017-11-171-0/+32
* watchdog: introduce watchdog_worker_should_ping helperRasmus Villemoes2017-07-031-4/+9
* watchdog: core: add option to avoid early handling of watchdogSebastian Reichel2017-06-051-3/+16
* watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck2017-02-241-0/+5