summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_watchdog.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-19ipmi_watchdog: Fix read syscall not responding to signals during sleepCorey Minyard1-1/+1
2022-12-05ipmi/watchdog: use strscpy() to instead of strncpy()yang.yang29@zte.com.cn1-2/+1
2022-11-05ipmi/watchdog: Include <linux/kstrtox.h> when appropriateChristophe JAILLET1-0/+1
2022-05-12ipmi: Add an intializer for ipmi_recv_msg structCorey Minyard1-9/+5
2022-05-12ipmi: Add an intializer for ipmi_smi_msg structCorey Minyard1-9/+5
2022-01-17ipmi/watchdog: Constify identRikard Falkeborn1-1/+1
2021-10-05ipmi: Disable some operations during a panicCorey Minyard1-5/+12
2021-10-05ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard1-4/+4
2021-05-13ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu1-10/+12
2020-11-17ipmi/watchdog: replace atomic_add() and atomic_sub()Yejune Deng1-4/+4
2020-07-21ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang1-2/+7
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann1-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-09-19ipmi: Use more common logging stylesJoe Perches1-27/+25
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard1-2/+2
2018-04-18ipmi:watchdog: Use the IPMI panic handler instead of the system oneCorey Minyard1-37/+23
2018-04-18ipmi:watchdog: Replace printk() with pr_xxx()Corey Minyard1-30/+20
2018-04-18ipmi:watchdog: Rework locking and handlingCorey Minyard1-155/+140
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-21/+1
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-01-31Merge tag 'for-linus-4.16-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-2/+2
2018-01-09ipmi: use correct string lengthXiongfeng Wang1-1/+1
2017-12-12ipmi watchdog: fix typo in parameter descriptionWei Yongjun1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-09-28ipmi: Get the device id through a functionCorey Minyard1-3/+8
2017-07-10Merge tag 'for-linus-4.13-v2' of git://github.com/cminyard/linux-ipmiLinus Torvalds1-3/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-05-08ipmi/watchdog: fix watchdog timeout set on rebootValentin Vidic1-3/+4
2017-04-28ipmi/watchdog: fix wdog hang on panic waiting for ipmi responseRobert Lippert1-4/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-01-06ipmi: make ipmi_usr_hndl constCorey Minyard1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-03-23ipmi/watchdog: use nmi_panic() when kernel panics in NMI handlerHidehiro Kawai1-1/+1
2015-11-16ipmi watchdog : add panic_wdt_timeout parameterJean-Yves Faye1-1/+7
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-3/+3
2012-07-23char/ipmi: remove local ioctl defines replaced by generic onesOskar Schirmer1-13/+0
2012-03-29Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-9/+12
2012-03-29ipmi: use locks on watchdog timeout set on rebootCorey Minyard1-2/+2
2012-03-29ipmi: fix message handling during panicsCorey Minyard1-7/+10
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2011-12-20ipmi_watchdog: restore settings when BMC resetCorey Minyard1-3/+38
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-22/+11
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-01-07x86: Convert some devices to use DIE_NMIUNKNOWNDon Zickus1-1/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-15ipmi: autoconvert trivial BKL users to private mutexArnd Bergmann1-4/+4
2010-08-11param: update drivers/char/ipmi/ipmi_watchdog.c to new schemeRusty Russell1-15/+27
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-2/+15
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0