| Commit message (Expand) | Author | Age | Files | Lines |
* | watchdog: reset last_hw_keepalive time at start | Tero Kristo | 2020-04-29 | 1 | -0/+1 |
* | watchdog: sp805: fix restart handler | Michael Walle | 2020-04-23 | 1 | -0/+4 |
* | watchdog: da9062: do not ping the hw during stop() | Marco Felsch | 2020-03-11 | 1 | -7/+0 |
* | ACPI: watchdog: Fix gas->access_width usage | Mika Westerberg | 2020-03-05 | 1 | -1/+1 |
* | watchdog: fix UAF in reboot notifier handling in watchdog core code | Vladis Dronov | 2020-02-11 | 2 | -35/+36 |
* | watchdog: rn5t618_wdt: fix module aliases | Andreas Kemnade | 2020-02-01 | 1 | -0/+1 |
* | watchdog: max77620_wdt: fix potential build errors | David Engraf | 2020-02-01 | 1 | -0/+1 |
* | watchdog: rtd119x_wdt: Fix remove function | Guenter Roeck | 2020-01-27 | 1 | -1/+1 |
* | watchdog: sprd: Fix the incorrect pointer getting from driver data | Shuiqing Li | 2020-01-27 | 1 | -4/+2 |
* | watchdog: Fix the race between the release of watchdog_core_data and cdev | Kevin Hao | 2020-01-04 | 1 | -38/+32 |
* | watchdog: aspeed: Fix clock behaviour for ast2600 | Joel Stanley | 2019-12-13 | 1 | -6/+10 |
* | watchdog: sama5d4: fix WDD value to be always set to max | Eugen Hristev | 2019-12-05 | 1 | -3/+1 |
* | watchdog: meson: Fix the wrong value of left time | Xingyu Chen | 2019-12-05 | 1 | -2/+2 |
* | watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798D | Guenter Roeck | 2019-11-24 | 1 | -1/+7 |
* | watchdog: sama5d4: fix timeout-sec usage | Romain Izard | 2019-11-24 | 1 | -5/+1 |
* | watchdog: renesas_wdt: stop when unregistering | Wolfram Sang | 2019-11-24 | 1 | -0/+1 |
* | watchdog: core: fix null pointer dereference when releasing cdev | Wolfram Sang | 2019-11-24 | 1 | -5/+5 |
* | watchdog: aspeed: Add support for AST2600 | Ryan Chen | 2019-10-11 | 1 | -1/+3 |
* | watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout | Rasmus Villemoes | 2019-10-11 | 1 | -2/+2 |
* | watchdog: bcm2835_wdt: Fix module autoload | Stefan Wahren | 2019-09-06 | 1 | -0/+1 |
* | watchdog: fix compile time error of pretimeout governors | Vladimir Zapolskiy | 2019-06-15 | 1 | -0/+1 |
* | watchdog: imx2_wdt: Fix set_timeout for big timeout values | Georg Hofmann | 2019-06-15 | 1 | -1/+3 |
* | watchdog: mt7621_wdt/rt2880_wdt: Fix compilation problem | NeilBrown | 2019-02-27 | 2 | -0/+2 |
* | watchdog: renesas_wdt: don't set divider while watchdog is running | Wolfram Sang | 2019-02-12 | 1 | -2/+7 |
* | include/linux/compiler*.h: make compiler-*.h mutually exclusive | Nick Desaulniers | 2018-08-22 | 1 | -5/+0 |
* | Merge tag 'linux-watchdog-4.19-rc1' of git://www.linux-watchdog.org/linux-wat... | Linus Torvalds | 2018-08-18 | 9 | -64/+312 |
|\ |
|
| * | watchdog: fix dependencies of menz69_wdt.o | Johannes Thumshirn | 2018-08-06 | 1 | -1/+1 |
| * | watchdog: sp805: Add clock-frequency property | Srinath Mannam | 2018-08-06 | 1 | -10/+25 |
| * | watchdog: add driver for the MEN 16z069 IP-Core | Johannes Thumshirn | 2018-08-02 | 3 | -0/+181 |
| * | watchdog: sprd_wdt: Remove redundant dev_err call in sprd_wdt_probe() | Wei Yongjun | 2018-08-02 | 1 | -3/+1 |
| * | watchdog: stmp3xxx: Switch to SPDX identifier | Fabio Estevam | 2018-08-02 | 1 | -4/+1 |
| * | watchdog: imx2_wdt: Switch to SPDX identifier | Fabio Estevam | 2018-08-02 | 1 | -4/+1 |
| * | watchdog: sp805: set WDOG_HW_RUNNING when appropriate | Ray Jui | 2018-08-02 | 1 | -0/+19 |
| * | watchdog: sp805: add 'timeout-sec' DT property support | Ray Jui | 2018-08-02 | 1 | -1/+8 |
| * | watchdog: orion_wdt: Mark watchdog as active when running at probe | Maxim Kochetkov | 2018-08-02 | 1 | -0/+2 |
| * | watchdog: stm32: add pclk feature for stm32mp1 | Ludovic Barre | 2018-08-02 | 1 | -42/+74 |
* | | headers: separate linux/mod_devicetable.h from linux/platform_device.h | Randy Dunlap | 2018-07-07 | 8 | -0/+8 |
|/ |
|
* | Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds | 2018-06-12 | 1 | -26/+16 |
|\ |
|
| * | watchdog: JZ4740: Drop module remove function | Paul Cercueil | 2018-05-14 | 1 | -8/+0 |
| * | watchdog: JZ4740: Register a restart handler | Paul Cercueil | 2018-05-14 | 1 | -0/+9 |
| * | watchdog: JZ4740: Use devm_* functions | Paul Cercueil | 2018-05-14 | 1 | -19/+8 |
| * | watchdog: JZ4740: Disable clock after stopping counter | Paul Cercueil | 2018-05-14 | 1 | -1/+1 |
* | | watchdog: da9063: remove duplicated timeout_to_sel calls | Marco Felsch | 2018-06-07 | 1 | -13/+8 |
* | | watchdog: da9063: rename helper function to avoid misunderstandings | Marco Felsch | 2018-06-07 | 1 | -4/+4 |
* | | watchdog: da9062: remove unused code | Michael Grzeschik | 2018-06-06 | 1 | -10/+0 |
* | | watchdog: da9063: Fix timeout handling during probe | Marco Felsch | 2018-06-06 | 1 | -0/+21 |
* | | watchdog: da9063: Fix updating timeout value | Marco Felsch | 2018-06-06 | 1 | -2/+15 |
* | | watchdog: da9063: Fix setting/changing timeout | Marco Felsch | 2018-06-06 | 1 | -2/+24 |
* | | watchdog: mena21_wdt: Drop unnecessary mutex lock | Jia-Ju Bai | 2018-05-21 | 1 | -18/+0 |
* | | watchdog: hpwdt: Claim NMIs generated by iLO5 | Jerry Hoemann | 2018-05-21 | 1 | -1/+1 |