aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/hpwdt.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-28watchdog: hpwdt: add next gen HP serversGravatar Thomas Mingarelli 1-27/+77
2011-03-15watchdog: convert to DEFINE_PCI_DEVICE_TABLEGravatar Wim Van Sebroeck 1-1/+1
2011-03-14watchdog: hpwdt: eliminate section mismatch warningGravatar Axel Lin 1-2/+2
2011-01-07x86: Convert some devices to use DIE_NMIUNKNOWNGravatar Don Zickus 1-1/+1
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Gravatar Don Zickus 1-2/+2
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogGravatar Don Zickus 1-6/+1
2010-08-13watchdog: hpwdt (12/12): Make NMI decoding a compile-time optionGravatar dann frazier 1-1/+26
2010-08-13watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functionsGravatar dann frazier 1-55/+69
2010-08-13watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing"Gravatar dann frazier 1-10/+10
2010-08-13watchdog: hpwdt (9/12): hpwdt_pretimeout reorganizationGravatar dann frazier 1-17/+19
2010-08-13watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFTGravatar dann frazier 1-0/+9
2010-08-13watchdog: hpwdt (7/12): allow full range of timer values supported by hardwareGravatar dann frazier 1-2/+3
2010-08-13watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macroGravatar dann frazier 1-2/+3
2010-08-13watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strictGravatar dann frazier 1-6/+5
2010-08-13watchdog: hpwdt (4/12): Despecificate driver from iLO2Gravatar dann frazier 1-6/+6
2010-08-13watchdog: hpwdt (3/12): Group NMI sourcing specific items togetherGravatar dann frazier 1-25/+24
2010-08-13watchdog: hpwdt (2/12): Group options that affect watchdog behavior togetherGravatar dann frazier 1-3/+3
2010-08-13watchdog: hpwdt (1/12): clean-up include-files.Gravatar dann frazier 1-10/+2
2010-08-08watchdog: hpwdt: formatting of pointers in printk()Gravatar Kulikov Vasiliy 1-2/+2
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogGravatar Linus Torvalds 1-1/+1
2010-04-06[WATCHDOG] hpwdt - fix lower timeout limitGravatar Thomas Mingarelli 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2010-03-07[WATCHDOG] watchdog_info constifyGravatar Wim Van Sebroeck 1-1/+1
2009-06-23[WATCHDOG] hpwdt: Add NMI priority optionGravatar Tom Mingarelli 1-5/+21
2009-06-18[WATCHDOG] hpwdt: Add NMI sourcingGravatar Thomas Mingarelli 1-15/+44
2009-03-30dmi: Let dmi_walk() users pass private dataGravatar Jean Delvare 1-2/+2
2009-03-25[WATCHDOG] More coding-style and trivial clean-upGravatar Wim Van Sebroeck 1-1/+2
2009-03-25[WATCHDOG] struct file_operations should be constGravatar Wim Van Sebroeck 1-1/+1
2009-03-25[WATCHDOG] hpwdt.c: Add new HP BMC controller. Gravatar Thomas Mingarelli 1-8/+7
2008-12-01[WATCHDOG] hpwdt: Fix kdump when using hpwdtGravatar Bernhard Walle 1-1/+1
2008-11-21[WATCHDOG] hpwdt: set the mapped BIOS address space as executableGravatar Bernhard Walle 1-0/+3
2008-08-26[WATCHDOG] hpwdt.c kdebug supportGravatar Thomas Mingarelli 1-43/+50
2008-08-06[WATCHDOG] more coding style clean-up'sGravatar Wim Van Sebroeck 1-2/+2
2008-08-06[WATCHDOG] hpwdt.c - fix double includesGravatar Wim Van Sebroeck 1-2/+0
2008-08-06[WATCHDOG] Merge code clean-up's from Alan Cox.Gravatar Wim Van Sebroeck 1-2/+2
2008-07-30hpwdt: don't use static flagsGravatar Alexey Dobriyan 1-1/+1
2008-06-20[watchdog] hpwdt: fix use of inline assemblyGravatar Linus Torvalds 1-75/+80
2008-06-18Revert "[WATCHDOG] hpwdt: Fix NMI handling."Gravatar Wim Van Sebroeck 1-12/+15
2008-06-17Revert "[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static"Gravatar Thomas Mingarelli 1-4/+4
2008-05-27[WATCHDOG 11/57] hpwdt: couple of include cleanupsGravatar Alan Cox 1-2/+2
2008-05-25[WATCHDOG] hpwdt: Fix NMI handling.Gravatar Mingarelli, Thomas 1-15/+12
2008-03-06[WATCHDOG] make watchdog/hpwdt.c:asminline_call() staticGravatar Adrian Bunk 1-4/+4
2008-03-06[WATCHDOG] hpwdt: Use dmi_walk() instead of own copyGravatar Roland Dreier 1-183/+20
2008-03-06[WATCHDOG] Fix return value warning in hpwdtGravatar Roland Dreier 1-11/+8
2008-03-06[WATCHDOG] Fix declaration of struct smbios_entry_point in hpwdtGravatar Roland Dreier 1-1/+1
2008-02-18[WATCHDOG] HP ProLiant WatchDog driverGravatar Thomas Mingarelli 1-0/+926