aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
2023-06-28ipmi: move message error checking to avoid deadlockTony Camuso
2023-06-28ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard
2023-05-17ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard
2023-01-18ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2023-01-18ipmi: fix memleak when unload ipmi driverZhang Yuchen
2021-12-29ipmi: fix initialization when workqueue allocation failsThadeu Lima de Souza Cascardo
2021-12-29ipmi: bail out if init_srcu_struct failsThadeu Lima de Souza Cascardo
2021-12-29ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler moduleWu Bo
2021-12-08ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun
2021-12-08ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki
2020-06-25ipmi: use vzalloc instead of kmalloc for user creationFeng Tang
2020-04-17ipmi: fix hung processes in __get_guid()Wen Yang
2020-01-27ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost
2019-12-31ipmi: Don't allow device module unload when in useCorey Minyard
2019-11-20ipmi: fix return value of ipmi_set_my_LUNYueHaibing
2019-04-27ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard
2019-01-26ipmi: Don't initialize anything in the core until something uses itCorey Minyard
2019-01-26ipmi: Prevent use-after-free in deliver_responseFred Klassen
2019-01-26ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-01-26ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang
2018-08-31ipmi: Rework SMI registration failureCorey Minyard
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard
2018-05-09ipmi: Remove the proc interfaceCorey Minyard
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard
2018-04-18ipmi: Remove condition on interface shutdownCorey Minyard
2018-04-18ipmi: Rework locking and shutdown for hot removeCorey Minyard
2018-04-18ipmi: Fix some counter issuesCorey Minyard
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard
2018-04-18ipmi: Clean up some style issues in the message handlerCorey Minyard
2018-04-18ipmi: Break up i_ipmi_requestCorey Minyard
2018-04-18ipmi: Clean up some debug codeCorey Minyard
2018-04-18ipmi: Add a panic handler for IPMI usersCorey Minyard
2018-04-18ipmi: Add a maintenance mode for IPMB messagesCorey Minyard
2018-04-18ipmi: Add a way to tune some timeoutsCorey Minyard
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches
2018-01-08ipmi: use correct string lengthXiongfeng Wang
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-28ipmi: remove redundant initialization of bmcColin Ian King
2017-09-28ipmi: Clean up some print operationsCorey Minyard
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard
2017-09-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard
2017-09-27ipmi: Rescan channel list on BMC changesCorey Minyard
2017-09-27ipmi: Move lun and address out of channel structCorey Minyard
2017-09-27ipmi: Retry BMC registration on a failureCorey Minyard
2017-09-27ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard
2017-09-27ipmi: Use a temporary BMC for an interfaceCorey Minyard