aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/hpwdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-05watchdog: hpwdt: drop warning after calling watchdog_init_timeoutWolfram Sang1-2/+1
2018-12-22watchdog/hpwdt: Update driver version.Jerry Hoemann1-1/+1
2018-12-22watchdog/hpwdt: Do not claim unsupported hardwareJerry Hoemann1-0/+1
2018-12-22watchdog/hpwdt: Exclude via blacklistJerry Hoemann1-5/+7
2018-10-02watchdog: hpwdt: Disable PreTimeout when Timeout is smallerJerry Hoemann1-0/+4
2018-10-02watchdog: hpwdt: Update version number.Jerry Hoemann1-1/+1
2018-10-02watchdog: hpwdt: Module paramerter alias.Jerry Hoemann1-0/+3
2018-10-02watchdog: hpwdt: Display module parameters.Jerry Hoemann1-3/+6
2018-10-02watchdog: hpwdt: Claim NMI from iLOJerry Hoemann1-1/+1
2018-10-02watchdog: hpwdt: Initialize pretimeout from module parameter.Jerry Hoemann1-2/+2
2018-05-21watchdog: hpwdt: Claim NMIs generated by iLO5Jerry Hoemann1-1/+1
2018-03-03watchdog: hpwdt: Update driver version.Jerry Hoemann1-1/+1
2018-03-03watchdog: hpwdt: Add dynamic debugJerry Hoemann1-0/+11
2018-03-03watchdog: hpwdt: Programable Pretimeout NMIJerry Hoemann1-4/+49
2018-03-03watchdog: hpwdt: remove allow_kdump module parameter.Jerry Hoemann1-13/+3
2018-03-03watchdog: hpwdt: condition early return of NMI handler on iLO5Jerry Hoemann1-1/+5
2018-03-03watchdog: hpwdt: Modify to use watchdog core.Jerry Hoemann1-169/+47
2018-03-03watchdog: hpwdt: Update nmi_panic message.Jerry Hoemann1-8/+12
2018-03-03watchdog: hpwdt: Update Module info and copyright.Jerry Hoemann1-2/+2
2018-03-03watchdog: hpwdt: Remove legacy NMI sourcing.Jerry Hoemann1-492/+9
2017-12-28watchdog: hpwdt: fix unused variable warningArnd Bergmann1-1/+1
2017-12-28watchdog: hpwdt: Check source of NMIJerry Hoemann1-0/+10
2017-12-17watchdog: hpwdt: SMBIOS checkJerry Hoemann1-1/+1
2017-05-08drivers/watchdog/hpwdt.c: use set_memory.h headerLaura Abbott1-1/+1
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