summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-02ipmi_si: Join string literals backAndy Shevchenko1-2/+1
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko1-32/+19
2021-03-11ipmi: Refine retry conditions for getting device idTerry Duncan1-4/+2
2020-11-19ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao1-1/+2
2020-09-19ipmi: msghandler: Fix a signedness bugDan Carpenter1-1/+1
2020-09-16ipmi: add retry in try_get_dev_id()Xianting Tian1-2/+0
2020-09-15ipmi:msghandler: retry to get device id on an errorXianting Tian1-4/+25
2020-09-15ipmi: Reset response handler when failing to send the commandMarkus Boehme1-1/+3
2020-09-03ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang1-4/+4
2020-08-18char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais1-7/+6
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng1-2/+0
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko1-1/+1
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationFeng Tang1-3/+4
2020-04-03ipmi: fix hung processes in __get_guid()Wen Yang1-2/+2
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover1-4/+10
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost1-1/+4
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko1-23/+4
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard1-7/+16
2019-08-22ipmi: move message error checking to avoid deadlockTony Camuso1-57/+57
2019-08-17ipmi: Free receive messages when in an oopsCorey Minyard1-2/+5
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-4/+4
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann1-1/+1
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing1-1/+1
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard1-2/+17
2019-02-10ipmi: Use dedicated API for copying a UUIDAndy Shevchenko1-1/+1
2019-02-10ipmi: Use defined constant for UUID representationAndy Shevchenko1-4/+4
2019-02-10ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard1-74/+90
2019-02-10ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard1-34/+85
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard1-63/+80
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang1-1/+1
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen1-1/+1
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-8/+18
2018-09-19ipmi: fix return value of ipmi_set_my_LUNYueHaibing1-1/+1
2018-09-19ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches1-27/+24
2018-08-31ipmi: Rework SMI registration failureCorey Minyard1-23/+30
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard1-18/+25
2018-05-09ipmi: Remove the proc interfaceCorey Minyard1-264/+0
2018-04-18ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard1-3/+1
2018-04-18ipmi: Remove condition on interface shutdownCorey Minyard1-2/+1
2018-04-18ipmi: Rework locking and shutdown for hot removeCorey Minyard1-210/+280
2018-04-18ipmi: Fix some counter issuesCorey Minyard1-31/+45
2018-04-18ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard1-87/+91
2018-04-18ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard1-27/+27
2018-04-18ipmi: Clean up some style issues in the message handlerCorey Minyard1-48/+35
2018-04-18ipmi: Break up i_ipmi_requestCorey Minyard1-310/+344
2018-04-18ipmi: Clean up some debug codeCorey Minyard1-33/+25
2018-04-18ipmi: Add a panic handler for IPMI usersCorey Minyard1-110/+104
2018-04-18ipmi: Add a maintenance mode for IPMB messagesCorey Minyard1-0/+28
2018-04-18ipmi: Add a way to tune some timeoutsCorey Minyard1-32/+48
2018-02-27ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard1-21/+1