aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)Author
2024-03-26watchdog: stm32_iwdg: initialize default timeoutBen Wolsieffer
2024-02-23watchdog: it87_wdt: Keep WDTCTRL bit 3 unmodified for IT8784/IT8786Werner Fischer
2024-01-25watchdog: rti_wdt: Drop runtime pm reference count when watchdog is unusedVignesh Raghavendra
2024-01-25watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handlingStefan Wahren
2024-01-25watchdog/hpwdt: Only claim UNKNOWN NMI if from iLOJerry Hoemann
2024-01-25watchdog: set cdev owner before addingCurtis Klein
2023-10-10watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg
2023-10-10watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg
2023-09-19watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav
2023-06-09watchdog: menz069_wdt: fix watchdog initialisationJohannes Thumshirn
2023-05-30watchdog: sp5100_tco: Immediately trigger upon starting.Gregory Oakes
2023-05-17watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET
2023-04-20watchdog: sbsa_wdog: Make sure the timeout programming is within the limitsGeorge Cherian
2023-03-11watchdog: pcwd_usb: Fix attempting to access uninitialized memoryLi Hua
2023-03-11watchdog: Fix kmemleak in watchdog_cdev_registerChen Jun
2023-03-11watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in e...ruanjinjie
2023-02-15watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov
2023-02-15watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov
2022-08-21watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada...William Dean
2022-06-14watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng
2022-06-14watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin
2022-06-14watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin
2022-04-08watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin
2022-04-08amba: Make the remove callback return voidUwe Kleine-König
2021-11-18ar7: fix kernel builds for compiler testJackie Liu
2021-11-18watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum
2021-11-18watchdog: Fix OMAP watchdog early handlingWalter Stoll
2021-09-22watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka
2021-08-08Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Greg Kroah-Hartman
2021-07-20watchdog: jz4740: Fix return value check in jz4740_wdt_probe()Wei Yongjun
2021-07-20watchdog: aspeed: fix hardware timeout calculationTao Ren
2021-07-20watchdog: iTCO_wdt: Account for rebooting on second timeoutJan Kiszka
2021-07-20watchdog: imx_sc_wdt: fix pretimeoutStefan Eichenberger
2021-07-20watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei
2021-07-20watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei
2021-07-20watchdog: Fix possible use-after-free in wdt_startup()Zou Wei
2021-03-04watchdog: mei_wdt: request stop on unregisterAlexander Usyskin
2021-03-04watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQSai Prakash Ranjan
2021-03-04watchdog: intel-mid_wdt: Postpone IRQ handler registration till SCU is readyAndy Shevchenko
2021-01-06watchdog: rti-wdt: fix reference leak in rti_wdt_probeZhang Qilong
2020-12-30watchdog: coh901327: add COMMON_CLK dependencyArnd Bergmann
2020-12-30watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam
2020-12-30watchdog: Fix potential dereferencing of null pointerWang Wensheng
2020-12-30watchdog: sprd: check busy bit before new loading rather than after thatLingling Xu
2020-12-30watchdog: sprd: remove watchdog disable from resume fail pathLingling Xu
2020-12-30watchdog: sirfsoc: Add missing dependency on HAS_IOMEMGuenter Roeck
2020-12-30watchdog: armada_37xx: Add missing dependency on HAS_IOMEMGuenter Roeck
2020-10-24Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2020-10-21Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2020-10-14Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds