Age | Commit message (Expand) | Author | Files | Lines |
2016-07-17 | watchdog: bcm2835_wdt: constify _ops and _info structures | Rasmus Villemoes | 1 | -2/+2 |
2016-07-17 | watchdog: Add Meson GXBB Watchdog Driver | Neil Armstrong | 3 | -0/+281 |
2016-07-17 | watchdog: qcom: configure BARK time in addition to BITE time | Matthew McClintock | 1 | -0/+5 |
2016-07-17 | watchdog: qcom: add option for standalone watchdog not in timer block | Matthew McClintock | 1 | -16/+48 |
2016-07-17 | watchdog: da9063_wdt: don't trigger watchdog too fast | Stefan Christ | 1 | -0/+2 |
2016-07-17 | watchdog: iTCO-wdt: handle 5th variation for Apollo Lake | Yong, Jonathan | 1 | -0/+2 |
2016-07-17 | watchdog: pic32-dmt: Fix return value check in pic32_dmt_probe() | Wei Yongjun | 1 | -2/+2 |
2016-07-17 | watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe() | Wei Yongjun | 1 | -2/+2 |
2016-07-17 | watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading. | Enric Balletbo i Serra | 1 | -1/+1 |
2016-07-17 | watchdog: drop redundant 'default n' option for WATCHDOG_SYSFS | Vladimir Zapolskiy | 1 | -1/+0 |
2016-07-17 | watchdog: max77620: Add support for watchdog timer | Laxman Dewangan | 3 | -0/+237 |
2016-07-17 | watchdog: f71808e_wdt: Add F81866 support | Ji-Ze Hong (Peter Hong) | 1 | -2/+26 |
2016-07-17 | watchdog: sirf: fix __iomem * warnings | Ben Dooks | 1 | -5/+10 |
2016-07-17 | watchdog: tangox: Mark running watchdog correctly | Guenter Roeck | 1 | -1/+1 |
2016-07-17 | watchdog: sbsa: Set WDOG_HW_RUNNING, when watchdog is already running. | Pratyush Anand | 1 | -0/+2 |
2016-07-17 | watchdog: sbsa: Use max_hw_heartbeat_ms instead of max_timeout | Pratyush Anand | 1 | -2/+2 |
2016-07-17 | watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is... | Pratyush Anand | 1 | -1/+1 |
2016-07-17 | watchdog: pcwd: Utilize the module_isa_driver macro | William Breathitt Gray | 1 | -13/+1 |
2016-07-17 | watchdog: Add Aspeed watchdog driver | Joel Stanley | 3 | -0/+226 |
2016-07-17 | watchdog: softdog: improve coding style | Wolfram Sang | 1 | -3/+3 |
2016-07-17 | watchdog: softdog: drop superfluous set_timeout callback | Wolfram Sang | 1 | -7/+0 |
2016-07-17 | watchdog: softdog: sort includes to avoid duplicates | Wolfram Sang | 1 | -5/+5 |
2016-07-17 | watchdog: softdog: remove forward declaration | Wolfram Sang | 1 | -5/+3 |
2016-07-17 | watchdog: softdog: consistently use softdog_ prefix | Wolfram Sang | 1 | -11/+10 |
2016-07-17 | watchdog: softdog: use watchdog core to init timeout value | Wolfram Sang | 1 | -12/+5 |
2016-07-17 | watchdog: softdog: remove obsolete comments | Wolfram Sang | 1 | -33/+0 |
2016-07-17 | watchdog: Add a device managed API for watchdog_register_device() | Neil Armstrong | 1 | -0/+37 |
2016-06-18 | watchdog: ebc-c384_wdt: Allow build for X86_64 | William Breathitt Gray | 1 | -1/+1 |
2016-05-25 | Merge git://www.linux-watchdog.org/linux-watchdog | Linus Torvalds | 13 | -26/+284 |
2016-05-21 | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -34/+11 |
2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 4 | -0/+548 |
2016-05-14 | watchdog: shwdt: Use setup_timer() | Muhammad Falak R Wani | 1 | -3/+1 |
2016-05-14 | watchdog: cpwd: Use setup_timer() | Muhammad Falak R Wani | 1 | -3/+1 |
2016-05-14 | watchdog: renesas-wdt: add driver | Wolfram Sang | 3 | -0/+222 |
2016-05-14 | watchdog: remove error message when unable to allocate watchdog device | Colin Ian King | 1 | -3/+1 |
2016-05-14 | watchdog: f71808e_wdt: Fix WDTMOUT_STS register read | Knud Poulsen | 1 | -2/+2 |
2016-05-14 | watchdog: f71808e_wdt: Fix typo | Knud Poulsen | 1 | -1/+1 |
2016-05-14 | watchdog: f71808e_wdt: Add F81865 support | Knud Poulsen | 1 | -3/+21 |
2016-05-14 | watchdog: sp5100_tco: properly check for new register layouts | Lucas Stach | 1 | -5/+10 |
2016-05-14 | watchdog: core: Fix circular locking dependency | Guenter Roeck | 1 | -1/+0 |
2016-05-14 | watchdog: core: fix trivial typo in a comment | Wolfram Sang | 1 | -1/+1 |
2016-05-14 | watchdog: imx2_wdt: add external reset support via dt prop | Tim Harvey | 1 | -2/+17 |
2016-05-14 | watchdog: octeon: Handle the FROZEN hot plug notifier actions. | Richard Cochran | 1 | -1/+1 |
2016-05-14 | watchdog: qcom: Report reboot reason | Guenter Roeck | 1 | -1/+6 |
2016-05-13 | watchdog: pic32-dmt: Add PIC32 deadman timer driver | Purna Chandra Mandal | 3 | -0/+271 |
2016-05-13 | watchdog: pic32-wdt: Add PIC32 watchdog driver | Joshua Henderson | 3 | -0/+277 |
2016-05-02 | watchdog: ebc-c384_wdt: Utilize the ISA bus driver | William Breathitt Gray | 2 | -34/+11 |
2016-04-28 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2016-03-23 | hpwdt: use nmi_panic() when kernel panics in NMI handler | Hidehiro Kawai | 1 | -6/+5 |
2016-03-21 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+5 |