index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_watchdog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-19
ipmi: Use more common logging styles
Joe Perches
1
-27
/
+25
2018-04-18
ipmi: Rename ipmi_user_t to struct ipmi_user *
Corey Minyard
1
-2
/
+2
2018-04-18
ipmi:watchdog: Use the IPMI panic handler instead of the system one
Corey Minyard
1
-37
/
+23
2018-04-18
ipmi:watchdog: Replace printk() with pr_xxx()
Corey Minyard
1
-30
/
+20
2018-04-18
ipmi:watchdog: Rework locking and handling
Corey Minyard
1
-155
/
+140
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
1
-21
/
+1
2018-02-12
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-1
/
+1
2018-01-31
Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-2
/
+2
2018-01-09
ipmi: use correct string length
Xiongfeng Wang
1
-1
/
+1
2017-12-12
ipmi watchdog: fix typo in parameter description
Wei Yongjun
1
-1
/
+1
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-09-28
ipmi: Get the device id through a function
Corey Minyard
1
-3
/
+8
2017-07-10
Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-3
/
+4
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-05-08
ipmi/watchdog: fix watchdog timeout set on reboot
Valentin Vidic
1
-3
/
+4
2017-04-28
ipmi/watchdog: fix wdog hang on panic waiting for ipmi response
Robert Lippert
1
-4
/
+4
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-01-06
ipmi: make ipmi_usr_hndl const
Corey Minyard
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-03-23
ipmi/watchdog: use nmi_panic() when kernel panics in NMI handler
Hidehiro Kawai
1
-1
/
+1
2015-11-16
ipmi watchdog : add panic_wdt_timeout parameter
Jean-Yves Faye
1
-1
/
+7
2015-05-28
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
1
-3
/
+3
2012-07-23
char/ipmi: remove local ioctl defines replaced by generic ones
Oskar Schirmer
1
-13
/
+0
2012-03-29
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-9
/
+12
2012-03-29
ipmi: use locks on watchdog timeout set on reboot
Corey Minyard
1
-2
/
+2
2012-03-29
ipmi: fix message handling during panics
Corey Minyard
1
-7
/
+10
2012-03-27
watchdog: nowayout is bool
Wim Van Sebroeck
1
-2
/
+2
2011-12-20
ipmi_watchdog: restore settings when BMC reset
Corey Minyard
1
-3
/
+38
2011-10-10
x86, nmi: Wire up NMI handlers to new routines
Don Zickus
1
-22
/
+11
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-01-07
x86: Convert some devices to use DIE_NMIUNKNOWN
Don Zickus
1
-1
/
+1
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-09-15
ipmi: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-4
/
+4
2010-08-11
param: update drivers/char/ipmi/ipmi_watchdog.c to new scheme
Rusty Russell
1
-15
/
+27
2010-05-17
drivers: Push down BKL into various drivers
Arnd Bergmann
1
-2
/
+15
2008-11-01
saner FASYNC handling on file close
Al Viro
1
-1
/
+0
2008-07-15
Merge commit 'v2.6.26' into bkl-removal
Jonathan Corbet
1
-2
/
+1
2008-07-12
[PATCH] IPMI: return correct value from ipmi_write
Mark Rustad
1
-2
/
+1
2008-06-21
ipmi-watchdog: BKL pushdown
Arnd Bergmann
1
-0
/
+3
2008-04-29
IPMI: Style fixes in the misc code
Corey Minyard
1
-111
/
+133
2007-11-28
[WATCHDOG] ipmi: add the standard watchdog timeout ioctls
Corey Minyard
1
-0
/
+2
2007-10-19
IPMI: new NMI handling
Corey Minyard
1
-41
/
+105
2007-10-19
IPMI: add polled interface
Corey Minyard
1
-46
/
+59
2007-10-19
IPMI: remove bogus semaphore from watchdog
Corey Minyard
1
-14
/
+3
2007-05-15
Revert "ipmi: add new IPMI nmi watchdog handling"
Linus Torvalds
1
-92
/
+42
2007-05-08
no longer #include <asm/kdebug.h>
Adrian Bunk
1
-1
/
+0
2007-05-08
move die notifier handling to common code
Christoph Hellwig
1
-0
/
+1
2007-05-08
ipmi: add new IPMI nmi watchdog handling
Corey Minyard
1
-42
/
+94
2006-12-30
[PATCH] Fix IPMI watchdog set_param_str() using kstrdup
Sebastien Dugué
1
-6
/
+5
[next]