index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-14
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
26
-77
/
+1068
2016-10-12
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2016-10-08
watchdog: imx2_wdt: add pretimeout function support
Vladimir Zapolskiy
1
-0
/
+48
2016-10-08
watchdog: softdog: implement pretimeout support
Wolfram Sang
1
-1
/
+21
2016-10-08
watchdog: pretimeout: add pretimeout_available_governors attribute
Vladimir Zapolskiy
3
-1
/
+31
2016-10-08
watchdog: pretimeout: add option to select a pretimeout governor in runtime
Vladimir Zapolskiy
3
-1
/
+98
2016-10-08
watchdog: pretimeout: add panic pretimeout governor
Vladimir Zapolskiy
5
-4
/
+66
2016-10-08
watchdog: pretimeout: add noop pretimeout governor
Vladimir Zapolskiy
4
-0
/
+81
2016-10-08
watchdog: add watchdog pretimeout governor framework
Vladimir Zapolskiy
5
-1
/
+205
2016-10-06
mips: separate extable.h, switch module.h to it
Al Viro
1
-0
/
+1
2016-10-04
Merge tag 'usb-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-3
/
+1
2016-10-03
watchdog: hpwdt: add support for iLO5
Brian Boylston
1
-3
/
+5
2016-09-29
watchdog: wdat_wdt: Fix warning for using 0 as NULL
Wei Yongjun
1
-2
/
+2
2016-09-29
watchdog: wdat_wdt: fix return value check in wdat_wdt_probe()
Wei Yongjun
1
-3
/
+4
2016-09-24
watchdog: add pretimeout support to the core
Wolfram Sang
1
-2
/
+54
2016-09-24
watchdog: imx2_wdt: use preferred BIT macro instead of open coded values
Vladimir Zapolskiy
1
-6
/
+6
2016-09-24
watchdog: st_wdt: Remove support for obsolete platforms
Peter Griffin
1
-33
/
+0
2016-09-24
watchdog: mt7621_wdt: Remove assignment of dev pointer
Guenter Roeck
1
-1
/
+0
2016-09-24
watchdog: rt2880_wdt: Remove assignment of dev pointer
Matt Redfearn
1
-1
/
+0
2016-09-24
watchdog: constify watchdog_ops structures
Julia Lawall
6
-6
/
+6
2016-09-24
watchdog: tegra: constify watchdog_ops structures
Julia Lawall
1
-1
/
+1
2016-09-24
watchdog: iTCO_wdt: constify iTCO_wdt_pm structure
Julia Lawall
1
-1
/
+1
2016-09-24
watchdog: cadence_wdt: Fix the suspend resume
Shubhrajyoti Datta
1
-7
/
+11
2016-09-24
ACPI / watchdog: Add support for WDAT hardware watchdog
Mika Westerberg
3
-0
/
+539
2016-09-23
watchdog: txx9wdt: Add missing clock (un)prepare calls for CCF
Geert Uytterhoeven
1
-3
/
+3
2016-09-23
watchdog-asm9260: Delete owner assignment
Markus Elfring
1
-1
/
+0
2016-09-23
watchdog: ziirave_wdt: Add support to upload the firmware.
Enric Balletbo i Serra
1
-5
/
+404
2016-09-23
watchdog: xilinx: Add clock support
Shubhrajyoti Datta
1
-2
/
+23
2016-09-23
watchdog: pcwd_usb: don't print error when allocating urb fails
Wolfram Sang
1
-3
/
+1
2016-09-23
watchdog: dw_wdt: Read clock rate only once and validate it
Guenter Roeck
1
-2
/
+9
2016-09-23
watchdog: core: Fix devres_alloc() allocation size
Guenter Roeck
1
-1
/
+1
2016-08-30
watchdog: pcwd_usb: don't print error when allocating urb fails
Wolfram Sang
1
-3
/
+1
2016-07-27
watchdog: gpio_wdt: Fix missing platform_set_drvdata() in gpio_wdt_probe()
Wei Yongjun
1
-0
/
+2
2016-07-25
watchdog: core: Clear WDOG_HW_RUNNING before calling the stop function
Guenter Roeck
1
-2
/
+4
2016-07-25
watchdog: core: Fix error handling of watchdog_dev_init()
Wei Yongjun
1
-3
/
+8
2016-07-25
watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()
Wei Yongjun
1
-2
/
+2
2016-07-25
watchdog: pic32-dmt: Remove .owner field for driver
Wei Yongjun
1
-1
/
+0
2016-07-25
watchdog: pic32-wdt: Remove .owner field for driver
Wei Yongjun
1
-1
/
+0
2016-07-19
watchdog: sbsa: Drop status function
Guenter Roeck
1
-10
/
+0
2016-07-19
watchdog: Implement status function in watchdog core
Guenter Roeck
1
-7
/
+27
2016-07-18
watchdog: tangox: Set max_hw_heartbeat_ms instead of max_timeout
Guenter Roeck
1
-1
/
+1
2016-07-17
watchdog: change watchdog_need_worker logic
Rasmus Villemoes
1
-3
/
+7
2016-07-17
watchdog: add support for MCP78S chipset in nv_tco
Alexey Kunitskiy
1
-0
/
+2
2016-07-17
watchdog: bcm2835_wdt: remove redundant ->set_timeout callback
Rasmus Villemoes
1
-7
/
+0
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
[next]