summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)Author
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
2020-11-10drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik
2020-08-26watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum
2020-08-26watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum
2020-06-29watchdog: da9062: No need to ping manually before setting timeoutStefan Riedmueller
2020-03-11watchdog: da9062: do not ping the hw during stop()Marco Felsch
2020-02-05watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade
2019-09-06watchdog: bcm2835_wdt: Fix module autoloadStefan Wahren
2018-05-30watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv
2018-05-30watchdog: sp5100_tco: Fix watchdog disable bitGuenter Roeck
2018-04-24watchdog: f71808e_wdt: Fix WD_EN register readIgor Pylypiv
2018-03-18watchdog: hpwdt: fix unused variable warningArnd Bergmann
2018-03-18watchdog: hpwdt: Check source of NMIJerry Hoemann
2018-03-18watchdog: hpwdt: SMBIOS checkJerry Hoemann
2018-02-16watchdog: imx2_wdt: restore previous timeout after suspend+resumeMartin Kaiser
2017-10-21watchdog: kempld: fix gcc-4.3 buildArnd Bergmann
2017-07-05watchdog: bcm281xx: Fix use of uninitialized spinlock.Eric Anholt
2017-05-25watchdog: pcwd_usb: fix NULL-deref at probeJohan Hovold
2016-04-12watchdog: rc32434_wdt: fix ioctl error handlingMichael S. Tsirkin
2015-11-23watchdog: mtk_wdt: Use MODE_KEY when stopping the watchdogNicolas Boichat
2015-11-23watchdog: Add support for Freescale Layerscape platformsShaohui Xie
2015-11-23watchdog: tegra: Stop watchdog first if restartingAndrew Chew
2015-11-23watchdog: w83977f_wdt: underflow in wdt_set_timeout()Dan Carpenter
2015-11-23watchdog: pnx4008: make global wdt_clk staticVladimir Zapolskiy
2015-11-23watchdog: pnx4008: fix warnings caused by enabling unprepared clockVladimir Zapolskiy
2015-11-23watchdog: omap_wdt: fix null pointer dereferencePeter Robinson
2015-11-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2015-11-03watchdog: core: propagate ping error code to the user spaceAlexander Usyskin
2015-11-03watchdog: watchdog_dev: Use single variable name for struct watchdog_deviceGuenter Roeck
2015-10-28watchdog: intel-mid: add Magic Closure flagDavid Cohen
2015-10-28watchdog: imx2_wdt: Use register definition in regmap_write()Fabio Estevam
2015-10-27watchdog: watchdog_dev: Use device tree alias for naming watchdogsJustin Chen
2015-10-27watchdog: Watchdog driver for Broadcom Set-Top BoxJustin Chen
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky
2015-09-28watchdog: iTCO: Fix dependencies on I2CGuenter Roeck
2015-09-28watchdog: bcm2835: Fix poweroff behaviourNoralf Trønnes
2015-09-28watchdog: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-11Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand
2015-09-09watchdog: at91rm9200: Correct check for syscon_node_to_regmap() errorsBjorn Andersson
2015-09-09watchdog: at91sam9: get and use slow clockAlexandre Belloni
2015-09-09watchdog: add a driver to support SAMA5D4 watchdog timerWenyou Yang
2015-09-09watchdog: mpc8xxx: allow to compile for MPC512xUwe Kleine-König
2015-09-09watchdog: mpc8xxx: use better error code when watchdog cannot be enabledUwe Kleine-König
2015-09-09watchdog: mpc8xxx: use dynamic memory for device specific dataUwe Kleine-König
2015-09-09watchdog: mpc8xxx: use devm_ioremap_resource to map memoryUwe Kleine-König
2015-09-09watchdog: mpc8xxx: make use of of_device_get_match_dataUwe Kleine-König
2015-09-09watchdog: mpc8xxx: simplify registrationUwe Kleine-König