index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
watchdog_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: core: Fix circular locking dependency
Guenter Roeck
2016-05-14
1
-1
/
+0
*
watchdog: Ensure that wdd is not dereferenced if NULL
Guenter Roeck
2016-03-16
1
-2
/
+4
*
watchdog: Add support for minimum time between heartbeats
Guenter Roeck
2016-03-16
1
-0
/
+15
*
watchdog: Make stop function optional
Guenter Roeck
2016-03-16
1
-1
/
+5
*
watchdog: Introduce WDOG_HW_RUNNING flag
Guenter Roeck
2016-03-16
1
-13
/
+39
*
watchdog: Introduce hardware maximum heartbeat in watchdog core
Guenter Roeck
2016-03-16
1
-8
/
+121
*
watchdog: Make set_timeout function optional
Guenter Roeck
2016-03-16
1
-2
/
+9
*
watchdog: Drop pointer to watchdog device from struct watchdog_device
Guenter Roeck
2016-01-11
1
-5
/
+4
*
watchdog: Add support for creating driver specific sysfs attributes
Guenter Roeck
2016-01-11
1
-2
/
+3
*
watchdog: Separate and maintain variables based on variable lifetime
Guenter Roeck
2015-12-29
1
-180
/
+203
*
watchdog: Create watchdog device in watchdog_dev.c
Guenter Roeck
2015-12-29
1
-13
/
+60
*
watchdog: Read device status through sysfs attributes
Pratyush Anand
2015-12-27
1
-0
/
+114
*
watchdog: Use static struct class watchdog_class in stead of pointer
Pratyush Anand
2015-12-27
1
-4
/
+22
*
watchdog: core: propagate ping error code to the user space
Alexander Usyskin
2015-11-03
1
-4
/
+8
*
watchdog: watchdog_dev: Use single variable name for struct watchdog_device
Guenter Roeck
2015-11-03
1
-76
/
+75
*
watchdog: core: don't try to stop device if not running
Hector Palacios
2013-07-11
1
-2
/
+4
*
watchdog: Fix race condition in registration code
Guenter Roeck
2013-05-09
1
-1
/
+2
*
watchdog: core: dt: add support for the timeout-sec dt property
Fabio Porcedda
2013-03-01
1
-2
/
+1
*
watchdog: core: fix WDIOC_GETSTATUS return value
Wim Van Sebroeck
2012-06-28
1
-1
/
+1
*
watchdog: Add support for dynamically allocated watchdog_device structs
Hans de Goede
2012-05-30
1
-1
/
+54
*
watchdog: Add Locking support
Hans de Goede
2012-05-30
1
-0
/
+21
*
watchdog: watchdog_dev: Rewrite wrapper code
Hans de Goede
2012-05-30
1
-40
/
+130
*
watchdog: use dev_ functions
Alan Cox
2012-05-30
1
-3
/
+2
*
watchdog: create all the proper device files
Alan Cox
2012-05-30
1
-0
/
+1
*
watchdog: Add multiple device support
Alan Cox
2012-05-30
1
-45
/
+82
*
watchdog: correct the name of the watchdog_core inlude file
Wim Van Sebroeck
2012-05-30
1
-1
/
+1
*
watchdog: Add watchdog_active() routine
Viresh Kumar
2012-05-30
1
-3
/
+3
*
watchdog: watchdog_dev: include private header to pickup global symbol protot...
H Hartley Sweeten
2012-05-30
1
-0
/
+2
*
watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
Viresh Kumar
2012-03-27
1
-0
/
+5
*
watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...
Hans de Goede
2012-03-27
1
-1
/
+0
*
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
2012-03-27
1
-5
/
+5
*
watchdog: WatchDog Timer Driver Core - use passed watchdog_device
H Hartley Sweeten
2011-09-20
1
-7
/
+7
*
watchdog: WatchDog Timer Driver Core - Add minimum and max timeout
Wim Van Sebroeck
2011-07-28
1
-0
/
+3
*
watchdog: WatchDog Timer Driver Core - Add ioctl call
Wim Van Sebroeck
2011-07-28
1
-0
/
+6
*
watchdog: WatchDog Timer Driver Core - Add nowayout feature
Wim Van Sebroeck
2011-07-28
1
-5
/
+13
*
watchdog: WatchDog Timer Driver Core - Add Magic Close feature
Wim Van Sebroeck
2011-07-28
1
-3
/
+24
*
watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...
Wim Van Sebroeck
2011-07-28
1
-0
/
+20
*
watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctl
Wim Van Sebroeck
2011-07-28
1
-7
/
+72
*
watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctl
Wim Van Sebroeck
2011-07-28
1
-0
/
+5
*
watchdog: WatchDog Timer Driver Core - Add basic ioctl functionality
Wim Van Sebroeck
2011-07-28
1
-0
/
+32
*
watchdog: WatchDog Timer Driver Core - Add basic framework
Wim Van Sebroeck
2011-07-28
1
-0
/
+235