aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18ipmi: fix return value of ipmi_set_my_LUNYueHaibing1-1/+1
2018-09-18ipmi: 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/git/gregkh/driver-coreLinus Torvalds1-9/+8
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-9/+8
2018-01-08ipmi: use correct string lengthXiongfeng Wang1-1/+1
2017-11-21treewide: 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-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard1-27/+23
2017-09-27ipmi: Rescan channel list on BMC changesCorey Minyard1-58/+111
2017-09-27ipmi: Move lun and address out of channel structCorey Minyard1-22/+25
2017-09-27ipmi: Retry BMC registration on a failureCorey Minyard1-1/+23
2017-09-27ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard1-73/+167
2017-09-27ipmi: Use a temporary BMC for an interfaceCorey Minyard1-9/+13
2017-09-27ipmi: Dynamically fetch GUID periodicallyCorey Minyard1-19/+42
2017-09-27ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard1-28/+65
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard1-1/+0
2017-09-27ipmi: allow dynamic BMC version informationJeremy Kerr1-15/+190
2017-09-27ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard1-35/+10
2017-09-27ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr1-0/+11
2017-09-27ipmi: Get the device id through a functionCorey Minyard1-36/+119
2017-09-27ipmi: Fix printing the BMC guidCorey Minyard1-3/+6
2017-09-27ipmi: Rework BMC registrationCorey Minyard1-23/+45
2017-09-27ipmi: Fix issues with BMC refcountsCorey Minyard1-16/+35
2017-09-27ipmi: Check that the device type is BMC when scanning deviceCorey Minyard1-3/+9
2017-09-27ipmi: Move bmc find routing to below bmc device typeCorey Minyard1-50/+51
2017-09-27ipmi: Fix getting the GUID dataCorey Minyard1-1/+1
2017-09-27ipmi: Make IPMI panic strings always availableCorey Minyard1-13/+78