summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin2022-06-141-1/+4
* ar7: fix kernel builds for compiler testJackie Liu2021-11-171-1/+1
* watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum2021-11-171-1/+3
* watchdog: Fix OMAP watchdog early handlingWalter Stoll2021-11-171-1/+5
* watchdog: orion: use 0 for unset heartbeatChris Packham2021-10-201-1/+1
* Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Greg Kroah-Hartman2021-08-081-9/+3
* watchdog: aspeed: fix hardware timeout calculationTao Ren2021-07-201-1/+1
* watchdog: iTCO_wdt: Account for rebooting on second timeoutJan Kiszka2021-07-201-3/+9
* watchdog: imx_sc_wdt: fix pretimeoutStefan Eichenberger2021-07-201-7/+4
* watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei2021-07-202-2/+2
* watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei2021-07-201-1/+1
* watchdog: Fix possible use-after-free in wdt_startup()Zou Wei2021-07-201-1/+1
* watchdog: mei_wdt: request stop on unregisterAlexander Usyskin2021-03-041-0/+1
* watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQSai Prakash Ranjan2021-03-041-12/+1
* watchdog: coh901327: add COMMON_CLK dependencyArnd Bergmann2020-12-301-1/+1
* watchdog: qcom: Avoid context switch in restart handlerManivannan Sadhasivam2020-12-301-1/+1
* watchdog: Fix potential dereferencing of null pointerWang Wensheng2020-12-301-9/+13
* watchdog: sprd: check busy bit before new loading rather than after thatLingling Xu2020-12-301-12/+13
* watchdog: sprd: remove watchdog disable from resume fail pathLingling Xu2020-12-301-7/+2
* watchdog: sirfsoc: Add missing dependency on HAS_IOMEMGuenter Roeck2020-12-301-0/+1
* watchdog: armada_37xx: Add missing dependency on HAS_IOMEMGuenter Roeck2020-12-301-0/+1
* drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik2020-11-051-3/+2
* watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3Guenter Roeck2020-10-291-1/+1
* watchdog: Use put_device on errorDinghao Liu2020-10-291-1/+1
* watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu2020-10-291-1/+3
* watchdog: initialize device before misc_registerKrzysztof Sobota2020-08-211-9/+9
* watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum2020-08-211-0/+7
* watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum2020-08-211-2/+1
* watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum2020-08-211-1/+2
* watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller2020-06-241-5/+0
* watchdog: imx_sc_wdt: Fix reboot on crashFabio Estevam2020-06-171-0/+5
* watchdog: reset last_hw_keepalive time at startTero Kristo2020-04-291-0/+1
* watchdog: sp805: fix restart handlerMichael Walle2020-04-231-0/+4
* watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optionalMika Westerberg2020-04-081-12/+16
* watchdog: iTCO_wdt: Export vendorsupportMika Westerberg2020-04-082-7/+11
* ACPI: watchdog: Set default timeout in probeMika Westerberg2020-03-211-0/+23
* watchdog: da9062: do not ping the hw during stop()Marco Felsch2020-03-121-7/+0
* ACPI: watchdog: Fix gas->access_width usageMika Westerberg2020-03-051-1/+1
* drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probeChristophe Roullier2020-02-141-0/+18
* watchdog: qcom: Use platform_get_irq_optional() for bark irqSai Prakash Ranjan2020-02-141-1/+1
* watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2020-02-112-35/+36
* watchdog: orion: fix platform_get_irq() complaintsRussell King2020-02-011-2/+2
* watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade2020-02-011-0/+1
* watchdog: max77620_wdt: fix potential build errorsDavid Engraf2020-02-011-0/+1
* watchdog: sprd: Fix the incorrect pointer getting from driver dataShuiqing Li2020-01-261-4/+2
* watchdog: tqmx86_wdt: Fix build errorYueHaibing2020-01-091-0/+1
* watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao2020-01-041-38/+32
* watchdog: prevent deferral of watchdogd wakeup on RTJulia Cartwright2020-01-041-4/+6
* watchdog: imx7ulp: Fix reboot hangFabio Estevam2020-01-041-0/+16
* watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley2019-12-131-6/+10