index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-27
ipmi: Add or fix SPDX-License-Identifier in all files
Corey Minyard
1
-21
/
+1
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-9
/
+8
2018-01-09
treewide: Use DEVICE_ATTR_RO
Joe Perches
1
-9
/
+8
2018-01-09
ipmi: use correct string length
Xiongfeng Wang
1
-1
/
+1
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-2
/
+2
2017-09-28
ipmi: remove redundant initialization of bmc
Colin Ian King
1
-1
/
+1
2017-09-28
ipmi: Clean up some print operations
Corey Minyard
1
-56
/
+45
2017-09-28
ipmi: Make the DMI probe into a generic platform probe
Corey Minyard
1
-1
/
+1
2017-09-28
ipmi: Make the IPMI proc interface configurable
Corey Minyard
1
-21
/
+22
2017-09-28
ipmi: Convert IPMI GUID over to Linux guid_t
Corey Minyard
1
-27
/
+23
2017-09-28
ipmi: Rescan channel list on BMC changes
Corey Minyard
1
-58
/
+111
2017-09-28
ipmi: Move lun and address out of channel struct
Corey Minyard
1
-22
/
+25
2017-09-28
ipmi: Retry BMC registration on a failure
Corey Minyard
1
-1
/
+23
2017-09-28
ipmi: Rework device id and guid handling to catch changing BMCs
Corey Minyard
1
-73
/
+167
2017-09-28
ipmi: Use a temporary BMC for an interface
Corey Minyard
1
-9
/
+13
2017-09-28
ipmi: Dynamically fetch GUID periodically
Corey Minyard
1
-19
/
+42
2017-09-28
ipmi: Always fetch the guid through ipmi_get_device_id()
Corey Minyard
1
-28
/
+65
2017-09-28
ipmi: Remove the device id from ipmi_register_smi()
Corey Minyard
1
-1
/
+0
2017-09-28
ipmi: allow dynamic BMC version information
Jeremy Kerr
1
-15
/
+190
2017-09-28
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
1
-35
/
+10
2017-09-28
ipmi: Add a reference from BMC devices to their interfaces
Jeremy Kerr
1
-0
/
+11
2017-09-28
ipmi: Get the device id through a function
Corey Minyard
1
-36
/
+119
2017-09-28
ipmi: Fix printing the BMC guid
Corey Minyard
1
-3
/
+6
2017-09-28
ipmi: Rework BMC registration
Corey Minyard
1
-23
/
+45
2017-09-28
ipmi: Fix issues with BMC refcounts
Corey Minyard
1
-16
/
+35
2017-09-28
ipmi: Check that the device type is BMC when scanning device
Corey Minyard
1
-3
/
+9
2017-09-28
ipmi: Move bmc find routing to below bmc device type
Corey Minyard
1
-50
/
+51
2017-09-28
ipmi: Fix getting the GUID data
Corey Minyard
1
-1
/
+1
2017-09-28
ipmi: Make IPMI panic strings always available
Corey Minyard
1
-13
/
+78
2017-09-28
ipmi: fix unsigned long underflow
Corey Minyard
1
-4
/
+6
2017-06-29
char: ipmi: constify bmc_dev_attr_group and bmc_device_type
Arvind Yadav
1
-2
/
+2
2017-06-19
ipmi: use rcu lock around call to intf->handlers->sender()
Tony Camuso
1
-0
/
+5
2017-01-06
ipmi: make ipmi_usr_hndl const
Corey Minyard
1
-2
/
+2
2016-12-12
ipmi: create hardware-independent softdep for ipmi_devintf
Martin Wilck
1
-0
/
+1
2016-11-25
ipmi: Fix sequence number handling
Corey Minyard
1
-4
/
+5
2016-10-03
ipmi: fix crash on reading version from proc after unregisted bmc
Xie XiuQi
1
-4
/
+3
2016-07-27
ipmi: remove trydefaults parameter and default init
Tony Camuso
1
-2
/
+2
2016-06-13
ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
Junichi Nomura
1
-2
/
+6
2016-01-13
ipmi: constify some struct and char arrays
LABBE Corentin
1
-3
/
+4
2015-09-03
ipmi: Don't call receive handler in the panic context
Hidehiro Kawai
1
-1
/
+7
2015-09-03
ipmi: Avoid touching possible corrupted lists in the panic context
Hidehiro Kawai
1
-0
/
+17
2015-09-03
ipmi: Don't flush messages in sender() in run-to-completion mode
Hidehiro Kawai
1
-0
/
+3
2015-09-03
ipmi: Remove unneeded set_run_to_completion call
Hidehiro Kawai
1
-2
/
+0
2015-09-03
ipmi: Make some data const that was only read
Corey Minyard
1
-6
/
+6
2015-09-03
ipmi: Add a comment in how messages are delivered from the lower layer
Corey Minyard
1
-0
/
+4
2015-05-05
ipmi: Remove incorrect use of seq_has_overflowed
Joe Perches
1
-2
/
+2
2015-02-20
ipmi: Remove uses of return value of seq_printf
Joe Perches
1
-4
/
+8
2015-02-20
ipmi: Use is_visible callback for conditional sysfs entries
Takashi Iwai
1
-43
/
+17
2015-02-20
ipmi: avoid gcc warning
Arnd Bergmann
1
-8
/
+21
2015-02-20
ipmi: Remove a FIXME for slab conversion
Corey Minyard
1
-1
/
+0
[next]