index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT support
Andy Shevchenko
1
-0
/
+1
2019-11-18
watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedly
Anson Huang
1
-11
/
+12
2019-11-18
watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEP
Anson Huang
1
-4
/
+2
2019-11-18
watchdog: imx2_wdt: Remove unnecessary blank line
Anson Huang
1
-1
/
+0
2019-11-18
watchdog: w83627hf_wdt: Support NCT6116D
Srikanth Krishnakar
2
-1
/
+11
2019-11-11
Merge 5.4-rc7 into char-misc-next
Greg Kroah-Hartman
5
-8
/
+28
2019-11-05
watchdog: bd70528: Add MODULE_ALIAS to allow module auto loading
Matti Vaittinen
1
-0
/
+1
2019-11-05
watchdog: imx_sc_wdt: Pretimeout should follow SCU firmware format
Anson Huang
1
-1
/
+7
2019-11-05
watchdog: meson: Fix the wrong value of left time
Xingyu Chen
1
-2
/
+2
2019-11-05
watchdog: pm8916_wdt: fix pretimeout registration flow
Jorge Ramirez-Ortiz
1
-4
/
+11
2019-11-05
watchdog: cpwd: fix build regression
Arnd Bergmann
1
-1
/
+7
2019-11-03
drivers: mcb: use symbol namespaces
Johannes Thumshirn
1
-0
/
+1
2019-10-23
compat_ioctl: move WDIOC handling into wdt drivers
Arnd Bergmann
55
-0
/
+55
2019-09-27
Merge tag 'linux-watchdog-5.4-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
17
-889
/
+648
2019-09-24
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-2
/
+24
2019-09-17
watchdog: f71808e_wdt: Add F81803 support
Jaret Cantu
2
-3
/
+18
2019-09-17
watchdog: qcom: remove unnecessary variable from private storage
Jorge Ramirez-Ortiz
1
-8
/
+7
2019-09-17
watchdog: qcom: support pre-timeout when the bark irq is available
Jorge Ramirez-Ortiz
1
-5
/
+64
2019-09-17
watchdog: imx_sc: this patch just fixes whitespaces
Oliver Graute
1
-2
/
+2
2019-09-17
watchdog: aspeed: add support for dual boot
Ivan Mikhaylov
1
-1
/
+64
2019-09-17
watchdog: orion_wdt: use timer1 as a pretimeout
Chris Packham
1
-13
/
+53
2019-09-17
watchdog: Add i.MX7ULP watchdog support
Anson Huang
3
-0
/
+257
2019-09-17
watchdog: aspeed: Add support for AST2600
Ryan Chen
1
-1
/
+3
2019-09-17
watchdog: ziirave_wdt: Update checked I2C functionality mask
Andrey Smirnov
1
-1
/
+4
2019-09-17
watchdog: ziirave_wdt: Drop ziirave_firm_write_block_data()
Andrey Smirnov
1
-22
/
+9
2019-09-17
watchdog: ziirave_wdt: Fix DOWNLOAD_START payload
Andrey Smirnov
1
-8
/
+7
2019-09-17
watchdog: ziirave_wdt: Drop status polling code
Andrey Smirnov
1
-21
/
+7
2019-09-17
watchdog: ziirave_wdt: Fix RESET_PROCESSOR payload
Andrey Smirnov
1
-2
/
+4
2019-09-17
watchdog: ziirave_wdt: Fix DOWNLOAD_END payload
Andrey Smirnov
1
-1
/
+1
2019-09-17
watchdog: ziirave_wdt: Fix JUMP_TO_BOOTLOADER payload
Andrey Smirnov
1
-2
/
+5
2019-09-17
watchdog: ziirave_wdt: Fix misleading error message
Andrey Smirnov
1
-1
/
+1
2019-09-17
watchdog: ziirave_wdt: Don't try to program readonly flash
Andrey Smirnov
1
-9
/
+24
2019-09-17
watchdog: ziirave_wdt: Don't read out more than 'len' firmware bytes
Andrey Smirnov
1
-2
/
+4
2019-09-17
watchdog: ziirave_wdt: Don't check if ihex record length is zero
Andrey Smirnov
1
-8
/
+0
2019-09-17
watchdog: ziirave_wdt: Make use of put_unaligned_le16
Andrey Smirnov
1
-4
/
+4
2019-09-17
watchdog: ziirave_wdt: Zero out only what's necessary
Andrey Smirnov
1
-2
/
+1
2019-09-17
watchdog: ziirave_wdt: Fix incorrect use of ARRAY_SIZE
Andrey Smirnov
1
-3
/
+3
2019-09-17
watchdog: ziirave_wdt: Skip zeros when calculating checksum
Andrey Smirnov
1
-1
/
+1
2019-09-17
watchdog: ziirave_wdt: Check packet length only once
Andrey Smirnov
1
-10
/
+7
2019-09-17
watchdog: ziirave_wdt: Simplify ziirave_firm_write_pkt()
Andrey Smirnov
1
-72
/
+44
2019-09-17
watchdog: ziirave_wdt: Log bootloader/firmware info during probe
Andrey Smirnov
1
-3
/
+15
2019-09-17
watchdog: ziirave_wdt: Don't bail out on unexpected timeout value
Andrey Smirnov
1
-11
/
+11
2019-09-17
watchdog: ziirave_wdt: Be more verbose during firmware update
Andrey Smirnov
1
-4
/
+14
2019-09-17
watchdog: ziirave_wdt: Be verbose about errors in probe()
Andrey Smirnov
1
-8
/
+24
2019-09-17
watchdog: ziirave_wdt: Add missing newline
Andrey Smirnov
1
-1
/
+1
2019-09-17
watchdog: imx_sc: Remove unnecessary error log
Anson Huang
1
-4
/
+1
2019-09-17
watchdog: imx2_wdt: fix min() calculation in imx2_wdt_set_timeout
Rasmus Villemoes
1
-2
/
+2
2019-09-17
watchdog: cpwd: use generic compat_ptr_ioctl
Arnd Bergmann
1
-24
/
+1
2019-09-17
watchdog: diag288_wdt: Remove leftover includes from conversion to watchdog API
Guenter Roeck
1
-3
/
+0
2019-09-16
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2
-2
/
+1
[prev]
[next]