summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
5 daysvia_wdt: fix critical boot hang due to unnamed resource allocationLi Qiang1-0/+1
5 dayswatchdog: wdat_wdt: Fix ACPI table leak in probe functionHaotian Zhang1-21/+43
5 dayswatchdog: wdat_wdt: Stop watchdog when uninstalling moduleLiu Xinpeng1-0/+1
2025-10-19watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling the watchdogChristophe Leroy1-0/+2
2025-08-28watchdog: iTCO_wdt: Report error if timeout configuration failsZiyan Fu1-1/+5
2025-08-28watchdog: dw_wdt: Fix default timeoutSebastian Reichel1-0/+2
2025-08-28watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek WS0 race conditionAaron Plattner1-3/+47
2025-08-28watchdog: ziirave_wdt: check record length in ziirave_firm_verify()Dan Carpenter1-0/+3
2025-06-27watchdog: da9052_wdt: respect TWDMINMarcus Folkesson1-0/+1
2025-01-09watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04James Hilliard1-0/+39
2024-12-14watchdog: rti: of: honor timeout-sec propertyAlexander Sverdlin1-1/+2
2024-12-14watchdog: mediatek: Make sure system reset gets asserted in mtk_wdt_restart()Yassine Oudjana1-0/+6
2024-12-14iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() callOleksandr Ocheretnyi1-2/+19
2024-10-17watchdog: imx_sc_wdt: Don't disable WDT in suspendJonas Blixt1-24/+0
2024-06-16watchdog: rti_wdt: Set min_hw_heartbeat_ms to accommodate a safety marginJudith Mendez1-19/+15
2024-06-16watchdog: bd9576: Drop "always-running" propertyMatti Vaittinen1-11/+1
2024-06-16watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-20/+31
2024-03-27watchdog: stm32_iwdg: initialize default timeoutBen Wolsieffer1-0/+3
2024-02-23watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786Werner Fischer1-1/+13
2024-01-26watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unusedVignesh Raghavendra1-1/+12
2024-01-26watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handlingStefan Wahren1-1/+2
2024-01-26watchdog/hpwdt: Only claim UNKNOWN NMI if from iLOJerry Hoemann1-1/+1
2024-01-26watchdog: set cdev owner before addingCurtis Klein1-2/+1
2023-11-28sbsa_gwdt: Calculate timeout with 64-bit mathDarren Hart1-2/+2
2023-10-06watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg1-7/+14
2023-10-06watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg1-2/+11
2023-09-19watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav1-0/+1
2023-08-26watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)Yuechao Zhao1-1/+3
2023-06-09watchdog: menz069_wdt: fix watchdog initialisationJohannes Thumshirn1-10/+6
2023-05-30watchdog: sp5100_tco: Immediately trigger upon starting.Gregory Oakes1-0/+4
2023-05-17watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET1-2/+5
2023-03-11watchdog: sbsa_wdog: Make sure the timeout programming is within the limitsGeorge Cherian1-0/+1
2023-03-11watchdog: pcwd_usb: Fix attempting to access uninitialized memoryLi Hua1-2/+4
2023-03-11watchdog: Fix kmemleak in watchdog_cdev_registerChen Jun1-1/+1
2023-03-11watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in e...ruanjinjie1-4/+3
2023-02-09watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov1-1/+1
2023-02-09watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov1-2/+11
2022-08-17watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada...William Dean1-0/+2
2022-08-17watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resourceJean Delvare1-0/+1
2022-06-14watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng1-0/+1
2022-06-14watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin1-1/+4
2022-06-14watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-05-25Watchdog: sp5100_tco: Enable Family 17h+ CPUsTerry Bowman2-12/+5
2022-05-25Watchdog: sp5100_tco: Add initialization using EFCH MMIOTerry Bowman2-1/+104
2022-05-25Watchdog: sp5100_tco: Refactor MMIO base address initializationTerry Bowman2-74/+82
2022-05-25Watchdog: sp5100_tco: Move timer initialization into functionTerry Bowman1-29/+36
2022-04-08watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin1-0/+1
2021-11-18ar7: fix kernel builds for compiler testJackie Liu1-1/+1
2021-11-18watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum1-1/+3
2021-10-26watchdog: Fix OMAP watchdog early handlingWalter Stoll1-1/+5