aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-22hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-6/+5
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2016-03-19Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds26-316/+1352
2016-03-16watchdog: Ensure that wdd is not dereferenced if NULLGuenter Roeck1-2/+4
2016-03-16watchdog: imx2: Convert to use infrastructure triggered keepalivesGuenter Roeck1-61/+13
2016-03-16watchdog: dw_wdt: Convert to use watchdog infrastructureGuenter Roeck2-207/+117
2016-03-16watchdog: Add support for minimum time between heartbeatsGuenter Roeck1-0/+15
2016-03-16watchdog: Make stop function optionalGuenter Roeck2-2/+6
2016-03-16watchdog: Introduce WDOG_HW_RUNNING flagGuenter Roeck1-13/+39
2016-03-16watchdog: Introduce hardware maximum heartbeat in watchdog coreGuenter Roeck1-8/+121
2016-03-16watchdog: Make set_timeout function optionalGuenter Roeck1-2/+9
2016-03-16watchdog: pnx4008: restart: support "cmd" from userspaceSylvain Lemieux1-0/+15
2016-03-16watchdog: pnx4008: add support for soft resetSylvain Lemieux1-3/+10
2016-03-16watchdog: pnx4008: add restart handlerSylvain Lemieux1-0/+17
2016-03-16watchdog: pnx4008: update logging during power-onSylvain Lemieux1-2/+1
2016-03-16watchdog: tangox_wdt: test clock rate to avoid division by 0Wolfram Sang1-4/+10
2016-03-16watchdog: atlas7_wdt: test clock rate to avoid division by 0Wolfram Sang1-0/+5
2016-03-16watchdog: s3c2410_wdt: Add max and min timeout valuesJavier Martinez Canillas1-0/+16
2016-03-16Watchdog: introduce ARM SBSA watchdog driverFu Wei3-0/+429
2016-03-01Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into char-misc-testingGreg Kroah-Hartman3-0/+203
2016-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-0/+203
2016-03-01watchdog: Add watchdog timer support for the WinSystems EBC-C384William Breathitt Gray3-0/+198
2016-03-01watchdog: ni903x_wdt: Add NI 903x/913x watchdog driverKyle Roeschley3-0/+282
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck13-13/+25
2016-03-01watchdog: ziirave_wdt: Rename "trigger" reset reason "hw watchdog"Martyn Welch1-1/+1
2016-03-01watchdog: rc32434_wdt: fix ioctl error handlingMichael S. Tsirkin1-1/+1
2016-03-01watchdog: Add hardware dependency to BCM7038 driverJean Delvare1-3/+5
2016-03-01watchdog: orion: Depend on 32-bit ARMThierry Reding1-0/+1
2016-03-01watchdog: ts4800: add hardware dependencyJean Delvare1-0/+1
2016-03-01watchdog: w83627hf: Added NCT6102D support.Rob Kramer2-3/+20
2016-02-25watchdog/hpwdt: Fix build on certain configsIngo Molnar1-0/+1
2016-02-24watchdog/hpwdt: Create stack frame in asminline_call()Josh Poimboeuf1-4/+4
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman4-7/+9
2016-02-07watchdog: mei_wdt: re-register device on eventTomas Winkler1-2/+26
2016-02-07watchdog: mei_wdt: add activation debugfs entryTomas Winkler1-0/+27
2016-02-07watchdog: mei_wdt: register wd device only if requiredTomas Winkler1-9/+191
2016-02-06watchdog: mei_wdt: add status debugfs entryTomas Winkler1-0/+87
2016-02-06watchdog: mei_wdt: implement MEI iAMT watchdog driverTomas Winkler3-0/+420
2016-01-31Add sun4v_wdt watchdog driverwim.coekaerts@oracle.com3-0/+203
2016-01-31watchdog: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+3
2016-01-31watchdog: imgdpc: select WATCHDOG_COREArnd Bergmann1-0/+1
2016-01-31watchdog: tango: rename ARCH_TANGOX to ARCH_TANGOMarc Gonzalez1-1/+1
2016-01-31watchdog: pcwd_usb: fix compilation warningTomas Winkler1-2/+1
2016-01-31watchdog: sp805: ping fails to abort wdt resetSandeep Tripathy1-3/+2
2016-01-31watchdog: max63xx: make module's license marker match the headerUwe Kleine-König1-1/+1
2016-01-11watchdog: asm9260: remove __init and __exit annotationsArnd Bergmann1-4/+4
2016-01-11watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck2-9/+8
2016-01-11watchdog: ziirave: Use watchdog infrastructure to create sysfs attributesGuenter Roeck1-17/+3
2016-01-11watchdog: Add support for creating driver specific sysfs attributesGuenter Roeck1-2/+3
2016-01-11watchdog: stmp3xxx: Remove unused variablesFabio Estevam1-3/+0