summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2025-07-28watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek WS0 race conditionAaron Plattner1-3/+47
2025-07-21watchdog: dw_wdt: Fix default timeoutSebastian Reichel1-0/+2
2025-07-17watchdog: Don't use "proxy" headersAndy Shevchenko2-1/+9
2025-07-17watchdog: it87_wdt: Don't use "proxy" headersAndy Shevchenko1-1/+3
2025-07-16watchdog: renesas_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven1-4/+4
2025-07-16watchdog: iTCO_wdt: Report error if timeout configuration failsZiyan Fu1-1/+5
2025-07-16watchdog: rti_wdt: Use of_reserved_mem_region_to_resource() for "memory-region"Rob Herring (Arm)1-11/+3
2025-07-16watchdog: ziirave_wdt: check record length in ziirave_firm_verify()Dan Carpenter1-0/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar4-4/+5
2025-06-01Merge tag 'linux-watchdog-6.16-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds17-61/+683
2025-06-01watchdog: iTCO_wdt: Update the heartbeat value after clamping timeoutZiyan Fu1-0/+1
2025-06-01watchdog: Add driver for Intel OC WDTDiogo Ivo3-0/+245
2025-06-01watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFTAntonio Borneo1-3/+14
2025-06-01watchdog: iTCO: Drop driver-internal lockingGuenter Roeck1-24/+0
2025-06-01watchdog: apple: set max_hw_heartbeat_ms instead of max_timeoutFlorian Klink1-2/+5
2025-06-01watchdog: qcom: introduce the device data for IPQ5424 watchdog deviceKathiravan Thirumoorthy1-0/+7
2025-06-01watchdog: lenovo_se30_wdt: Fix possible devm_ioremap() NULL pointer dereferen...Henry Martin1-0/+2
2025-06-01watchdog: s3c2410_wdt: Add exynos990-wdt compatible dataIgor Belwon1-1/+38
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-05-24watchdog: Add the Watchdog Timer for the NXP S32 platformDaniel Lezcano3-0/+325
2025-05-24watchdog: Correct kerneldoc warningsKrzysztof Kozlowski4-6/+6
2025-05-24watchdog: stm32: Fix wakeup source leaks on device unbindKrzysztof Kozlowski1-1/+1
2025-05-24watchdog: Do not enable by default during compile testingKrzysztof Kozlowski1-3/+3
2025-05-24watchdog: cros-ec: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-17/+13
2025-05-24watchdog: da9052_wdt: respect TWDMINMarcus Folkesson1-0/+1
2025-05-24watchdog: da9052_wdt: do not disable wdt during probeMarcus Folkesson1-4/+8
2025-05-24watchdog: da9052_wdt: use timeout value from external inputsMarcus Folkesson1-0/+7
2025-05-24watchdog: da9052_wdt: add support for nowayoutMarcus Folkesson1-0/+7
2025-04-28watchdog: exar: Shorten identity name to fit correctlyKees Cook1-1/+1
2025-04-16watchdog: diag288_wdt: Implement module autoloadHeiko Carstens1-50/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner14-23/+23
2025-04-02Merge tag 'linux-watchdog-6.15-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds10-28/+525
2025-03-29Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+4
2025-03-25watchdog: sunxi_wdt: Add support for Allwinner A523Andre Przywara1-0/+11
2025-03-16watchdog: aspeed: fix 64-bit divisionArnd Bergmann1-1/+1
2025-03-16watchdog: npcm: Remove unnecessary NULL check before clk_prepare_enable/clk_d...Chen Ni1-6/+3
2025-03-11watchdog: Convert to use device propertyGuenter Roeck1-3/+3
2025-03-11watchdog: lenovo_se30_wdt: include io.h for devm_ioremap()Stephen Rothwell1-0/+1
2025-03-09watchdog: nic7018_wdt: tidy up ACPI ID tableAndy Shevchenko2-5/+7
2025-03-09watchdog: s3c2410_wdt: Fix PMU register bits for ExynosAutoV920 SoCKyunghwan Seo1-4/+6
2025-03-09watchdog: lenovo_se30_wdt: Watchdog driver for Lenovo SE30 platformMark Pearson3-0/+406
2025-03-09watchdog: Enable RZV2HWDT driver depend on ARCH_RENESASBiju Das1-3/+4
2025-03-09watchdog: cros-ec: Add newlines to printksStephen Boyd1-5/+5
2025-03-09watchdog: aspeed: Update bootstatus handlingChin-Ting Kuo1-2/+79
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-3/+4
2025-02-18watchdog: Switch to use hrtimer_setup()Nam Cao3-9/+7
2025-01-26Merge tag 'linux-watchdog-6.14-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds5-13/+24
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker1-1/+1
2025-01-06watchdog: rti_wdt: Fix an OF node leak in rti_wdt_probe()Joe Hattori1-0/+1