aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
Commit message (Expand)AuthorAge
* ipmi: fix return value of ipmi_set_my_LUNYueHaibing2018-09-18
* ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFXJoe Perches2018-09-18
* ipmi: Rework SMI registration failureCorey Minyard2018-08-31
* ipmi: Properly release srcu locks on error conditionsCorey Minyard2018-05-24
* ipmi: Remove the proc interfaceCorey Minyard2018-05-09
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-18
* ipmi: Remove condition on interface shutdownCorey Minyard2018-04-18
* ipmi: Rework locking and shutdown for hot removeCorey Minyard2018-04-18
* ipmi: Fix some counter issuesCorey Minyard2018-04-18
* ipmi: Change ipmi_smi_t to struct ipmi_smi *Corey Minyard2018-04-18
* ipmi: Rename ipmi_user_t to struct ipmi_user *Corey Minyard2018-04-18
* ipmi: Clean up some style issues in the message handlerCorey Minyard2018-04-18
* ipmi: Break up i_ipmi_requestCorey Minyard2018-04-18
* ipmi: Clean up some debug codeCorey Minyard2018-04-18
* ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-18
* ipmi: Add a maintenance mode for IPMB messagesCorey Minyard2018-04-18
* ipmi: Add a way to tune some timeoutsCorey Minyard2018-04-18
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-27
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-01
|\
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-09
* | ipmi: use correct string lengthXiongfeng Wang2018-01-08
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* ipmi: remove redundant initialization of bmcColin Ian King2017-09-28
* ipmi: Clean up some print operationsCorey Minyard2017-09-28
* ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-28
* ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-28
* ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard2017-09-27
* ipmi: Rescan channel list on BMC changesCorey Minyard2017-09-27
* ipmi: Move lun and address out of channel structCorey Minyard2017-09-27
* ipmi: Retry BMC registration on a failureCorey Minyard2017-09-27
* ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard2017-09-27
* ipmi: Use a temporary BMC for an interfaceCorey Minyard2017-09-27
* ipmi: Dynamically fetch GUID periodicallyCorey Minyard2017-09-27
* ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard2017-09-27
* ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-27
* ipmi: allow dynamic BMC version informationJeremy Kerr2017-09-27
* ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard2017-09-27
* ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr2017-09-27
* ipmi: Get the device id through a functionCorey Minyard2017-09-27
* ipmi: Fix printing the BMC guidCorey Minyard2017-09-27
* ipmi: Rework BMC registrationCorey Minyard2017-09-27
* ipmi: Fix issues with BMC refcountsCorey Minyard2017-09-27
* ipmi: Check that the device type is BMC when scanning deviceCorey Minyard2017-09-27
* ipmi: Move bmc find routing to below bmc device typeCorey Minyard2017-09-27
* ipmi: Fix getting the GUID dataCorey Minyard2017-09-27
* ipmi: Make IPMI panic strings always availableCorey Minyard2017-09-27
* ipmi: fix unsigned long underflowCorey Minyard2017-09-27
* char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav2017-06-28
* ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso2017-06-19
* ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-05