index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
watchdog_dev.c
Age
Commit message (
Expand
)
Author
2025-02-18
watchdog: Switch to use hrtimer_setup()
Nam Cao
2025-01-08
treewide: Introduce kthread_run_worker[_on_cpu]()
Frederic Weisbecker
2024-07-10
watchdog: Make watchdog_class const
Thomas Weißschuh
2023-12-17
watchdog: set cdev owner before adding
Curtis Klein
2023-05-04
Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2023-04-22
watchdog: core: Always set WDOG_HW_RUNNING when starting watchdog
Guenter Roeck
2023-03-17
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-02-18
watchdog: report options in sysfs
Thomas Weißschuh
2023-02-18
watchdog: report fw_version in sysfs
Thomas Weißschuh
2023-02-18
watchdog: Fix kmemleak in watchdog_cdev_register
Chen Jun
2023-02-18
watchdog: Include <linux/kstrtox.h> when appropriate
Christophe JAILLET
2022-10-12
watchdog: Add tracing events for the most usual watchdog events
Uwe Kleine-König
2022-10-02
watchdog: Check dev_set_name() return value
Bo Liu
2022-03-27
watchdog: Improve watchdog_dev function documentation
Daniel Bristot de Oliveira
2021-08-22
watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriate
Jan Kiszka
2021-08-22
watchdog: introduce watchdog_dev_suspend/resume
Grzegorz Jaszczyk
2021-08-22
watchdog: Fix NULL pointer dereference when releasing cdev
Curtis Klein
2021-08-22
watchdog: only run driver set_pretimeout op if device supports it
Curtis Klein
2021-06-21
watchdog: Add hrtimer-based pretimeout feature
Curtis Klein
2021-06-21
watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Juerg Haefliger
2021-06-21
watchdog: Add {min,max}_timeout sysfs nodes
Juerg Haefliger
2020-10-14
watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>
Zhen Lei
2020-10-14
watchdog: Use put_device on error
Dinghao Liu
2020-10-14
watchdog: Fix memleak in watchdog_cdev_register
Dinghao Liu
2020-08-12
Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2020-08-05
watchdog: add support for adjusting last known HW keepalive time
Tero Kristo
2020-08-05
watchdog: use __watchdog_ping in startup
Tero Kristo
2020-08-05
watchdog: initialize device before misc_register
Krzysztof Sobota
2020-08-05
watchdog: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-05
watchdog: Use kobj_to_dev() API
Wang Qing
2020-08-05
watchdog: test_bit() => watchdog_active()
Bumsik Kim
2020-06-15
sched,watchdog: Convert to sched_set_fifo()
Peter Zijlstra
2020-03-18
watchdog: reset last_hw_keepalive time at start
Tero Kristo
2020-01-27
watchdog: fix UAF in reboot notifier handling in watchdog core code
Vladis Dronov
2019-12-01
Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2019-11-18
watchdog: make nowayout sysfs file writable
Rasmus Villemoes
2019-11-18
watchdog: prevent deferral of watchdogd wakeup on RT
Julia Cartwright
2019-11-18
watchdog: Fix the race between the release of watchdog_core_data and cdev
Kevin Hao
2019-10-23
compat_ioctl: move WDIOC handling into wdt drivers
Arnd Bergmann
2019-07-08
watchdog: convert remaining drivers to use SPDX license identifier
Guenter Roeck
2019-07-08
watchdog: make the device time out at open_deadline when open_timeout is used
Rasmus Villemoes
2019-07-08
watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT
Rasmus Villemoes
2019-07-08
watchdog: introduce watchdog.open_timeout commandline parameter
Rasmus Villemoes
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2018-10-02
watchdog: core: fix null pointer dereference when releasing cdev
Wolfram Sang
2018-01-21
watchdog: core: make sure the watchdog_worker is not deferred
Christophe Leroy
2017-12-28
watchdog: core: make sure the watchdog worker always works
Christophe Leroy
2017-12-28
watchdog: watchdog_dev: mark expected switch fall-through
Gustavo A. R. Silva
2017-12-17
watchdog: Fix kref imbalance seen if handle_boot_enabled=0
Guenter Roeck
2017-12-17
watchdog: Fix potential kref imbalance when opening watchdog
Guenter Roeck
[next]