summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-1/+1
* ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-101-4/+4
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-101-74/+90
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-101-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/+24Star
* 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/+0Star
* ipmi: ipmi_unregister_smi() cannot fail, have it return voidCorey Minyard2018-04-181-3/+1Star
* ipmi: Remove condition on interface shutdownCorey Minyard2018-04-181-2/+1Star
* 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/+35Star
* ipmi: Break up i_ipmi_requestCorey Minyard2018-04-181-310/+344
* ipmi: Clean up some debug codeCorey Minyard2018-04-181-33/+25Star
* ipmi: Add a panic handler for IPMI usersCorey Minyard2018-04-181-110/+104Star
* 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
* ipmi: Add or fix SPDX-License-Identifier in all filesCorey Minyard2018-02-271-21/+1Star
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-9/+8Star
|\
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-9/+8Star
* | ipmi: use correct string lengthXiongfeng Wang2018-01-091-1/+1
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-2/+2
* ipmi: remove redundant initialization of bmcColin Ian King2017-09-281-1/+1
* ipmi: Clean up some print operationsCorey Minyard2017-09-281-56/+45Star
* ipmi: Make the DMI probe into a generic platform probeCorey Minyard2017-09-281-1/+1
* ipmi: Make the IPMI proc interface configurableCorey Minyard2017-09-281-21/+22
* ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard2017-09-271-27/+23Star
* ipmi: Rescan channel list on BMC changesCorey Minyard2017-09-271-58/+111
* ipmi: Move lun and address out of channel structCorey Minyard2017-09-271-22/+25
* ipmi: Retry BMC registration on a failureCorey Minyard2017-09-271-1/+23
* ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard2017-09-271-73/+167
* ipmi: Use a temporary BMC for an interfaceCorey Minyard2017-09-271-9/+13
* ipmi: Dynamically fetch GUID periodicallyCorey Minyard2017-09-271-19/+42
* ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard2017-09-271-28/+65
* ipmi: Remove the device id from ipmi_register_smi()Corey Minyard2017-09-271-1/+0Star
* ipmi: allow dynamic BMC version informationJeremy Kerr2017-09-271-15/+190
* ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard2017-09-271-35/+10Star
* ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr2017-09-271-0/+11