summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handlingStefan Wahren2024-01-251-1/+2
* watchdog/hpwdt: Only claim UNKNOWN NMI if from iLOJerry Hoemann2024-01-251-1/+1
* watchdog: set cdev owner before addingCurtis Klein2024-01-251-2/+1
* watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg2023-10-101-7/+14
* watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg2023-10-101-2/+11
* watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav2023-09-231-0/+1
* watchdog: menz069_wdt: fix watchdog initialisationJohannes Thumshirn2023-06-091-10/+6
* watchdog: sbsa_wdog: Make sure the timeout programming is within the limitsGeorge Cherian2023-04-201-0/+1
* watchdog: pcwd_usb: Fix attempting to access uninitialized memoryLi Hua2023-03-111-2/+4
* watchdog: Fix kmemleak in watchdog_cdev_registerChen Jun2023-03-111-1/+1
* watchdog: at91sam9_wdt: use devm_request_irq to avoid missing free_irq() in e...ruanjinjie2023-03-111-4/+3
* watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov2023-02-221-1/+1
* watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov2023-02-221-2/+11
* ar7: fix kernel builds for compiler testJackie Liu2021-11-261-1/+1
* watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum2021-11-261-1/+3
* watchdog: Fix OMAP watchdog early handlingWalter Stoll2021-11-261-1/+5
* 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: 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: 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
* drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik2020-11-051-3/+2
* watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3Guenter Roeck2020-10-301-1/+1
* watchdog: Use put_device on errorDinghao Liu2020-10-301-1/+1
* watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu2020-10-301-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-251-5/+0
* watchdog: reset last_hw_keepalive time at startTero Kristo2020-04-291-0/+1
* watchdog: sp805: fix restart handlerMichael Walle2020-04-231-0/+4
* watchdog: da9062: do not ping the hw during stop()Marco Felsch2020-03-111-7/+0
* ACPI: watchdog: Fix gas->access_width usageMika Westerberg2020-03-051-1/+1
* watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2020-02-112-35/+36
* watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade2020-02-011-0/+1
* watchdog: max77620_wdt: fix potential build errorsDavid Engraf2020-02-011-0/+1
* watchdog: rtd119x_wdt: Fix remove functionGuenter Roeck2020-01-271-1/+1
* watchdog: sprd: Fix the incorrect pointer getting from driver dataShuiqing Li2020-01-271-4/+2
* watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao2020-01-041-38/+32
* watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley2019-12-131-6/+10
* watchdog: sama5d4: fix WDD value to be always set to maxEugen Hristev2019-12-051-3/+1