| Commit message (Expand) | Author | Age | Files | Lines |
* | watchdog: hpwdt: Claim NMIs generated by iLO5 | Jerry Hoemann | 2018-05-21 | 1 | -1/+1 |
* | watchdog: hpwdt: Update driver version. | Jerry Hoemann | 2018-03-03 | 1 | -1/+1 |
* | watchdog: hpwdt: Add dynamic debug | Jerry Hoemann | 2018-03-03 | 1 | -0/+11 |
* | watchdog: hpwdt: Programable Pretimeout NMI | Jerry Hoemann | 2018-03-03 | 1 | -4/+49 |
* | watchdog: hpwdt: remove allow_kdump module parameter. | Jerry Hoemann | 2018-03-03 | 1 | -13/+3 |
* | watchdog: hpwdt: condition early return of NMI handler on iLO5 | Jerry Hoemann | 2018-03-03 | 1 | -1/+5 |
* | watchdog: hpwdt: Modify to use watchdog core. | Jerry Hoemann | 2018-03-03 | 1 | -169/+47 |
* | watchdog: hpwdt: Update nmi_panic message. | Jerry Hoemann | 2018-03-03 | 1 | -8/+12 |
* | watchdog: hpwdt: Update Module info and copyright. | Jerry Hoemann | 2018-03-03 | 1 | -2/+2 |
* | watchdog: hpwdt: Remove legacy NMI sourcing. | Jerry Hoemann | 2018-03-03 | 1 | -492/+9 |
* | watchdog: hpwdt: fix unused variable warning | Arnd Bergmann | 2017-12-28 | 1 | -1/+1 |
* | watchdog: hpwdt: Check source of NMI | Jerry Hoemann | 2017-12-28 | 1 | -0/+10 |
* | watchdog: hpwdt: SMBIOS check | Jerry Hoemann | 2017-12-17 | 1 | -1/+1 |
* | drivers/watchdog/hpwdt.c: use set_memory.h header | Laura Abbott | 2017-05-08 | 1 | -1/+1 |
* | watchdog: hpwdt: add support for iLO5 | Brian Boylston | 2016-10-03 | 1 | -3/+5 |
* | hpwdt: use nmi_panic() when kernel panics in NMI handler | Hidehiro Kawai | 2016-03-22 | 1 | -6/+5 |
* | watchdog/hpwdt: Fix build on certain configs | Ingo Molnar | 2016-02-25 | 1 | -0/+1 |
* | watchdog/hpwdt: Create stack frame in asminline_call() | Josh Poimboeuf | 2016-02-24 | 1 | -4/+4 |
* | watchdog: hpwdt: HP rebranding | Mingarelli, Thomas | 2015-12-28 | 1 | -6/+6 |
* | watchdog: hpwdt: Add support for WDIOC_SETOPTIONS | Jean Delvare | 2015-06-22 | 1 | -1/+15 |
* | watchdog: hpwdt: Fix initialization message in hpwdt.c | Masanari Iida | 2015-02-17 | 1 | -1/+1 |
* | watchdog: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-31 | 1 | -1/+0 |
* | watchdog: hpwdt patch to display informative string | Thomas Mingarelli | 2014-01-28 | 1 | -3/+8 |
* | watchdog: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 2014-01-28 | 1 | -1/+1 |
* | watchdog: Get rid of MODULE_ALIAS_MISCDEV statements | Jean Delvare | 2013-11-17 | 1 | -1/+0 |
* | watchdog: hpwdt: Patch to ignore auxilary iLO devices | Mingarelli, Thomas | 2013-10-10 | 1 | -0/+6 |
* | lto, watchdog/hpwdt.c: make assembler label global | Andi Kleen | 2013-09-11 | 1 | -2/+4 |
* | watchdog: hpwdt: Add check for UEFI bits | Mingarelli, Thomas | 2013-07-11 | 1 | -4/+7 |
* | watchdog: hpwdt.c: Increase version string | Tom Mingarelli | 2012-12-19 | 1 | -1/+1 |
* | watchdog: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | watchdog: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -13/+13 |
* | watchdog: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | hpwdt: Fix kdump issue in hpwdt | Toshi Kani | 2012-09-10 | 1 | -0/+3 |
* | watchdog: hpwdt: Unregister NMI events on exit. | Mingarelli, Thomas | 2012-06-28 | 1 | -1/+3 |
* | watchdog: Use module_pci_driver | Wim Van Sebroeck | 2012-05-23 | 1 | -12/+1 |
* | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-21 | 1 | -22/+24 |
|\ |
|
| * | x86/nmi: Add new NMI queues to deal with IO_CHK and SERR | Don Zickus | 2012-04-25 | 1 | -7/+20 |
| * | watchdog, hpwdt: Remove priority option for NMI callback | Don Zickus | 2012-04-25 | 1 | -15/+4 |
* | | hpwdt: Only BYTE reads/writes to WD Timer port 0x72 | Mingarelli, Thomas | 2012-04-26 | 1 | -3/+3 |
|/ |
|
* | watchdog: nowayout is bool | Wim Van Sebroeck | 2012-03-27 | 1 | -2/+2 |
* | watchdog: Use pr_<fmt> and pr_<level> | Joe Perches | 2012-03-27 | 1 | -17/+10 |
* | watchdog: hpwdt: clean up set_memory_x call for 32 bit | Maxim Uvarov | 2012-02-28 | 1 | -2/+3 |
* | watchdog: hpwdt: Changes to handle NX secure bit in 32bit path | Mingarelli, Thomas | 2011-12-26 | 1 | -1/+4 |
* | x86, nmi, drivers: Fix nmi splitup build bug | Ingo Molnar | 2011-10-10 | 1 | -0/+1 |
* | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -18/+6 |
* | watchdog: hpwdt: prevent multiple "NMI occurred" messages | Naga Chumbalkar | 2011-09-20 | 1 | -4/+5 |
* | watchdog: hpwdt: add next gen HP servers | Thomas Mingarelli | 2011-07-28 | 1 | -27/+77 |
* | watchdog: convert to DEFINE_PCI_DEVICE_TABLE | Wim Van Sebroeck | 2011-03-15 | 1 | -1/+1 |
* | watchdog: hpwdt: eliminate section mismatch warning | Axel Lin | 2011-03-14 | 1 | -2/+2 |
* | x86: Convert some devices to use DIE_NMIUNKNOWN | Don Zickus | 2011-01-07 | 1 | -1/+1 |