index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Wu Bo
2021-12-21
1
-1
/
+1
*
ipmi: fix initialization when workqueue allocation fails
Thadeu Lima de Souza Cascardo
2021-12-17
1
-6
/
+9
*
ipmi: bail out if init_srcu_struct fails
Thadeu Lima de Souza Cascardo
2021-12-17
1
-1
/
+3
*
ipmi:ipmb: Fix unknown command response
Corey Minyard
2021-11-25
1
-3
/
+5
*
ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking
Corey Minyard
2021-11-25
1
-4
/
+15
*
ipmi: fix oob access due to uninit smi_msg type
Jakub Kicinski
2021-11-25
1
-0
/
+1
*
ipmi: msghandler: Make symbol 'remove_work_wq' static
Wei Yongjun
2021-11-23
1
-1
/
+1
*
ipmi: Move remove_work to dedicated workqueue
Ioanna Alifieraki
2021-11-15
1
-1
/
+12
*
char: ipmi: replace snprintf in show functions with sysfs_emit
Ye Guojin
2021-10-21
1
-10
/
+10
*
ipmi: Add support for IPMB direct messages
Corey Minyard
2021-10-05
1
-33
/
+255
*
ipmi: Export ipmb_checksum()
Corey Minyard
2021-10-05
1
-1
/
+2
*
ipmi: Check error code before processing BMC response
Corey Minyard
2021-10-05
1
-1
/
+8
*
ipmi: Disable some operations during a panic
Corey Minyard
2021-10-05
1
-3
/
+7
*
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-07-01
1
-0
/
+1
*
ipmi_si: Join string literals back
Andy Shevchenko
2021-04-02
1
-2
/
+1
*
ipmi_si: Introduce ipmi_panic_event_str[] array
Andy Shevchenko
2021-04-02
1
-32
/
+19
*
ipmi: Refine retry conditions for getting device id
Terry Duncan
2021-03-10
1
-4
/
+2
*
ipmi: msghandler: Suppress suspicious RCU usage warning
Qinglang Miao
2020-11-19
1
-1
/
+2
*
ipmi: msghandler: Fix a signedness bug
Dan Carpenter
2020-09-18
1
-1
/
+1
*
ipmi: add retry in try_get_dev_id()
Xianting Tian
2020-09-16
1
-2
/
+0
*
ipmi:msghandler: retry to get device id on an error
Xianting Tian
2020-09-15
1
-4
/
+25
*
ipmi: Reset response handler when failing to send the command
Markus Boehme
2020-09-15
1
-1
/
+3
*
ipmi: add a newline when printing parameter 'panic_op' by sysfs
Xiongfeng Wang
2020-09-03
1
-4
/
+4
*
char: ipmi: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-08-18
1
-7
/
+6
*
ipmi: remve duplicate code in __ipmi_bmc_register()
Jing Xiangfeng
2020-07-20
1
-2
/
+0
*
ipmi: Replace guid_copy() with import_guid() where it makes sense
Andy Shevchenko
2020-05-18
1
-1
/
+1
*
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
2020-05-18
1
-3
/
+4
*
ipmi: fix hung processes in __get_guid()
Wen Yang
2020-04-03
1
-2
/
+2
*
drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
Amol Grover
2020-03-12
1
-4
/
+10
*
ipmi: Fix memory leak in __ipmi_bmc_register
Navid Emamdoost
2019-10-22
1
-1
/
+4
*
ipmi: use %*ph to print small buffer
Andy Shevchenko
2019-10-22
1
-23
/
+4
*
ipmi: Don't allow device module unload when in use
Corey Minyard
2019-10-22
1
-7
/
+16
*
ipmi: move message error checking to avoid deadlock
Tony Camuso
2019-08-22
1
-57
/
+57
*
ipmi: Free receive messages when in an oops
Corey Minyard
2019-08-16
1
-2
/
+5
*
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
2019-06-24
1
-4
/
+4
*
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
2019-04-17
1
-1
/
+1
*
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
2019-04-17
1
-1
/
+1
*
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
2019-04-17
1
-2
/
+17
*
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-09
1
-1
/
+1
*
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-09
1
-4
/
+4
*
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
1
-74
/
+90
*
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-09
1
-34
/
+85
*
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
2019-01-23
1
-63
/
+80
*
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
2019-01-23
1
-1
/
+1
*
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
2019-01-23
1
-1
/
+1
*
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2019-01-23
1
-8
/
+18
*
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
2018-09-18
1
-1
/
+1
*
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
2018-09-18
1
-27
/
+24
*
ipmi: Rework SMI registration failure
Corey Minyard
2018-08-31
1
-23
/
+30
*
ipmi: Properly release srcu locks on error conditions
Corey Minyard
2018-05-24
1
-18
/
+25
[next]