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