index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
hpwdt.c
Commit message (
Expand
)
Author
Age
*
watchdog: Use module_pci_driver
Wim Van Sebroeck
2012-05-23
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-05-21
|
\
|
*
x86/nmi: Add new NMI queues to deal with IO_CHK and SERR
Don Zickus
2012-04-25
|
*
watchdog, hpwdt: Remove priority option for NMI callback
Don Zickus
2012-04-25
*
|
hpwdt: Only BYTE reads/writes to WD Timer port 0x72
Mingarelli, Thomas
2012-04-26
|
/
*
watchdog: nowayout is bool
Wim Van Sebroeck
2012-03-27
*
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
2012-03-27
*
watchdog: hpwdt: clean up set_memory_x call for 32 bit
Maxim Uvarov
2012-02-28
*
watchdog: hpwdt: Changes to handle NX secure bit in 32bit path
Mingarelli, Thomas
2011-12-26
*
x86, nmi, drivers: Fix nmi splitup build bug
Ingo Molnar
2011-10-10
*
x86, nmi: Wire up NMI handlers to new routines
Don Zickus
2011-10-10
*
watchdog: hpwdt: prevent multiple "NMI occurred" messages
Naga Chumbalkar
2011-09-20
*
watchdog: hpwdt: add next gen HP servers
Thomas Mingarelli
2011-07-28
*
watchdog: convert to DEFINE_PCI_DEVICE_TABLE
Wim Van Sebroeck
2011-03-15
*
watchdog: hpwdt: eliminate section mismatch warning
Axel Lin
2011-03-14
*
x86: Convert some devices to use DIE_NMIUNKNOWN
Don Zickus
2011-01-07
*
x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...
Don Zickus
2010-12-22
*
x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog
Don Zickus
2010-11-18
*
watchdog: hpwdt (12/12): Make NMI decoding a compile-time option
dann frazier
2010-08-13
*
watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functions
dann frazier
2010-08-13
*
watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing"
dann frazier
2010-08-13
*
watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization
dann frazier
2010-08-13
*
watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT
dann frazier
2010-08-13
*
watchdog: hpwdt (7/12): allow full range of timer values supported by hardware
dann frazier
2010-08-13
*
watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro
dann frazier
2010-08-13
*
watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict
dann frazier
2010-08-13
*
watchdog: hpwdt (4/12): Despecificate driver from iLO2
dann frazier
2010-08-13
*
watchdog: hpwdt (3/12): Group NMI sourcing specific items together
dann frazier
2010-08-13
*
watchdog: hpwdt (2/12): Group options that affect watchdog behavior together
dann frazier
2010-08-13
*
watchdog: hpwdt (1/12): clean-up include-files.
dann frazier
2010-08-13
*
watchdog: hpwdt: formatting of pointers in printk()
Kulikov Vasiliy
2010-08-08
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
2010-04-06
|
\
|
*
[WATCHDOG] hpwdt - fix lower timeout limit
Thomas Mingarelli
2010-04-06
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
|
/
*
[WATCHDOG] watchdog_info constify
Wim Van Sebroeck
2010-03-07
*
[WATCHDOG] hpwdt: Add NMI priority option
Tom Mingarelli
2009-06-23
*
[WATCHDOG] hpwdt: Add NMI sourcing
Thomas Mingarelli
2009-06-18
*
dmi: Let dmi_walk() users pass private data
Jean Delvare
2009-03-30
*
[WATCHDOG] More coding-style and trivial clean-up
Wim Van Sebroeck
2009-03-25
*
[WATCHDOG] struct file_operations should be const
Wim Van Sebroeck
2009-03-25
*
[WATCHDOG] hpwdt.c: Add new HP BMC controller.
Thomas Mingarelli
2009-03-25
*
[WATCHDOG] hpwdt: Fix kdump when using hpwdt
Bernhard Walle
2008-12-01
*
[WATCHDOG] hpwdt: set the mapped BIOS address space as executable
Bernhard Walle
2008-11-21
*
[WATCHDOG] hpwdt.c kdebug support
Thomas Mingarelli
2008-08-26
*
[WATCHDOG] more coding style clean-up's
Wim Van Sebroeck
2008-08-06
*
[WATCHDOG] hpwdt.c - fix double includes
Wim Van Sebroeck
2008-08-06
*
[WATCHDOG] Merge code clean-up's from Alan Cox.
Wim Van Sebroeck
2008-08-06
|
\
|
*
[WATCHDOG 11/57] hpwdt: couple of include cleanups
Alan Cox
2008-05-27
*
|
hpwdt: don't use static flags
Alexey Dobriyan
2008-07-30
*
|
[watchdog] hpwdt: fix use of inline assembly
Linus Torvalds
2008-06-20
[next]