1. e731f31 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 2 months ago
  2. f804b31 Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 4 years, 2 months ago
  3. 1a31c12 Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 3 months ago
  4. c5b8e46 watchdog: Add Toshiba Visconti watchdog driver by Nobuhiro Iwamatsu · 4 years, 3 months ago
  5. c113739 watchdog: it87_wdt: add IT8784 ID by Hanspeter Portner · 4 years, 4 months ago
  6. 09da89a watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabled by Guenter Roeck · 4 years, 4 months ago
  7. 08c619b watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3 by Guenter Roeck · 4 years, 4 months ago
  8. 962085a watchdog: renesas_wdt: support handover from bootloader by Wolfram Sang · 4 years, 4 months ago
  9. 0cfbe17 watchdog: imx7ulp: Watchdog should continue running for wait/stop mode by Anson Huang · 4 years, 5 months ago
  10. d342951 watchdog: rti: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  11. fc77204 watchdog: davinci: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  12. dab1122 watchdog: cadence: Simplify with dev_err_probe() by Krzysztof Kozlowski · 4 years, 4 months ago
  13. 2c90463 watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h> by Zhen Lei · 4 years, 4 months ago
  14. 937425d watchdog: Use put_device on error by Dinghao Liu · 4 years, 4 months ago
  15. 5afb6d2 watchdog: Fix memleak in watchdog_cdev_register by Dinghao Liu · 4 years, 4 months ago
  16. 7439494 watchdog: imx7ulp: Strictly follow the sequence for wdog operations by Anson Huang · 4 years, 5 months ago
  17. beaabe0 watchdog: it87_wdt: add IT8772 ID by Hanspeter Portner · 4 years, 4 months ago
  18. b657621 watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not needed by Christophe JAILLET · 4 years, 5 months ago
  19. 4b2e7f9 drivers: watchdog: rdc321x_wdt: Fix race condition bugs by Madhuparna Bhowmik · 4 years, 5 months ago
  20. 85174ca watchdog: add support for sl28cpld watchdog by Michael Walle · 4 years, 4 months ago
  21. 465c335 Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc by Olof Johansson · 4 years, 4 months ago
  22. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  23. 7dd3cae ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies by Krzysztof Kozlowski · 4 years, 5 months ago
  24. 4586039 Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 4 years, 5 months ago
  25. d5b29c2 watchdog: rti-wdt: balance pm runtime enable calls by Tero Kristo · 4 years, 6 months ago
  26. 5527483 watchdog: rti-wdt: attach to running watchdog during probe by Tero Kristo · 4 years, 6 months ago
  27. cef9572 watchdog: add support for adjusting last known HW keepalive time by Tero Kristo · 4 years, 6 months ago
  28. fbbe35d watchdog: use __watchdog_ping in startup by Tero Kristo · 4 years, 6 months ago
  29. 36a8947 watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot' by Woody Lin · 4 years, 6 months ago
  30. f1889c9 watchdog: pcwd_usb: remove needless check before usb_free_coherent() by Xu Wang · 4 years, 6 months ago
  31. 2ab77a3 watchdog: Replace HTTP links with HTTPS ones by Alexander A. Klimov · 4 years, 6 months ago
  32. cb36e29 watchdog: initialize device before misc_register by Krzysztof Sobota · 4 years, 6 months ago
  33. ee86a03 watchdog: booke_wdt: Add common nowayout parameter driver by Timothy Myers · 4 years, 6 months ago
  34. 55a1b87 watchdog: scx200_wdt: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  35. bd490f8 watchdog: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  36. 5edc8c6 watchdog: f71808e_wdt: do stricter parameter validation by Ahmad Fatoum · 4 years, 7 months ago
  37. 4f39d57 watchdog: f71808e_wdt: clear watchdog timeout occurred flag by Ahmad Fatoum · 4 years, 7 months ago
  38. 8021414 watchdog: f71808e_wdt: remove use of wrong watchdog_info option by Ahmad Fatoum · 4 years, 7 months ago
  39. e871e93 watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options by Ahmad Fatoum · 4 years, 7 months ago
  40. 4105f19 watchdog: dw_wdt: Add DebugFS files by Serge Semin · 4 years, 7 months ago
  41. 46a1946 watchdog: dw_wdt: Add pre-timeouts support by Serge Semin · 4 years, 7 months ago
  42. a16f58b watchdog: dw_wdt: Support devices with asynch clocks by Serge Semin · 4 years, 7 months ago
  43. 8644553 watchdog: dw_wdt: Support devices with non-fixed TOP values by Serge Semin · 4 years, 7 months ago
  44. 893c3d8 watchdog: Use kobj_to_dev() API by Wang Qing · 4 years, 7 months ago
  45. fd99897 watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe() by Tiezhu Yang · 4 years, 7 months ago
  46. ff01cb1 watchdog: sunxi_wdt: fix improper error exit code by Martin Wu · 4 years, 7 months ago
  47. 0be0147 watchdog: test_bit() => watchdog_active() by Bumsik Kim · 4 years, 7 months ago
  48. eee8511 watchdog: mlx-wdt: support new watchdog type with longer timeout period by Michael Shych · 4 years, 8 months ago
  49. 94bedda sched,watchdog: Convert to sched_set_fifo() by Peter Zijlstra · 4 years, 9 months ago
  50. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  51. 0486a39 Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 4 years, 7 months ago
  52. 072cb8b watchdog: m54xx: Add missing include by Thomas Gleixner · 4 years, 8 months ago
  53. a225737 watchdog: Fix runtime PM imbalance on error by Dinghao Liu · 4 years, 8 months ago
  54. 5e31896 watchdog: riowd: remove unneeded semicolon by Jason Yan · 4 years, 8 months ago
  55. 72a9e7f watchdog: Add new arm_smc_wdt watchdog driver by Julius Werner · 4 years, 8 months ago
  56. 62c35b4 watchdog: imx2_wdt: update contact email by Wolfram Sang · 4 years, 8 months ago
  57. b30c1a4 watchdog: iTCO: fix link error by Arnd Bergmann · 4 years, 8 months ago
  58. a0948dd watchdog: da9062: No need to ping manually before setting timeout by Stefan Riedmueller · 4 years, 9 months ago
  59. c471830 watchdog: da9063: Make use of pre-configured timeout during probe by Stefan Riedmueller · 4 years, 9 months ago
  60. e8799ce watchdog: da9062: Initialize timeout during probe by Stefan Riedmueller · 4 years, 9 months ago
  61. e56d48e watchdog: imx_sc_wdt: Fix reboot on crash by Fabio Estevam · 4 years, 9 months ago
  62. 0f0dbd9 watchdog: ts72xx_wdt: fix build error by Shyam Saini · 4 years, 9 months ago
  63. 438d8ca watchdog: iTCO: fix link error by Arnd Bergmann · 4 years, 8 months ago
  64. 4a65ed6 Merge branch 'ib-mfd-x86-usb-watchdog-v5.7' by Andy Shevchenko · 4 years, 8 months ago
  65. 25f1ca31 platform/x86: intel_pmc_ipc: Convert to MFD by Mika Westerberg · 4 years, 9 months ago
  66. 80ae679 watchdog: intel-mid_wdt: Convert to use new SCU IPC API by Mika Westerberg · 4 years, 9 months ago
  67. ea104a9 watchdog: sp805: fix restart handler by Michael Walle · 4 years, 9 months ago
  68. 2d63908 watchdog: Add K3 RTI watchdog support by Tero Kristo · 4 years, 10 months ago
  69. e2ad9bc watchdog: ziirave_wdt: change name to be more specific by Lucas Stach · 4 years, 10 months ago
  70. bb91408 watchdog: orion: use 0 for unset heartbeat by Chris Packham · 4 years, 10 months ago
  71. f667421 watchdog: npcm: remove whitespaces by Tomer Maimon · 4 years, 10 months ago
  72. 982bb70 watchdog: reset last_hw_keepalive time at start by Tero Kristo · 4 years, 10 months ago
  73. 436867b watchdog: imx2_wdt: Drop .remove callback by Anson Huang · 4 years, 10 months ago
  74. 9232c80 watchdog: Add stop_on_reboot parameter to control reboot policy by Dmitry Safonov · 4 years, 10 months ago
  75. 3f9d513 watchdog: wm831x_wdt: Remove GPIO handling by Linus Walleij · 4 years, 10 months ago
  76. dca96e0 watchdog: imx7ulp: Remove unused include of init.h by Anson Huang · 4 years, 11 months ago
  77. 15a2638 watchdog: imx_sc_wdt: Remove unused includes by Anson Huang · 4 years, 11 months ago
  78. cc9cc79 watchdog: qcom: Use irq flags from firmware by Stephen Boyd · 4 years, 11 months ago
  79. b1413e6 watchdog: pm8916_wdt: Add system sleep callbacks by Loic Poulain · 5 years ago
  80. 000de54 watchdog: qcom-wdt: disable pretimeout on timer platform by Ansuel Smith · 5 years ago
  81. e42b0c2 watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional by Mika Westerberg · 4 years, 10 months ago
  82. 7ca6ee3 watchdog: iTCO_wdt: Export vendorsupport by Mika Westerberg · 4 years, 10 months ago
  83. c60c040 Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 10 months ago
  84. 44144c8 watchdog: da9062: Add dependency on I2C by Guenter Roeck · 5 years ago
  85. 8541673 watchdog: da9062: fix power management ops by Marco Felsch · 5 years ago
  86. e9a0e65 watchdog: da9062: do not ping the hw during stop() by Marco Felsch · 5 years ago
  87. 5eee7c6 watchdog: fix mtk_wdt.c RESET_CONTROLLER build error by Randy Dunlap · 5 years ago
  88. cabe17d ACPI: watchdog: Set default timeout in probe by Mika Westerberg · 4 years, 11 months ago
  89. 2ba33a4 ACPI: watchdog: Fix gas->access_width usage by Mika Westerberg · 4 years, 11 months ago
  90. b34f01f Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 5 years ago
  91. 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  92. 057b52b watchdog: da9062: make restart handler atomic safe by Marco Felsch · 5 years ago
  93. 9e5236e watchdog: mtk_wdt: mt2712: Add reset controller by yong.liang · 5 years ago
  94. c254e10 watchdog: mtk_wdt: mt8183: Add reset controller by yong.liang · 5 years ago
  95. 6ae58ee watchdog: it87_wdt: add IT8786 ID by Vincent Prince · 5 years ago
  96. e7046df watchdog: dw_wdt: ping watchdog to reset countdown before start by Jack Mitchell · 5 years ago
  97. 69503e5 watchdog: fix UAF in reboot notifier handling in watchdog core code by Vladis Dronov · 5 years ago
  98. b1301b9 watchdog: cadence: Skip printing pointer value by Srinivas Neeli · 5 years ago
  99. e0b4f4e watchdog: qcom: Use platform_get_irq_optional() for bark irq by Sai Prakash Ranjan · 5 years ago
  100. f6c98b0 watchdog: da9062: add power management ops by Marco Felsch · 5 years ago