index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
hpwdt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
watchdog: hpwdt.c: Increase version string
Tom Mingarelli
1
-1
/
+1
2012-11-28
watchdog: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
watchdog: remove use of __devinit
Bill Pemberton
1
-13
/
+13
2012-11-28
watchdog: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-10
hpwdt: Fix kdump issue in hpwdt
Toshi Kani
1
-0
/
+3
2012-06-28
watchdog: hpwdt: Unregister NMI events on exit.
Mingarelli, Thomas
1
-1
/
+3
2012-05-23
watchdog: Use module_pci_driver
Wim Van Sebroeck
1
-12
/
+1
2012-05-21
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-22
/
+24
2012-04-26
hpwdt: Only BYTE reads/writes to WD Timer port 0x72
Mingarelli, Thomas
1
-3
/
+3
2012-04-25
x86/nmi: Add new NMI queues to deal with IO_CHK and SERR
Don Zickus
1
-7
/
+20
2012-04-25
watchdog, hpwdt: Remove priority option for NMI callback
Don Zickus
1
-15
/
+4
2012-03-27
watchdog: nowayout is bool
Wim Van Sebroeck
1
-2
/
+2
2012-03-27
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
1
-17
/
+10
2012-02-28
watchdog: hpwdt: clean up set_memory_x call for 32 bit
Maxim Uvarov
1
-2
/
+3
2011-12-26
watchdog: hpwdt: Changes to handle NX secure bit in 32bit path
Mingarelli, Thomas
1
-1
/
+4
2011-10-10
x86, nmi, drivers: Fix nmi splitup build bug
Ingo Molnar
1
-0
/
+1
2011-10-10
x86, nmi: Wire up NMI handlers to new routines
Don Zickus
1
-18
/
+6
2011-09-20
watchdog: hpwdt: prevent multiple "NMI occurred" messages
Naga Chumbalkar
1
-4
/
+5
2011-07-28
watchdog: hpwdt: add next gen HP servers
Thomas Mingarelli
1
-27
/
+77
2011-03-15
watchdog: convert to DEFINE_PCI_DEVICE_TABLE
Wim Van Sebroeck
1
-1
/
+1
2011-03-14
watchdog: hpwdt: eliminate section mismatch warning
Axel Lin
1
-2
/
+2
2011-01-07
x86: Convert some devices to use DIE_NMIUNKNOWN
Don Zickus
1
-1
/
+1
2010-12-22
x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...
Don Zickus
1
-2
/
+2
2010-11-18
x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog
Don Zickus
1
-6
/
+1
2010-08-13
watchdog: hpwdt (12/12): Make NMI decoding a compile-time option
dann frazier
1
-1
/
+26
2010-08-13
watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functions
dann frazier
1
-55
/
+69
2010-08-13
watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing"
dann frazier
1
-10
/
+10
2010-08-13
watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization
dann frazier
1
-17
/
+19
2010-08-13
watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT
dann frazier
1
-0
/
+9
2010-08-13
watchdog: hpwdt (7/12): allow full range of timer values supported by hardware
dann frazier
1
-2
/
+3
2010-08-13
watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro
dann frazier
1
-2
/
+3
2010-08-13
watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict
dann frazier
1
-6
/
+5
2010-08-13
watchdog: hpwdt (4/12): Despecificate driver from iLO2
dann frazier
1
-6
/
+6
2010-08-13
watchdog: hpwdt (3/12): Group NMI sourcing specific items together
dann frazier
1
-25
/
+24
2010-08-13
watchdog: hpwdt (2/12): Group options that affect watchdog behavior together
dann frazier
1
-3
/
+3
2010-08-13
watchdog: hpwdt (1/12): clean-up include-files.
dann frazier
1
-10
/
+2
2010-08-08
watchdog: hpwdt: formatting of pointers in printk()
Kulikov Vasiliy
1
-2
/
+2
2010-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
1
-1
/
+1
2010-04-06
[WATCHDOG] hpwdt - fix lower timeout limit
Thomas Mingarelli
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+0
2010-03-07
[WATCHDOG] watchdog_info constify
Wim Van Sebroeck
1
-1
/
+1
2009-06-23
[WATCHDOG] hpwdt: Add NMI priority option
Tom Mingarelli
1
-5
/
+21
2009-06-18
[WATCHDOG] hpwdt: Add NMI sourcing
Thomas Mingarelli
1
-15
/
+44
2009-03-30
dmi: Let dmi_walk() users pass private data
Jean Delvare
1
-2
/
+2
2009-03-25
[WATCHDOG] More coding-style and trivial clean-up
Wim Van Sebroeck
1
-1
/
+2
2009-03-25
[WATCHDOG] struct file_operations should be const
Wim Van Sebroeck
1
-1
/
+1
2009-03-25
[WATCHDOG] hpwdt.c: Add new HP BMC controller.
Thomas Mingarelli
1
-8
/
+7
2008-12-01
[WATCHDOG] hpwdt: Fix kdump when using hpwdt
Bernhard Walle
1
-1
/
+1
2008-11-21
[WATCHDOG] hpwdt: set the mapped BIOS address space as executable
Bernhard Walle
1
-0
/
+3
2008-08-26
[WATCHDOG] hpwdt.c kdebug support
Thomas Mingarelli
1
-43
/
+50
[next]