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