summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
Commit message (Expand)AuthorAgeFilesLines
* kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
* ipmi_si: Join string literals backAndy Shevchenko2021-04-021-2/+1
* ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko2021-04-021-32/+19
* ipmi: Refine retry conditions for getting device idTerry Duncan2021-03-101-4/+2
* ipmi: msghandler: Suppress suspicious RCU usage warningQinglang Miao2020-11-191-1/+2
* ipmi: msghandler: Fix a signedness bugDan Carpenter2020-09-181-1/+1
* ipmi: add retry in try_get_dev_id()Xianting Tian2020-09-161-2/+0
* ipmi:msghandler: retry to get device id on an errorXianting Tian2020-09-151-4/+25
* ipmi: Reset response handler when failing to send the commandMarkus Boehme2020-09-151-1/+3
* ipmi: add a newline when printing parameter 'panic_op' by sysfsXiongfeng Wang2020-09-031-4/+4
* char: ipmi: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-181-7/+6
* ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng2020-07-201-2/+0
* ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko2020-05-181-1/+1
* ipmi: use vzalloc instead of kmalloc for user creationFeng Tang2020-05-181-3/+4
* ipmi: fix hung processes in __get_guid()Wen Yang2020-04-031-2/+2
* drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover2020-03-121-4/+10
* ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost2019-10-221-1/+4
* ipmi: use %*ph to print small bufferAndy Shevchenko2019-10-221-23/+4
* ipmi: Don't allow device module unload when in useCorey Minyard2019-10-221-7/+16
* ipmi: move message error checking to avoid deadlockTony Camuso2019-08-221-57/+57
* ipmi: Free receive messages when in an oopsCorey Minyard2019-08-161-2/+5
* driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-4/+4
* ipmi: avoid atomic_inc in exit functionArnd Bergmann2019-04-171-1/+1
* ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing2019-04-171-1/+1
* ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard2019-04-171-2/+17
* ipmi: Use dedicated API for copying a UUIDAndy Shevchenko2019-02-091-1/+1
* ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-091-4/+4
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-091-74/+90
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-091-34/+85
* ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-231-63/+80
* ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-231-1/+1
* ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-231-1/+1
* ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-231-8/+18
* ipmi: fix return value of ipmi_set_my_LUNYueHaibing2018-09-181-1/+1
* ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches2018-09-181-27/+24
* ipmi: Rework SMI registration failureCorey Minyard2018-08-311-23/+30
* ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-241-18/+25
* ipmi: Remove the proc interfaceCorey Minyard2018-05-091-264/+0
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-181-3/+1
* ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1
* ipmi: Rework locking and shutdown for hot removeCorey Minyard2018-04-181-210/+280
* ipmi: Fix some counter issuesCorey Minyard2018-04-181-31/+45
* ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-181-87/+91
* ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-181-27/+27
* ipmi: Clean up some style issues in the message handlerCorey Minyard2018-04-181-48/+35
* ipmi: Break up i_ipmi_requestCorey Minyard2018-04-181-310/+344
* ipmi: Clean up some debug codeCorey Minyard2018-04-181-33/+25
* ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-181-110/+104
* ipmi: Add a maintenance mode for IPMB messagesCorey Minyard2018-04-181-0/+28
* ipmi: Add a way to tune some timeoutsCorey Minyard2018-04-181-32/+48