Age | Commit message (Expand) | Author |
2019-07-08 | watchdog: convert remaining drivers to use SPDX license identifier | Guenter Roeck |
2019-07-08 | watchdog: make the device time out at open_deadline when open_timeout is used | Rasmus Villemoes |
2019-07-08 | watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT | Rasmus Villemoes |
2019-07-08 | watchdog: introduce watchdog.open_timeout commandline parameter | Rasmus Villemoes |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2018-10-02 | watchdog: core: fix null pointer dereference when releasing cdev | Wolfram Sang |
2018-01-21 | watchdog: core: make sure the watchdog_worker is not deferred | Christophe Leroy |
2017-12-28 | watchdog: core: make sure the watchdog worker always works | Christophe Leroy |
2017-12-28 | watchdog: watchdog_dev: mark expected switch fall-through | Gustavo A. R. Silva |
2017-12-17 | watchdog: Fix kref imbalance seen if handle_boot_enabled=0 | Guenter Roeck |
2017-12-17 | watchdog: Fix potential kref imbalance when opening watchdog | Guenter Roeck |
2017-11-17 | drivers/watchdog: make use of devm_register_reboot_notifier() | Andrey Smirnov |
2017-07-03 | watchdog: introduce watchdog_worker_should_ping helper | Rasmus Villemoes |
2017-06-05 | watchdog: core: add option to avoid early handling of watchdog | Sebastian Reichel |
2017-02-24 | watchdog: Introduce watchdog_stop_on_unregister helper | Guenter Roeck |
2016-10-08 | watchdog: pretimeout: add pretimeout_available_governors attribute | Vladimir Zapolskiy |
2016-10-08 | watchdog: pretimeout: add option to select a pretimeout governor in runtime | Vladimir Zapolskiy |
2016-10-08 | watchdog: add watchdog pretimeout governor framework | Vladimir Zapolskiy |
2016-09-24 | watchdog: add pretimeout support to the core | Wolfram Sang |
2016-07-25 | watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function | Guenter Roeck |
2016-07-25 | watchdog: core: Fix error handling of watchdog_dev_init() | Wei Yongjun |
2016-07-19 | watchdog: Implement status function in watchdog core | Guenter Roeck |
2016-07-17 | watchdog: change watchdog_need_worker logic | Rasmus Villemoes |
2016-05-14 | watchdog: core: Fix circular locking dependency | Guenter Roeck |
2016-03-16 | watchdog: Ensure that wdd is not dereferenced if NULL | Guenter Roeck |
2016-03-16 | watchdog: Add support for minimum time between heartbeats | Guenter Roeck |
2016-03-16 | watchdog: Make stop function optional | Guenter Roeck |
2016-03-16 | watchdog: Introduce WDOG_HW_RUNNING flag | Guenter Roeck |
2016-03-16 | watchdog: Introduce hardware maximum heartbeat in watchdog core | Guenter Roeck |
2016-03-16 | watchdog: Make set_timeout function optional | Guenter Roeck |
2016-01-11 | watchdog: Drop pointer to watchdog device from struct watchdog_device | Guenter Roeck |
2016-01-11 | watchdog: Add support for creating driver specific sysfs attributes | Guenter Roeck |
2015-12-29 | watchdog: Separate and maintain variables based on variable lifetime | Guenter Roeck |
2015-12-29 | watchdog: Create watchdog device in watchdog_dev.c | Guenter Roeck |
2015-12-27 | watchdog: Read device status through sysfs attributes | Pratyush Anand |
2015-12-27 | watchdog: Use static struct class watchdog_class in stead of pointer | Pratyush Anand |
2015-11-03 | watchdog: core: propagate ping error code to the user space | Alexander Usyskin |
2015-11-03 | watchdog: watchdog_dev: Use single variable name for struct watchdog_device | Guenter Roeck |
2013-07-11 | watchdog: core: don't try to stop device if not running | Hector Palacios |
2013-05-09 | watchdog: Fix race condition in registration code | Guenter Roeck |
2013-03-01 | watchdog: core: dt: add support for the timeout-sec dt property | Fabio Porcedda |
2012-06-28 | watchdog: core: fix WDIOC_GETSTATUS return value | Wim Van Sebroeck |
2012-05-30 | watchdog: Add support for dynamically allocated watchdog_device structs | Hans de Goede |
2012-05-30 | watchdog: Add Locking support | Hans de Goede |
2012-05-30 | watchdog: watchdog_dev: Rewrite wrapper code | Hans de Goede |
2012-05-30 | watchdog: use dev_ functions | Alan Cox |
2012-05-30 | watchdog: create all the proper device files | Alan Cox |
2012-05-30 | watchdog: Add multiple device support | Alan Cox |
2012-05-30 | watchdog: correct the name of the watchdog_core inlude file | Wim Van Sebroeck |
2012-05-30 | watchdog: Add watchdog_active() routine | Viresh Kumar |