index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-21
watchdog: Add hrtimer-based pretimeout feature
Curtis Klein
6
-32
/
+121
2021-06-21
watchdog: qcom: Move suspend/resume to suspend_late/resume_early
Sai Prakash Ranjan
1
-1
/
+3
2021-06-21
watchdog: Fix a typo in the file orion_wdt.c
Bhaskar Chowdhury
1
-1
/
+1
2021-06-21
watchdog: jz4740: Fix return value check in jz4740_wdt_probe()
Wei Yongjun
1
-2
/
+2
2021-06-21
watchdog: Remove MV64x60 watchdog driver
Christophe Leroy
3
-329
/
+0
2021-06-21
watchdog: mtk: support pre-timeout when the bark irq is available
Wang Qing
1
-5
/
+72
2021-06-21
watchdog: fix syntactic kernel-doc issues
Lukas Bulwahn
7
-15
/
+17
2021-06-21
watchdog: wdat_wdg: fix typo
Flavio Suligoi
1
-2
/
+2
2021-06-21
watchdog: bcm7038_wdt: add big endian support
Álvaro Fernández Rojas
1
-6
/
+25
2021-06-21
watchdog: sl28cpld_wdt: Fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-06-21
watchdog: of_xilinx_wdt: Skip printing pointer value
Srinivas Neeli
1
-2
/
+2
2021-06-21
watchdog: of_xilinx_wdt: Remove passing null pointer
Srinivas Neeli
1
-10
/
+9
2021-06-21
watchdog: of_xilinx_wdt: Used dev_dbg()
Srinivas Goud
1
-1
/
+3
2021-06-21
watchdog: of_xilinx_wdt: Used BIT macro
Srinivas Goud
1
-4
/
+5
2021-06-21
watchdog: of_xilinx_wdt: Add comment to spinlock
Srinivas Goud
1
-1
/
+1
2021-06-21
watchdog: meson_wdt: Use device_get_match_data() helper
Tian Tao
1
-7
/
+1
2021-06-21
watchdog: Fix a typo in Kconfig
Wong Vee Khee
1
-1
/
+1
2021-06-21
watchdog: it87_wdt: remove useless function
Jiapeng Chong
1
-8
/
+0
2021-06-21
watchdog: aspeed: fix hardware timeout calculation
Tao Ren
1
-1
/
+1
2021-06-21
watchdog: clean up the Kconfig file
Randy Dunlap
1
-23
/
+28
2021-06-21
watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functions
Juerg Haefliger
4
-18
/
+21
2021-06-21
watchdog: Fix possible use-after-free by calling del_timer_sync()
Zou Wei
2
-2
/
+2
2021-06-21
watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()
Zou Wei
1
-1
/
+1
2021-06-21
watchdog: Add {min,max}_timeout sysfs nodes
Juerg Haefliger
1
-0
/
+20
2021-06-21
watchdog: sp805: Fix kernel doc description
Andy Shevchenko
1
-1
/
+2
2021-06-21
watchdog: sp805: Use devm_clk_get_optional()
Andy Shevchenko
1
-21
/
+19
2021-06-21
watchdog/hpwdt: New PCI IDs
Jerry Hoemann
1
-0
/
+1
2021-06-21
watchdog: dw_wdt: Fix duplicate included linux/kernel.h
Jiapeng Chong
1
-5
/
+4
2021-06-21
watchdog: Fix possible use-after-free in wdt_startup()
Zou Wei
1
-1
/
+1
2021-06-21
watchdog: imx2_wdt: avoid to ping before resume back
Robin Gong
1
-0
/
+10
2021-06-21
watchdog: mtx-1: drop au1000.h header file
Randy Dunlap
1
-2
/
+0
2021-06-21
watchdog: sbsa: Support architecture version 1
Shaokun Zhang
1
-6
/
+48
2021-06-21
watchdog: keembay: Typo corrections and other blank operations
Shruthi Sanil
1
-4
/
+7
2021-06-21
watchdog: keembay: WDT SMC handler MACRO name update
Shruthi Sanil
1
-3
/
+3
2021-06-21
watchdog: keembay: Removed timeout update in the TO ISR
Shruthi Sanil
1
-1
/
+0
2021-06-21
watchdog: keembay: MACRO for WDT enable and disable values
Shruthi Sanil
1
-2
/
+4
2021-06-21
watchdog: keembay: Remove timeout update in the WDT start function
Shruthi Sanil
1
-1
/
+0
2021-06-21
watchdog: keembay: Clear either the TO or TH interrupt bit
Shruthi Sanil
1
-3
/
+4
2021-06-21
watchdog: keembay: Update pretimeout to zero in the TH ISR
Shruthi Sanil
1
-0
/
+2
2021-06-21
watchdog: keembay: Upadate WDT pretimeout for every update in timeout
Shruthi Sanil
1
-0
/
+1
2021-06-21
watchdog: keembay: Update WDT pre-timeout during the initialization
Shruthi Sanil
1
-0
/
+3
2021-06-10
watchdog/octeon-wdt: Directly include linux/irqdomain.h
Marc Zyngier
1
-0
/
+1
2021-05-17
watchdog: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-04-28
Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
3
-0
/
+305
2021-04-26
Merge tag 'arm-newsoc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2021-04-14
Merge tag 'v5.12-rc7' into driver-core-next
Greg Kroah-Hartman
1
-2
/
+2
2021-04-14
Merge tag 'ib-mfd-watchdog-v5.13' into ibs-for-mfd-merged
Lee Jones
3
-0
/
+305
2021-04-09
treewide: change my e-mail address, fix my name
Marek Behún
1
-2
/
+2
2021-04-09
watchdog: npcm: Add support for WPCM450
Jonathan Neuschäfer
1
-0
/
+1
2021-03-23
watchdog: retu_wdt: Clean-up by using managed work init
Matti Vaittinen
1
-16
/
+6
[prev]
[next]