index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
hpwdt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: nowayout is bool
Wim Van Sebroeck
2012-03-27
1
-2
/
+2
*
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
2012-03-27
1
-17
/
+10
*
watchdog: hpwdt: clean up set_memory_x call for 32 bit
Maxim Uvarov
2012-02-28
1
-2
/
+3
*
watchdog: hpwdt: Changes to handle NX secure bit in 32bit path
Mingarelli, Thomas
2011-12-26
1
-1
/
+4
*
x86, nmi, drivers: Fix nmi splitup build bug
Ingo Molnar
2011-10-10
1
-0
/
+1
*
x86, nmi: Wire up NMI handlers to new routines
Don Zickus
2011-10-10
1
-18
/
+6
*
watchdog: hpwdt: prevent multiple "NMI occurred" messages
Naga Chumbalkar
2011-09-20
1
-4
/
+5
*
watchdog: hpwdt: add next gen HP servers
Thomas Mingarelli
2011-07-28
1
-27
/
+77
*
watchdog: convert to DEFINE_PCI_DEVICE_TABLE
Wim Van Sebroeck
2011-03-15
1
-1
/
+1
*
watchdog: hpwdt: eliminate section mismatch warning
Axel Lin
2011-03-14
1
-2
/
+2
*
x86: Convert some devices to use DIE_NMIUNKNOWN
Don Zickus
2011-01-07
1
-1
/
+1
*
x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...
Don Zickus
2010-12-22
1
-2
/
+2
*
x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog
Don Zickus
2010-11-18
1
-6
/
+1
*
watchdog: hpwdt (12/12): Make NMI decoding a compile-time option
dann frazier
2010-08-13
1
-1
/
+26
*
watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functions
dann frazier
2010-08-13
1
-55
/
+69
*
watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing"
dann frazier
2010-08-13
1
-10
/
+10
*
watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization
dann frazier
2010-08-13
1
-17
/
+19
*
watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT
dann frazier
2010-08-13
1
-0
/
+9
*
watchdog: hpwdt (7/12): allow full range of timer values supported by hardware
dann frazier
2010-08-13
1
-2
/
+3
*
watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro
dann frazier
2010-08-13
1
-2
/
+3
*
watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict
dann frazier
2010-08-13
1
-6
/
+5
*
watchdog: hpwdt (4/12): Despecificate driver from iLO2
dann frazier
2010-08-13
1
-6
/
+6
*
watchdog: hpwdt (3/12): Group NMI sourcing specific items together
dann frazier
2010-08-13
1
-25
/
+24
*
watchdog: hpwdt (2/12): Group options that affect watchdog behavior together
dann frazier
2010-08-13
1
-3
/
+3
*
watchdog: hpwdt (1/12): clean-up include-files.
dann frazier
2010-08-13
1
-10
/
+2
*
watchdog: hpwdt: formatting of pointers in printk()
Kulikov Vasiliy
2010-08-08
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
2010-04-06
1
-1
/
+1
|
\
|
*
[WATCHDOG] hpwdt - fix lower timeout limit
Thomas Mingarelli
2010-04-06
1
-1
/
+1
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+0
|
/
*
[WATCHDOG] watchdog_info constify
Wim Van Sebroeck
2010-03-07
1
-1
/
+1
*
[WATCHDOG] hpwdt: Add NMI priority option
Tom Mingarelli
2009-06-23
1
-5
/
+21
*
[WATCHDOG] hpwdt: Add NMI sourcing
Thomas Mingarelli
2009-06-18
1
-15
/
+44
*
dmi: Let dmi_walk() users pass private data
Jean Delvare
2009-03-30
1
-2
/
+2
*
[WATCHDOG] More coding-style and trivial clean-up
Wim Van Sebroeck
2009-03-25
1
-1
/
+2
*
[WATCHDOG] struct file_operations should be const
Wim Van Sebroeck
2009-03-25
1
-1
/
+1
*
[WATCHDOG] hpwdt.c: Add new HP BMC controller.
Thomas Mingarelli
2009-03-25
1
-8
/
+7
*
[WATCHDOG] hpwdt: Fix kdump when using hpwdt
Bernhard Walle
2008-12-01
1
-1
/
+1
*
[WATCHDOG] hpwdt: set the mapped BIOS address space as executable
Bernhard Walle
2008-11-21
1
-0
/
+3
*
[WATCHDOG] hpwdt.c kdebug support
Thomas Mingarelli
2008-08-26
1
-43
/
+50
*
[WATCHDOG] more coding style clean-up's
Wim Van Sebroeck
2008-08-06
1
-2
/
+2
*
[WATCHDOG] hpwdt.c - fix double includes
Wim Van Sebroeck
2008-08-06
1
-2
/
+0
*
[WATCHDOG] Merge code clean-up's from Alan Cox.
Wim Van Sebroeck
2008-08-06
1
-2
/
+2
|
\
|
*
[WATCHDOG 11/57] hpwdt: couple of include cleanups
Alan Cox
2008-05-27
1
-2
/
+2
*
|
hpwdt: don't use static flags
Alexey Dobriyan
2008-07-30
1
-1
/
+1
*
|
[watchdog] hpwdt: fix use of inline assembly
Linus Torvalds
2008-06-20
1
-75
/
+80
*
|
Revert "[WATCHDOG] hpwdt: Fix NMI handling."
Wim Van Sebroeck
2008-06-18
1
-12
/
+15
*
|
Revert "[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static"
Thomas Mingarelli
2008-06-17
1
-4
/
+4
|
/
*
[WATCHDOG] hpwdt: Fix NMI handling.
Mingarelli, Thomas
2008-05-25
1
-15
/
+12
*
[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static
Adrian Bunk
2008-03-06
1
-4
/
+4
*
[WATCHDOG] hpwdt: Use dmi_walk() instead of own copy
Roland Dreier
2008-03-06
1
-183
/
+20
[next]