- dbe80cf watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriate by Jan Kiszka · 3 years, 6 months ago
- 60bcd91 watchdog: introduce watchdog_dev_suspend/resume by Grzegorz Jaszczyk · 3 years, 7 months ago
- c7b178d watchdog: Fix NULL pointer dereference when releasing cdev by Curtis Klein · 3 years, 7 months ago
- cf6ea95 watchdog: only run driver set_pretimeout op if device supports it by Curtis Klein · 3 years, 7 months ago
- 7b7d2fd watchdog: Add hrtimer-based pretimeout feature by Curtis Klein · 4 years ago
- 3bb2178 watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functions by Juerg Haefliger · 3 years, 8 months ago
- 6ddf508 watchdog: Add {min,max}_timeout sysfs nodes by Juerg Haefliger · 3 years, 8 months ago
- 2c90463 watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h> by Zhen Lei · 4 years, 5 months ago
- 937425d watchdog: Use put_device on error by Dinghao Liu · 4 years, 5 months ago
- 5afb6d2 watchdog: Fix memleak in watchdog_cdev_register by Dinghao Liu · 4 years, 5 months ago
- 4586039 Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 4 years, 5 months ago
- cef9572 watchdog: add support for adjusting last known HW keepalive time by Tero Kristo · 4 years, 6 months ago
- fbbe35d watchdog: use __watchdog_ping in startup by Tero Kristo · 4 years, 6 months ago
- cb36e29 watchdog: initialize device before misc_register by Krzysztof Sobota · 4 years, 6 months ago
- bd490f8 watchdog: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- 893c3d8 watchdog: Use kobj_to_dev() API by Wang Qing · 4 years, 7 months ago
- 0be0147 watchdog: test_bit() => watchdog_active() by Bumsik Kim · 4 years, 8 months ago
- 94bedda sched,watchdog: Convert to sched_set_fifo() by Peter Zijlstra · 4 years, 9 months ago
- 982bb70 watchdog: reset last_hw_keepalive time at start by Tero Kristo · 4 years, 10 months ago
- 69503e5 watchdog: fix UAF in reboot notifier handling in watchdog core code by Vladis Dronov · 5 years ago
- 4a08fe5 Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 5 years ago
- bc44fa7 watchdog: make nowayout sysfs file writable by Rasmus Villemoes · 5 years ago
- a19f893 watchdog: prevent deferral of watchdogd wakeup on RT by Julia Cartwright · 5 years ago
- 72139dfa watchdog: Fix the race between the release of watchdog_core_data and cdev by Kevin Hao · 5 years ago
- b6dfb24 compat_ioctl: move WDIOC handling into wdt drivers by Arnd Bergmann · 6 years ago
- d017327 watchdog: convert remaining drivers to use SPDX license identifier by Guenter Roeck · 6 years ago
- c2eac35 watchdog: make the device time out at open_deadline when open_timeout is used by Rasmus Villemoes · 6 years ago
- 487e4e0 watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT by Rasmus Villemoes · 6 years ago
- 4d1c6a0 watchdog: introduce watchdog.open_timeout commandline parameter by Rasmus Villemoes · 6 years ago
- c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
- 953b9dd watchdog: core: fix null pointer dereference when releasing cdev by Wolfram Sang · 6 years ago
- 1ff6882 watchdog: core: make sure the watchdog_worker is not deferred by Christophe Leroy · 7 years ago
- 38a1222 watchdog: core: make sure the watchdog worker always works by Christophe Leroy · 7 years ago
- e2af309 watchdog: watchdog_dev: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
- 914d65f watchdog: Fix kref imbalance seen if handle_boot_enabled=0 by Guenter Roeck · 7 years ago
- 4bcd615 watchdog: Fix potential kref imbalance when opening watchdog by Guenter Roeck · 7 years ago
- 44ea394 drivers/watchdog: make use of devm_register_reboot_notifier() by Andrey Smirnov · 7 years ago
- c013b65 watchdog: introduce watchdog_worker_should_ping helper by Rasmus Villemoes · 8 years ago
- 2501b01 watchdog: core: add option to avoid early handling of watchdog by Sebastian Reichel · 8 years ago
- bb292ac watchdog: Introduce watchdog_stop_on_unregister helper by Guenter Roeck · 8 years ago
- 89873a71 watchdog: pretimeout: add pretimeout_available_governors attribute by Vladimir Zapolskiy · 8 years ago
- 53f96ce watchdog: pretimeout: add option to select a pretimeout governor in runtime by Vladimir Zapolskiy · 8 years ago
- ff84136 watchdog: add watchdog pretimeout governor framework by Vladimir Zapolskiy · 8 years ago
- df044e0 watchdog: add pretimeout support to the core by Wolfram Sang · 8 years ago
- 3c10bbde watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function by Guenter Roeck · 8 years ago
- 138913c watchdog: core: Fix error handling of watchdog_dev_init() by Wei Yongjun · 8 years ago
- 90b826f watchdog: Implement status function in watchdog core by Guenter Roeck · 8 years ago
- 3fbfe92 watchdog: change watchdog_need_worker logic by Rasmus Villemoes · 9 years ago
- e1f3028 watchdog: core: Fix circular locking dependency by Guenter Roeck · 9 years ago
- d1ed3ba watchdog: Ensure that wdd is not dereferenced if NULL by Guenter Roeck · 9 years ago
- 15013ad watchdog: Add support for minimum time between heartbeats by Guenter Roeck · 9 years ago
- d0684c8 watchdog: Make stop function optional by Guenter Roeck · 9 years ago
- ee14288 watchdog: Introduce WDOG_HW_RUNNING flag by Guenter Roeck · 9 years ago
- 664a392 watchdog: Introduce hardware maximum heartbeat in watchdog core by Guenter Roeck · 9 years ago
- fb32e9b watchdog: Make set_timeout function optional by Guenter Roeck · 9 years ago
- 0254e95 watchdog: Drop pointer to watchdog device from struct watchdog_device by Guenter Roeck · 9 years ago
- faa5847 watchdog: Add support for creating driver specific sysfs attributes by Guenter Roeck · 9 years ago
- b4ffb19 watchdog: Separate and maintain variables based on variable lifetime by Guenter Roeck · 9 years ago
- 32ecc63 watchdog: Create watchdog device in watchdog_dev.c by Guenter Roeck · 9 years ago
- 33b7112 watchdog: Read device status through sysfs attributes by Pratyush Anand · 9 years ago
- 906d7a5 watchdog: Use static struct class watchdog_class in stead of pointer by Pratyush Anand · 9 years ago
- 5ef7966 watchdog: core: propagate ping error code to the user space by Alexander Usyskin · 9 years ago
- bc794ac watchdog: watchdog_dev: Use single variable name for struct watchdog_device by Guenter Roeck · 9 years ago
- fcf9567 watchdog: core: don't try to stop device if not running by Hector Palacios · 12 years ago
- 60403f7 watchdog: Fix race condition in registration code by Guenter Roeck · 12 years ago
- 3048253 watchdog: core: dt: add support for the timeout-sec dt property by Fabio Porcedda · 12 years ago
- 8b9468d watchdog: core: fix WDIOC_GETSTATUS return value by Wim Van Sebroeck · 13 years ago
- e907df3 watchdog: Add support for dynamically allocated watchdog_device structs by Hans de Goede · 13 years ago
- f4e9c82 watchdog: Add Locking support by Hans de Goede · 13 years ago
- 7a87982 watchdog: watchdog_dev: Rewrite wrapper code by Hans de Goede · 13 years ago
- 3dfd621 watchdog: use dev_ functions by Alan Cox · 13 years ago
- d6b469d watchdog: create all the proper device files by Alan Cox · 13 years ago
- 45f5fed watchdog: Add multiple device support by Alan Cox · 13 years ago
- 6cfb5aa watchdog: correct the name of the watchdog_core inlude file by Wim Van Sebroeck · 13 years ago
- 257f8c4a watchdog: Add watchdog_active() routine by Viresh Kumar · 13 years ago
- 09a46e7 watchdog: watchdog_dev: include private header to pickup global symbol prototypes by H Hartley Sweeten · 13 years ago
- fd7b673 watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core by Viresh Kumar · 13 years ago
- b10f7c1 watchdog: watchdog_dev: Let the driver update the timeout field on set_timeout success by Hans de Goede · 13 years ago
- 27c766a watchdog: Use pr_<fmt> and pr_<level> by Joe Perches · 13 years ago
- cb7efc0 watchdog: WatchDog Timer Driver Core - use passed watchdog_device by H Hartley Sweeten · 13 years ago
- 3f43f68 watchdog: WatchDog Timer Driver Core - Add minimum and max timeout by Wim Van Sebroeck · 13 years ago
- 78d88fc watchdog: WatchDog Timer Driver Core - Add ioctl call by Wim Van Sebroeck · 13 years ago
- 7e192b9 watchdog: WatchDog Timer Driver Core - Add nowayout feature by Wim Van Sebroeck · 13 years ago
- 017cf08 watchdog: WatchDog Timer Driver Core - Add Magic Close feature by Wim Van Sebroeck · 13 years ago
- 014d694 watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIMEOUT ioctl by Wim Van Sebroeck · 13 years ago
- 234445b watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctl by Wim Van Sebroeck · 13 years ago
- c2dc00e watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctl by Wim Van Sebroeck · 13 years ago
- 2fa0356 watchdog: WatchDog Timer Driver Core - Add basic ioctl functionality by Wim Van Sebroeck · 13 years ago
- 4331604 watchdog: WatchDog Timer Driver Core - Add basic framework by Wim Van Sebroeck · 13 years ago