index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-04-02
ipmi_si: Join string literals back
Andy Shevchenko
2021-04-02
ipmi_si: Introduce ipmi_panic_event_str[] array
Andy Shevchenko
2021-03-10
ipmi: Refine retry conditions for getting device id
Terry Duncan
2020-11-19
ipmi: msghandler: Suppress suspicious RCU usage warning
Qinglang Miao
2020-09-18
ipmi: msghandler: Fix a signedness bug
Dan Carpenter
2020-09-16
ipmi: add retry in try_get_dev_id()
Xianting Tian
2020-09-15
ipmi:msghandler: retry to get device id on an error
Xianting Tian
2020-09-15
ipmi: Reset response handler when failing to send the command
Markus Boehme
2020-09-03
ipmi: add a newline when printing parameter 'panic_op' by sysfs
Xiongfeng Wang
2020-08-18
char: ipmi: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-07-20
ipmi: remve duplicate code in __ipmi_bmc_register()
Jing Xiangfeng
2020-05-18
ipmi: Replace guid_copy() with import_guid() where it makes sense
Andy Shevchenko
2020-05-18
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
2020-04-03
ipmi: fix hung processes in __get_guid()
Wen Yang
2020-03-12
drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
Amol Grover
2019-10-22
ipmi: Fix memory leak in __ipmi_bmc_register
Navid Emamdoost
2019-10-22
ipmi: use %*ph to print small buffer
Andy Shevchenko
2019-10-22
ipmi: Don't allow device module unload when in use
Corey Minyard
2019-08-22
ipmi: move message error checking to avoid deadlock
Tony Camuso
2019-08-16
ipmi: Free receive messages when in an oops
Corey Minyard
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
2019-04-17
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
2019-04-17
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
2019-04-17
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
2019-02-09
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-09
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-09
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-01-23
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
2019-01-23
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
2019-01-23
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
2019-01-23
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2018-09-18
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
2018-09-18
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
2018-05-24
ipmi: Properly release srcu locks on error conditions
Corey Minyard
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
2018-04-18
ipmi: Remove condition on interface shutdown
Corey Minyard
2018-04-18
ipmi: Rework locking and shutdown for hot remove
Corey Minyard
2018-04-18
ipmi: Fix some counter issues
Corey Minyard
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
2018-04-18
ipmi: Rename ipmi_user_t to struct ipmi_user *
Corey Minyard
2018-04-18
ipmi: Clean up some style issues in the message handler
Corey Minyard
2018-04-18
ipmi: Break up i_ipmi_request
Corey Minyard
2018-04-18
ipmi: Clean up some debug code
Corey Minyard
2018-04-18
ipmi: Add a panic handler for IPMI users
Corey Minyard
2018-04-18
ipmi: Add a maintenance mode for IPMB messages
Corey Minyard
2018-04-18
ipmi: Add a way to tune some timeouts
Corey Minyard
[next]