summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-181-2/+2
* ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard2018-04-181-37/+23
* ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard2018-04-181-30/+20
* ipmi:watchdog: Rework locking and handlingCorey Minyard2018-04-181-155/+140
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-271-21/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds2018-01-311-2/+2
|\
| * ipmi: use correct string lengthXiongfeng Wang2018-01-081-1/+1
| * ipmi watchdog: fix typo in parameter descriptionWei Yongjun2017-12-121-1/+1
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* ipmi: Get the device id through a functionCorey Minyard2017-09-271-3/+8
* Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2017-07-101-3/+4
|\
| * ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic2017-05-081-3/+4
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert2017-04-281-4/+4
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-051-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai2016-03-221-1/+1
* ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye2015-11-161-1/+7
* kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-3/+3
* char/ipmi: remove local ioctl defines replaced by generic onesOskar Schirmer2012-07-231-13/+0
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-9/+12
|\
| * ipmi: use locks on watchdog timeout set on rebootCorey Minyard2012-03-281-2/+2
| * ipmi: fix message handling during panicsCorey Minyard2012-03-281-7/+10
* | watchdog: nowayout is boolWim Van Sebroeck2012-03-271-2/+2
|/
* ipmi_watchdog: restore settings when BMC resetCorey Minyard2011-12-201-3/+38
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-22/+11
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* x86: Convert some devices to use DIE_NMIUNKNOWNDon Zickus2011-01-071-1/+1
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann2010-09-151-4/+4
|/
* param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell2010-08-111-15/+27
* drivers: Push down BKL into various driversArnd Bergmann2010-05-171-2/+15
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-141-2/+1
|\
| * [PATCH] IPMI: return correct value from ipmi_writeMark Rustad2008-07-111-2/+1
* | ipmi-watchdog: BKL pushdownArnd Bergmann2008-06-201-0/+3
|/
* IPMI: Style fixes in the misc codeCorey Minyard2008-04-291-111/+133
* [WATCHDOG] ipmi: add the standard watchdog timeout ioctlsCorey Minyard2007-11-281-0/+2
* IPMI: new NMI handlingCorey Minyard2007-10-181-41/+105
* IPMI: add polled interfaceCorey Minyard2007-10-181-46/+59
* IPMI: remove bogus semaphore from watchdogCorey Minyard2007-10-181-14/+3
* Revert "ipmi: add new IPMI nmi watchdog handling"Linus Torvalds2007-05-141-92/+42
* no longer #include <asm/kdebug.h>Adrian Bunk2007-05-081-1/+0
* move die notifier handling to common codeChristoph Hellwig2007-05-081-0/+1
* ipmi: add new IPMI nmi watchdog handlingCorey Minyard2007-05-081-42/+94
* [PATCH] Fix IPMI watchdog set_param_str() using kstrdupSebastien Dugué2006-12-301-6/+5
* [PATCH] IPMI: remove zero initsRandy Dunlap2006-12-101-9/+9
OpenPOWER on IntegriCloud