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