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