Age | Commit message (Expand) | Author | Files | Lines |
2016-10-14 | Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 7 | -139/+2 |
2016-10-08 | watchdog: add watchdog pretimeout governor framework | Vladimir Zapolskiy | 1 | -0/+13 |
2016-09-24 | watchdog: add pretimeout support to the core | Wolfram Sang | 1 | -0/+20 |
2016-09-23 | samples: move watchdog example code from Documentation | Shuah Khan | 6 | -33/+2 |
2016-09-20 | selftests: move watchdog tests from Documentation/watchdog | Shuah Khan | 3 | -107/+1 |
2016-07-25 | Documentation/watchdog: check return value for magic close | Arnd Bergmann | 1 | -3/+11 |
2016-07-19 | watchdog: Implement status function in watchdog core | Guenter Roeck | 1 | -0/+4 |
2016-07-17 | Documentation/watchdog: add support for magic close to watchdog-test | Timur Tabi | 1 | -0/+3 |
2016-07-17 | Documentation/watchdog: use stdout instead of stderr in watchdog-test | Timur Tabi | 1 | -16/+12 |
2016-07-17 | watchdog: Improve description of min_hw_heartbeat_ms | Guenter Roeck | 1 | -2/+3 |
2016-07-17 | watchdog: hpwdt: remove email address from doc | Brian Boylston | 1 | -3/+2 |
2016-05-14 | Documentation: Add ebc-c384_wdt watchdog-parameters.txt entry | William Breathitt Gray | 1 | -0/+4 |
2016-05-14 | watchdog: hpwdt: Adjust documentation to match latest kernel module parameters. | Nigel Croxon | 1 | -27/+30 |
2016-03-19 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 2 | -12/+59 |
2016-03-16 | watchdog: Add support for minimum time between heartbeats | Guenter Roeck | 1 | -0/+3 |
2016-03-16 | watchdog: Make stop function optional | Guenter Roeck | 1 | -8/+12 |
2016-03-16 | watchdog: Introduce WDOG_HW_RUNNING flag | Guenter Roeck | 1 | -7/+15 |
2016-03-16 | watchdog: Introduce hardware maximum heartbeat in watchdog core | Guenter Roeck | 1 | -2/+17 |
2016-03-16 | watchdog: Make set_timeout function optional | Guenter Roeck | 1 | -0/+5 |
2016-03-04 | Documentation: add sbsa-gwdt driver documentation | Fu Wei | 1 | -0/+7 |
2016-03-01 | watchdog: ni903x_wdt: Add NI 903x/913x watchdog driver | Kyle Roeschley | 1 | -0/+5 |
2016-01-31 | Add sun4v_wdt watchdog driver | wim.coekaerts@oracle.com | 1 | -0/+4 |
2016-01-11 | watchdog: Drop pointer to watchdog device from struct watchdog_device | Guenter Roeck | 1 | -2/+0 |
2016-01-11 | watchdog: Add support for creating driver specific sysfs attributes | Guenter Roeck | 1 | -0/+3 |
2015-12-29 | watchdog: Separate and maintain variables based on variable lifetime | Guenter Roeck | 1 | -38/+7 |
2015-12-13 | watchdog: core: add reboot notifier support | Damien Riegel | 1 | -0/+8 |
2015-12-13 | watchdog: core: add restart handler support | Damien Riegel | 1 | -0/+19 |
2015-09-09 | Documentation/watchdog: add timeout and ping rate control to watchdog-test.c | Timur Tabi | 1 | -5/+17 |
2015-07-01 | watchdog: omap_wdt: early_enable module parameter | Lars Poeschel | 1 | -0/+1 |
2015-06-29 | watchdog: watchdog_core: Add watchdog registration deferral mechanism | Jean-Baptiste Theou | 1 | -0/+7 |
2015-06-22 | watchdog: docs: omap_wdt also understands nowayout | Lars Poeschel | 1 | -0/+2 |
2014-09-26 | Documentation: use subdir-y to avoid unnecessary built-in.o files | Peter Foley | 2 | -3/+1 |
2014-08-05 | Documentation: fix two typos in watchdog-api.txt | Sangjung Woo | 1 | -1/+1 |
2014-03-31 | watchdog: it87_wdt: Work around non-working CIR interrupts | Marc van der Wal | 1 | -0/+2 |
2014-03-31 | watchdog: Add tegra watchdog | Andrew Chew | 1 | -0/+5 |
2013-07-11 | watchdog: delete mpcore_wdt driver | Viresh Kumar | 1 | -8/+0 |
2013-03-01 | watchdog: core: dt: add support for the timeout-sec dt property | Fabio Porcedda | 1 | -1/+13 |
2012-08-29 | watchdog: fix watchdog-test.c build warning | Randy Dunlap | 1 | -1/+1 |
2012-05-30 | Watchdog: DA9052/53 PMIC watchdog support | Ashish Jangam | 1 | -0/+5 |
2012-05-30 | watchdog: Add support for dynamically allocated watchdog_device structs | Hans de Goede | 1 | -1/+27 |
2012-05-30 | watchdog: Add Locking support | Hans de Goede | 1 | -0/+2 |
2012-05-30 | watchdog: create all the proper device files | Alan Cox | 1 | -0/+5 |
2012-05-30 | watchdog: Add multiple device support | Alan Cox | 1 | -1/+9 |
2012-05-23 | Documentation/watchdog: Fix the file descriptor leak when no cmdline arg given | Devendra Naga | 1 | -0/+11 |
2012-05-23 | Documentation/watchdog: close the fd when cmdline arg given | Devendra Naga | 1 | -3/+6 |
2012-05-23 | Documentation/watchdog: Fix a small typo | Devendra Naga | 1 | -1/+1 |
2012-03-27 | watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core | Viresh Kumar | 2 | -1/+7 |
2012-03-27 | watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou... | Hans de Goede | 1 | -3/+4 |
2012-03-27 | watchdog: documentation: remove index-file | Wolfram Sang | 1 | -19/+0 |
2012-02-21 | Documentation: Fix typo in watchdog-kernel-api.txt | Masanari Iida | 1 | -1/+1 |