index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'linux-watchdog-5.11-rc1' of git://www.linux-watchdog.org/linux-wat...
Linus Torvalds
2020-12-24
15
-369
/
+92
|
\
|
*
watchdog: convert comma to semicolon
Zheng Yongjun
2020-12-17
1
-2
/
+2
|
*
watchdog: iTCO_wdt: use dev_*() instead of pr_*() for logging
Enrico Weigelt, metux IT consult
2020-12-17
1
-10
/
+8
|
*
watchdog: coh901327: add COMMON_CLK dependency
Arnd Bergmann
2020-12-17
1
-1
/
+1
|
*
watchdog: qcom: Avoid context switch in restart handler
Manivannan Sadhasivam
2020-12-17
1
-1
/
+1
|
*
watchdog: iTCO_wdt: use module_platform_device() macro
Enrico Weigelt, metux IT consult
2020-12-13
1
-15
/
+1
|
*
watchdog: Fix potential dereferencing of null pointer
Wang Wensheng
2020-12-13
1
-9
/
+13
|
*
watchdog: wdat_wdt: Fix missing kerneldoc reported by W=1
Wong Vee Khee
2020-12-13
1
-3
/
+3
|
*
watchdog/hpwdt: Reflect changes
Jerry Hoemann
2020-12-13
1
-1
/
+1
|
*
watchdog/hpwdt: Disable NMI in Crash Kernel
Jerry Hoemann
2020-12-13
1
-0
/
+6
|
*
wdt: sp805: add watchdog_stop on reboot
Zhao Qiang
2020-12-13
1
-0
/
+1
|
*
watchdog: sbc_fitpc2_wdt: add __user annotations
Rasmus Villemoes
2020-12-13
1
-6
/
+6
|
*
watchdog: geodewdt: remove unneeded break
Tom Rix
2020-12-13
1
-2
/
+0
|
*
watchdog: rti-wdt: fix reference leak in rti_wdt_probe
Zhang Qilong
2020-12-13
1
-1
/
+3
|
*
watchdog: qcom_wdt: set WDOG_HW_RUNNING bit when appropriate
Robert Marko
2020-12-13
1
-0
/
+18
|
*
watchdog: remove pnx83xx driver
Thomas Bogendoerfer
2020-12-13
3
-288
/
+0
|
*
watchdog: stm32_iwdg: don't print an error on probe deferral
Etienne Carriere
2020-12-13
1
-8
/
+5
|
*
watchdog: sprd: change to use usleep_range() instead of busy loop
Chunyan Zhang
2020-12-13
1
-4
/
+7
|
*
watchdog: sprd: check busy bit before new loading rather than after that
Lingling Xu
2020-12-13
1
-12
/
+13
|
*
watchdog: sprd: remove watchdog disable from resume fail path
Lingling Xu
2020-12-13
1
-7
/
+2
|
*
watchdog: sirfsoc: Add missing dependency on HAS_IOMEM
Guenter Roeck
2020-12-13
1
-0
/
+1
|
*
watchdog: armada_37xx: Add missing dependency on HAS_IOMEM
Guenter Roeck
2020-12-13
1
-0
/
+1
*
|
ARM: remove ebsa110 platform
Arnd Bergmann
2020-10-30
1
-1
/
+1
|
/
*
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2020-10-24
1
-8
/
+2
|
\
|
*
Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...
Olof Johansson
2020-09-13
1
-8
/
+2
|
|
\
|
|
*
ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependencies
Krzysztof Kozlowski
2020-08-19
1
-8
/
+2
*
|
|
Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-wat...
Linus Torvalds
2020-10-21
14
-48
/
+320
|
\
\
\
|
*
|
|
watchdog: Add Toshiba Visconti watchdog driver
Nobuhiro Iwamatsu
2020-10-14
3
-0
/
+204
|
*
|
|
watchdog: it87_wdt: add IT8784 ID
Hanspeter Portner
2020-10-14
1
-1
/
+3
|
*
|
|
watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabled
Guenter Roeck
2020-10-14
1
-0
/
+18
|
*
|
|
watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3
Guenter Roeck
2020-10-14
1
-1
/
+1
|
*
|
|
watchdog: renesas_wdt: support handover from bootloader
Wolfram Sang
2020-10-14
1
-2
/
+10
|
*
|
|
watchdog: imx7ulp: Watchdog should continue running for wait/stop mode
Anson Huang
2020-10-14
1
-1
/
+4
|
*
|
|
watchdog: rti: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-10-14
1
-10
/
+4
|
*
|
|
watchdog: davinci: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-10-14
1
-6
/
+3
|
*
|
|
watchdog: cadence: Simplify with dev_err_probe()
Krzysztof Kozlowski
2020-10-14
1
-6
/
+3
|
*
|
|
watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>
Zhen Lei
2020-10-14
1
-2
/
+0
|
*
|
|
watchdog: Use put_device on error
Dinghao Liu
2020-10-14
1
-1
/
+1
|
*
|
|
watchdog: Fix memleak in watchdog_cdev_register
Dinghao Liu
2020-10-14
1
-1
/
+3
|
*
|
|
watchdog: imx7ulp: Strictly follow the sequence for wdog operations
Anson Huang
2020-10-14
1
-13
/
+61
|
*
|
|
watchdog: it87_wdt: add IT8772 ID
Hanspeter Portner
2020-10-14
1
-1
/
+3
|
*
|
|
watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not needed
Christophe JAILLET
2020-10-14
1
-1
/
+1
|
*
|
|
drivers: watchdog: rdc321x_wdt: Fix race condition bugs
Madhuparna Bhowmik
2020-10-14
1
-3
/
+2
|
|
/
/
*
|
|
Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2020-10-15
3
-0
/
+241
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
watchdog: add support for sl28cpld watchdog
Michael Walle
2020-09-17
3
-0
/
+241
|
|
/
*
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
2
-2
/
+2
|
/
*
Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...
Linus Torvalds
2020-08-12
49
-153
/
+755
|
\
|
*
watchdog: rti-wdt: balance pm runtime enable calls
Tero Kristo
2020-08-05
1
-0
/
+2
|
*
watchdog: rti-wdt: attach to running watchdog during probe
Tero Kristo
2020-08-05
1
-10
/
+102
|
*
watchdog: add support for adjusting last known HW keepalive time
Tero Kristo
2020-08-05
1
-0
/
+30
[next]