aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/hpwdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-28watchdog: hpwdt: add next gen HP serversThomas Mingarelli1-27/+77
2011-03-15watchdog: convert to DEFINE_PCI_DEVICE_TABLEWim Van Sebroeck1-1/+1
2011-03-14watchdog: hpwdt: eliminate section mismatch warningAxel Lin1-2/+2
2011-01-07x86: Convert some devices to use DIE_NMIUNKNOWNDon Zickus1-1/+1
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTORDon Zickus1-2/+2
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-6/+1
2010-08-13watchdog: hpwdt (12/12): Make NMI decoding a compile-time optiondann frazier1-1/+26
2010-08-13watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functionsdann frazier1-55/+69
2010-08-13watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing"dann frazier1-10/+10
2010-08-13watchdog: hpwdt (9/12): hpwdt_pretimeout reorganizationdann frazier1-17/+19
2010-08-13watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFTdann frazier1-0/+9
2010-08-13watchdog: hpwdt (7/12): allow full range of timer values supported by hardwaredann frazier1-2/+3
2010-08-13watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macrodann frazier1-2/+3
2010-08-13watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strictdann frazier1-6/+5
2010-08-13watchdog: hpwdt (4/12): Despecificate driver from iLO2dann frazier1-6/+6
2010-08-13watchdog: hpwdt (3/12): Group NMI sourcing specific items togetherdann frazier1-25/+24
2010-08-13watchdog: hpwdt (2/12): Group options that affect watchdog behavior togetherdann frazier1-3/+3
2010-08-13watchdog: hpwdt (1/12): clean-up include-files.dann frazier1-10/+2
2010-08-08watchdog: hpwdt: formatting of pointers in printk()Kulikov Vasiliy1-2/+2
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds1-1/+1
2010-04-06[WATCHDOG] hpwdt - fix lower timeout limitThomas Mingarelli1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-07[WATCHDOG] watchdog_info constifyWim Van Sebroeck1-1/+1
2009-06-23[WATCHDOG] hpwdt: Add NMI priority optionTom Mingarelli1-5/+21
2009-06-18[WATCHDOG] hpwdt: Add NMI sourcingThomas Mingarelli1-15/+44
2009-03-30dmi: Let dmi_walk() users pass private dataJean Delvare1-2/+2
2009-03-25[WATCHDOG] More coding-style and trivial clean-upWim Van Sebroeck1-1/+2
2009-03-25[WATCHDOG] struct file_operations should be constWim Van Sebroeck1-1/+1
2009-03-25[WATCHDOG] hpwdt.c: Add new HP BMC controller. Thomas Mingarelli1-8/+7
2008-12-01[WATCHDOG] hpwdt: Fix kdump when using hpwdtBernhard Walle1-1/+1
2008-11-21[WATCHDOG] hpwdt: set the mapped BIOS address space as executableBernhard Walle1-0/+3
2008-08-26[WATCHDOG] hpwdt.c kdebug supportThomas Mingarelli1-43/+50
2008-08-06[WATCHDOG] more coding style clean-up'sWim Van Sebroeck1-2/+2
2008-08-06[WATCHDOG] hpwdt.c - fix double includesWim Van Sebroeck1-2/+0
2008-08-06[WATCHDOG] Merge code clean-up's from Alan Cox.Wim Van Sebroeck1-2/+2
2008-07-30hpwdt: don't use static flagsAlexey Dobriyan1-1/+1
2008-06-20[watchdog] hpwdt: fix use of inline assemblyLinus Torvalds1-75/+80
2008-06-18Revert "[WATCHDOG] hpwdt: Fix NMI handling."Wim Van Sebroeck1-12/+15
2008-06-17Revert "[WATCHDOG] make watchdog/hpwdt.c:asminline_call() static"Thomas Mingarelli1-4/+4
2008-05-27[WATCHDOG 11/57] hpwdt: couple of include cleanupsAlan Cox1-2/+2
2008-05-25[WATCHDOG] hpwdt: Fix NMI handling.Mingarelli, Thomas1-15/+12
2008-03-06[WATCHDOG] make watchdog/hpwdt.c:asminline_call() staticAdrian Bunk1-4/+4
2008-03-06[WATCHDOG] hpwdt: Use dmi_walk() instead of own copyRoland Dreier1-183/+20
2008-03-06[WATCHDOG] Fix return value warning in hpwdtRoland Dreier1-11/+8
2008-03-06[WATCHDOG] Fix declaration of struct smbios_entry_point in hpwdtRoland Dreier1-1/+1
2008-02-18[WATCHDOG] HP ProLiant WatchDog driverThomas Mingarelli1-0/+926