index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
2018-05-24
ipmi: Properly release srcu locks on error conditions
Corey Minyard
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
2018-04-18
ipmi: Remove condition on interface shutdown
Corey Minyard
2018-04-18
ipmi: Rework locking and shutdown for hot remove
Corey Minyard
2018-04-18
ipmi: Fix some counter issues
Corey Minyard
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
2018-04-18
ipmi: Rename ipmi_user_t to struct ipmi_user *
Corey Minyard
2018-04-18
ipmi: Clean up some style issues in the message handler
Corey Minyard
2018-04-18
ipmi: Break up i_ipmi_request
Corey Minyard
2018-04-18
ipmi: Clean up some debug code
Corey Minyard
2018-04-18
ipmi: Add a panic handler for IPMI users
Corey Minyard
2018-04-18
ipmi: Add a maintenance mode for IPMB messages
Corey Minyard
2018-04-18
ipmi: Add a way to tune some timeouts
Corey Minyard
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
2018-01-08
ipmi: use correct string length
Xiongfeng Wang
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-09-28
ipmi: remove redundant initialization of bmc
Colin Ian King
2017-09-28
ipmi: Clean up some print operations
Corey Minyard
2017-09-28
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
2017-09-28
ipmi: Make the IPMI proc interface configurable
Corey Minyard
2017-09-27
ipmi: Convert IPMI GUID over to Linux guid_t
Corey Minyard
2017-09-27
ipmi: Rescan channel list on BMC changes
Corey Minyard
2017-09-27
ipmi: Move lun and address out of channel struct
Corey Minyard
2017-09-27
ipmi: Retry BMC registration on a failure
Corey Minyard
2017-09-27
ipmi: Rework device id and guid handling to catch changing BMCs
Corey Minyard
2017-09-27
ipmi: Use a temporary BMC for an interface
Corey Minyard
2017-09-27
ipmi: Dynamically fetch GUID periodically
Corey Minyard
2017-09-27
ipmi: Always fetch the guid through ipmi_get_device_id()
Corey Minyard
2017-09-27
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
2017-09-27
ipmi: allow dynamic BMC version information
Jeremy Kerr
2017-09-27
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
2017-09-27
ipmi: Add a reference from BMC devices to their interfaces
Jeremy Kerr
2017-09-27
ipmi: Get the device id through a function
Corey Minyard
2017-09-27
ipmi: Fix printing the BMC guid
Corey Minyard
2017-09-27
ipmi: Rework BMC registration
Corey Minyard
2017-09-27
ipmi: Fix issues with BMC refcounts
Corey Minyard
2017-09-27
ipmi: Check that the device type is BMC when scanning device
Corey Minyard
2017-09-27
ipmi: Move bmc find routing to below bmc device type
Corey Minyard
2017-09-27
ipmi: Fix getting the GUID data
Corey Minyard
2017-09-27
ipmi: Make IPMI panic strings always available
Corey Minyard
2017-09-27
ipmi: fix unsigned long underflow
Corey Minyard
2017-06-28
char: ipmi: constify bmc_dev_attr_group and bmc_device_type
Arvind Yadav
2017-06-19
ipmi: use rcu lock around call to intf->handlers->sender()
Tony Camuso
2017-01-05
ipmi: make ipmi_usr_hndl const
Corey Minyard
2016-12-12
ipmi: create hardware-independent softdep for ipmi_devintf
Martin Wilck
2016-11-24
ipmi: Fix sequence number handling
Corey Minyard
2016-10-03
ipmi: fix crash on reading version from proc after unregisted bmc
Xie XiuQi
[next]