aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/hpwdt.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-03watchdog/hpwdt: Support Suspend and ResumeJerry Hoemann1-0/+25
2023-12-17watchdog/hpwdt: Remove unused variableJerry Hoemann1-4/+0
2023-12-17watchdog/hpwdt: Remove redundant test.Jerry Hoemann1-3/+0
2023-12-17watchdog/hpwdt: Only claim UNKNOWN NMI if from iLOJerry Hoemann1-1/+1
2022-10-02watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODINGJerry Hoemann1-0/+2
2021-06-21watchdog/hpwdt: New PCI IDsJerry Hoemann1-0/+1
2021-02-07watchdog: hpwdt: Assign boolean values to a bool variableJiapeng Zhong1-3/+3
2020-12-13watchdog/hpwdt: Reflect changesJerry Hoemann1-1/+1
2020-12-13watchdog/hpwdt: Disable NMI in Crash KernelJerry Hoemann1-0/+6
2019-07-08watchdog/hpwdt: Reflect changesJerry Hoemann1-1/+1
2019-07-08watchdog/hpwdt: Add module parameter kdumptimeout.Jerry Hoemann1-3/+24
2019-07-08watchdog/hpwdt: Have core ping watchdog.Jerry Hoemann1-2/+10
2019-07-08watchdog/hpwdt: Advertize max_hw_heartbeat_msJerry Hoemann1-5/+5
2019-07-08watchdog/hpwdt: Stop hpwdt on unregister.Jerry Hoemann1-3/+1
2019-07-08watchdog: hpwdt: drop warning after registering deviceWolfram Sang1-3/+1
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/k...Linus 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...Don 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 imp...Tejun 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