| Commit message (Expand) | Author | Age | Files | Lines |
* | ipmi/watchdog: fix wdog hang on panic waiting for ipmi response | Robert Lippert | 2017-04-28 | 1 | -4/+4 |
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | ipmi: make ipmi_usr_hndl const | Corey Minyard | 2017-01-05 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | ipmi/watchdog: use nmi_panic() when kernel panics in NMI handler | Hidehiro Kawai | 2016-03-22 | 1 | -1/+1 |
* | ipmi watchdog : add panic_wdt_timeout parameter | Jean-Yves Faye | 2015-11-16 | 1 | -1/+7 |
* | kernel/params: constify struct kernel_param_ops uses | Luis R. Rodriguez | 2015-05-28 | 1 | -3/+3 |
* | char/ipmi: remove local ioctl defines replaced by generic ones | Oskar Schirmer | 2012-07-23 | 1 | -13/+0 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-03-28 | 1 | -9/+12 |
|\ |
|
| * | ipmi: use locks on watchdog timeout set on reboot | Corey Minyard | 2012-03-28 | 1 | -2/+2 |
| * | ipmi: fix message handling during panics | Corey Minyard | 2012-03-28 | 1 | -7/+10 |
* | | watchdog: nowayout is bool | Wim Van Sebroeck | 2012-03-27 | 1 | -2/+2 |
|/ |
|
* | ipmi_watchdog: restore settings when BMC reset | Corey Minyard | 2011-12-20 | 1 | -3/+38 |
* | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -22/+11 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+1 |
* | x86: Convert some devices to use DIE_NMIUNKNOWN | Don Zickus | 2011-01-07 | 1 | -1/+1 |
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl | Linus Torvalds | 2010-10-22 | 1 | -0/+1 |
|\ |
|
| * | llseek: automatically add .llseek fop | Arnd Bergmann | 2010-10-15 | 1 | -0/+1 |
* | | ipmi: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 2010-09-15 | 1 | -4/+4 |
|/ |
|
* | param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme | Rusty Russell | 2010-08-11 | 1 | -15/+27 |
* | drivers: Push down BKL into various drivers | Arnd Bergmann | 2010-05-17 | 1 | -2/+15 |
* | saner FASYNC handling on file close | Al Viro | 2008-11-01 | 1 | -1/+0 |
* | Merge commit 'v2.6.26' into bkl-removal | Jonathan Corbet | 2008-07-14 | 1 | -2/+1 |
|\ |
|
| * | [PATCH] IPMI: return correct value from ipmi_write | Mark Rustad | 2008-07-11 | 1 | -2/+1 |
* | | ipmi-watchdog: BKL pushdown | Arnd Bergmann | 2008-06-20 | 1 | -0/+3 |
|/ |
|
* | IPMI: Style fixes in the misc code | Corey Minyard | 2008-04-29 | 1 | -111/+133 |
* | [WATCHDOG] ipmi: add the standard watchdog timeout ioctls | Corey Minyard | 2007-11-28 | 1 | -0/+2 |
* | IPMI: new NMI handling | Corey Minyard | 2007-10-18 | 1 | -41/+105 |
* | IPMI: add polled interface | Corey Minyard | 2007-10-18 | 1 | -46/+59 |
* | IPMI: remove bogus semaphore from watchdog | Corey Minyard | 2007-10-18 | 1 | -14/+3 |
* | Revert "ipmi: add new IPMI nmi watchdog handling" | Linus Torvalds | 2007-05-14 | 1 | -92/+42 |
* | no longer #include <asm/kdebug.h> | Adrian Bunk | 2007-05-08 | 1 | -1/+0 |
* | move die notifier handling to common code | Christoph Hellwig | 2007-05-08 | 1 | -0/+1 |
* | ipmi: add new IPMI nmi watchdog handling | Corey Minyard | 2007-05-08 | 1 | -42/+94 |
* | [PATCH] Fix IPMI watchdog set_param_str() using kstrdup | Sebastien Dugué | 2006-12-30 | 1 | -6/+5 |
* | [PATCH] IPMI: remove zero inits | Randy Dunlap | 2006-12-10 | 1 | -9/+9 |
* | [PATCH] IPMI: Allow hot system interface remove | Corey Minyard | 2006-12-07 | 1 | -43/+78 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [PATCH] make more file_operation structs static | Arjan van de Ven | 2006-07-03 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] IPMI: watchdog handle panic properly | Corey Minyard | 2006-06-28 | 1 | -8/+10 |
* | [PATCH] ipmi: strstrip conversion | Pekka Enberg | 2006-06-23 | 1 | -16/+9 |
* | [PATCH] IPMI: convert from semaphores to mutexes | Corey Minyard | 2006-03-31 | 1 | -23/+30 |
* | [PATCH] IPMI: tidy up various things | Corey Minyard | 2006-03-31 | 1 | -4/+4 |
* | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -2/+4 |
* | [PATCH] ipmi: add full sysfs support | Corey Minyard | 2006-03-26 | 1 | -1/+1 |
* | [PATCH] ipmi: fix watchdog timeout panic handling | Corey Minyard | 2005-11-07 | 1 | -4/+9 |
* | [PATCH] ipmi: watchdog parms in sysfs | Corey Minyard | 2005-11-07 | 1 | -50/+196 |
* | [PATCH] drivers/char: fix-up schedule_timeout() usage | Nishanth Aravamudan | 2005-09-10 | 1 | -4/+2 |
* | [PATCH] ipmi: style cleanups | Corey Minyard | 2005-09-07 | 1 | -10/+9 |