summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* 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
* watchdog: meson: Fix the wrong value of left timeXingyu Chen2019-12-051-2/+2
* watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798DGuenter Roeck2019-11-241-1/+7
* watchdog: sama5d4: fix timeout-sec usageRomain Izard2019-11-241-5/+1
* watchdog: renesas_wdt: stop when unregisteringWolfram Sang2019-11-241-0/+1
* watchdog: core: fix null pointer dereference when releasing cdevWolfram Sang2019-11-241-5/+5
* watchdog: aspeed: Add support for AST2600Ryan Chen2019-10-111-1/+3
* watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeoutRasmus Villemoes2019-10-111-2/+2
* watchdog: bcm2835_wdt: Fix module autoloadStefan Wahren2019-09-061-0/+1
* watchdog: fix compile time error of pretimeout governorsVladimir Zapolskiy2019-06-151-0/+1
* watchdog: imx2_wdt: Fix set_timeout for big timeout valuesGeorg Hofmann2019-06-151-1/+3
* watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problemNeilBrown2019-02-272-0/+2
* watchdog: renesas_wdt: don't set divider while watchdog is runningWolfram Sang2019-02-121-2/+7
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-221-5/+0