summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds5-6/+6
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-6/+6
9 daysMerge tag 'linux-watchdog-6.20-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds12-296/+36
9 daysMerge tag 'mips_7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-4/+2
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-30watchdog: pic32-wdt: update include to use pic32.h from platform_dataBrian Masney1-2/+1
2026-01-30watchdog: pic32-dmt: update include to use pic32.h from platform_dataBrian Masney1-2/+1
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-18watchdog: s3c2410_wdt: Drop S3C2410 supportKrzysztof Kozlowski1-21/+1
2026-01-18watchdog: rzv2h_wdt: Discard pm_runtime_put() return valueRafael J. Wysocki1-3/+1
2026-01-18watchdog: rz: Discard pm_runtime_put() return valuesRafael J. Wysocki2-6/+2
2026-01-18watchdog: Make API functions const correctKari Argillander1-1/+2
2026-01-18watchdog: imx7ulp_wdt: handle the nowayout optionOleksandr Suvorov1-0/+1
2026-01-18watchdog: sbsa: Update the W_IIDR Implementer bit mask to 0xFFFNaina Mehta1-2/+2
2026-01-18watchdog: Always return time left until watchdog times outGuenter Roeck1-20/+15
2026-01-18watchdog: iTCO: Drop vendor supportGuenter Roeck5-251/+2
2026-01-17watchdog: starfive-wdt: Fix PM reference leak in probe error pathKery Qi1-1/+1
2026-01-17fix it87_wdt early reboot by reporting running timerRené Rebe1-0/+12
2026-01-08watchdog: rzv2h_wdt: Discard pm_runtime_put() return valueRafael J. Wysocki1-3/+1
2026-01-08watchdog: rz: Discard pm_runtime_put() return valuesRafael J. Wysocki2-6/+2
2025-12-06Merge tag 'linux-watchdog-6.19-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds9-58/+312
2025-11-26watchdog: diag288_wdt: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-11-15watchdog: starfive: Fix resource leak in probe error pathHaotian Zhang1-1/+3
2025-11-15watchdog: wdat_wdt: Fix ACPI table leak in probe functionHaotian Zhang1-21/+43
2025-11-15watchdog: loongson1: Add Loongson-2k0300 watchdog supportBinbin Zhou2-15/+62
2025-11-15watchdog: loongson1: Drop CONFIG_OFBinbin Zhou1-3/+1
2025-11-15watchdog: loongson1: Simplify ls1x_wdt_probe codeBinbin Zhou1-10/+2
2025-11-15watchdog: loongson1: Add missing MODULE_PARM_DESCBinbin Zhou1-2/+6
2025-11-15watchdog/diag288: Fix module comment typosZoe Gates1-3/+3
2025-11-15watchdog: renesas_wwdt: add driverWolfram Sang3-0/+172
2025-11-15watchdog: aspeed: Add support for AST2700 platformChin-Ting Kuo1-1/+15
2025-11-15watchdog: aspeed: Support variable number of reset mask registersChin-Ting Kuo1-6/+8
2025-11-15via_wdt: fix critical boot hang due to unnamed resource allocationLi Qiang1-0/+1
2025-10-06Merge tag 'linux-watchdog-6.18-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds6-43/+172
2025-09-16watchdog: Add Nuvoton NCT6694 WDT supportMing Yu3-0/+319
2025-09-12watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling the watchdogChristophe Leroy1-0/+2
2025-09-12watchdog: visconti: don't print superfluous errorsWolfram Sang1-4/+1
2025-09-12watchdog: rzv2h_wdt: don't print superfluous errorsWolfram Sang1-3/+1
2025-09-12watchdog: rzg2l_wdt: don't print superfluous errorsWolfram Sang1-3/+1
2025-09-12watchdog: s3c2410_wdt: exynosautov9: Enable supported featuresSangwook Shin1-2/+4
2025-09-12watchdog: s3c2410_wdt: exynosautov920: Enable QUIRK_HAS_32BIT_CNTSangwook Shin1-2/+2
2025-09-12watchdog: s3c2410_wdt: Increase max timeout value of watchdogSangwook Shin1-7/+19
2025-09-12watchdog: s3c2410_wdt: Fix max_timeout being calculated largerSangwook Shin1-2/+8
2025-09-12watchdog: s3c2410_wdt: Replace hardcoded values with macro definitionsSangwook Shin1-1/+1
2025-09-12watchdog: rzv2h: Improve error strings and add newlinesLad Prabhakar1-4/+4
2025-09-12watchdog: rzv2h: Add support for RZ/T2HLad Prabhakar1-3/+81
2025-09-12watchdog: rzv2h: Add support for configurable count clock sourceLad Prabhakar1-1/+20
2025-09-12watchdog: rzv2h: Make "oscclk" and reset controller optionalLad Prabhakar1-2/+2
2025-09-12watchdog: rzv2h: Obtain clock-divider and timeout values from OF match dataLad Prabhakar1-9/+26
2025-09-12watchdog: intel_oc_wdt: Do not try to write into const memoryGuenter Roeck1-4/+4