aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/hpwdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-03watchdog: hpwdt: add support for iLO5Brian Boylston1-3/+5
2016-03-22hpwdt: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-6/+5
2016-02-25watchdog/hpwdt: Fix build on certain configsIngo Molnar1-0/+1
2016-02-24watchdog/hpwdt: Create stack frame in asminline_call()Josh Poimboeuf1-4/+4
2015-12-28watchdog: hpwdt: HP rebrandingMingarelli, Thomas1-6/+6
2015-06-22watchdog: hpwdt: Add support for WDIOC_SETOPTIONSJean Delvare1-1/+15
2015-02-17watchdog: hpwdt: Fix initialization message in hpwdt.cMasanari Iida1-1/+1
2014-03-31watchdog: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-28watchdog: hpwdt patch to display informative stringThomas Mingarelli1-3/+8
2014-01-28watchdog: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsJean Delvare1-1/+0
2013-10-10watchdog: hpwdt: Patch to ignore auxilary iLO devicesMingarelli, Thomas1-0/+6
2013-09-11lto, watchdog/hpwdt.c: make assembler label globalAndi Kleen1-2/+4
2013-07-11watchdog: hpwdt: Add check for UEFI bitsMingarelli, Thomas1-4/+7
2012-12-19watchdog: hpwdt.c: Increase version stringTom Mingarelli1-1/+1
2012-11-28watchdog: remove use of __devexitBill Pemberton1-1/+1
2012-11-28watchdog: remove use of __devinitBill Pemberton1-13/+13
2012-11-28watchdog: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-10hpwdt: Fix kdump issue in hpwdtToshi Kani1-0/+3
2012-06-28watchdog: hpwdt: Unregister NMI events on exit.Mingarelli, Thomas1-1/+3
2012-05-23watchdog: Use module_pci_driverWim Van Sebroeck1-12/+1
2012-05-21Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-22/+24
2012-04-26hpwdt: Only BYTE reads/writes to WD Timer port 0x72Mingarelli, Thomas1-3/+3
2012-04-25x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus1-7/+20
2012-04-25watchdog, hpwdt: Remove priority option for NMI callbackDon Zickus1-15/+4
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-17/+10
2012-02-28watchdog: hpwdt: clean up set_memory_x call for 32 bitMaxim Uvarov1-2/+3
2011-12-26watchdog: hpwdt: Changes to handle NX secure bit in 32bit pathMingarelli, Thomas1-1/+4
2011-10-10x86, nmi, drivers: Fix nmi splitup build bugIngo Molnar1-0/+1
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-18/+6
2011-09-20watchdog: hpwdt: prevent multiple "NMI occurred" messagesNaga Chumbalkar1-4/+5
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