summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
2023-01-18ipmi: fix use after free in _ipmi_destroy_user()Dan Carpenter
2023-01-18ipmi: fix memleak when unload ipmi driverZhang Yuchen
2022-06-14ipmi: Fix pr_fmt to avoid compilation issuesCorey Minyard
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
2021-11-17ipmi: Disable some operations during a panicCorey Minyard
2020-06-24ipmi: use vzalloc instead of kmalloc for user creationFeng Tang
2020-04-17ipmi: fix hung processes in __get_guid()Wen Yang
2020-01-26ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost
2019-12-31ipmi: Don't allow device module unload when in useCorey Minyard
2019-08-22ipmi: move message error checking to avoid deadlockTony Camuso
2019-08-16ipmi: Free receive messages when in an oopsCorey Minyard
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard
2019-02-09ipmi: Use dedicated API for copying a UUIDAndy Shevchenko
2019-02-09ipmi: Use defined constant for UUID representationAndy Shevchenko
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2018-09-18ipmi: fix return value of ipmi_set_my_LUNYueHaibing
2018-09-18ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches
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