summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+8
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-9/+8
2018-01-09ipmi: use correct string lengthXiongfeng Wang1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-09-28ipmi: remove redundant initialization of bmcColin Ian King1-1/+1
2017-09-28ipmi: Clean up some print operationsCorey Minyard1-56/+45
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard1-1/+1
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard1-21/+22
2017-09-28ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard1-27/+23
2017-09-28ipmi: Rescan channel list on BMC changesCorey Minyard1-58/+111
2017-09-28ipmi: Move lun and address out of channel structCorey Minyard1-22/+25
2017-09-28ipmi: Retry BMC registration on a failureCorey Minyard1-1/+23
2017-09-28ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard1-73/+167