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
2020-05-18
ipmi: Replace guid_copy() with import_guid() where it makes sense
Andy Shevchenko
1
-1
/
+1
2020-05-18
ipmi: use vzalloc instead of kmalloc for user creation
Feng Tang
1
-3
/
+4
2020-04-03
ipmi: fix hung processes in __get_guid()
Wen Yang
1
-2
/
+2
2020-03-12
drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
Amol Grover
1
-4
/
+10
2019-10-22
ipmi: Fix memory leak in __ipmi_bmc_register
Navid Emamdoost
1
-1
/
+4
2019-10-22
ipmi: use %*ph to print small buffer
Andy Shevchenko
1
-23
/
+4
2019-10-22
ipmi: Don't allow device module unload when in use
Corey Minyard
1
-7
/
+16
2019-08-22
ipmi: move message error checking to avoid deadlock
Tony Camuso
1
-57
/
+57
2019-08-17
ipmi: Free receive messages when in an oops
Corey Minyard
1
-2
/
+5
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
1
-4
/
+4
2019-04-17
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
1
-1
/
+1
2019-04-17
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
1
-1
/
+1
2019-04-17
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
1
-2
/
+17
2019-02-10
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
1
-1
/
+1
2019-02-10
ipmi: Use defined constant for UUID representation
Andy Shevchenko
1
-4
/
+4
2019-02-10
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
1
-74
/
+90
2019-02-10
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
1
-34
/
+85
2019-01-23
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
1
-63
/
+80
2019-01-23
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
1
-1
/
+1
2019-01-23
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
1
-1
/
+1
2019-01-23
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
1
-8
/
+18
2018-09-19
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
1
-1
/
+1
2018-09-19
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
1
-27
/
+24
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
1
-23
/
+30
2018-05-24
ipmi: Properly release srcu locks on error conditions
Corey Minyard
1
-18
/
+25
2018-05-09
ipmi: Remove the proc interface
Corey Minyard
1
-264
/
+0
2018-04-18
ipmi: ipmi_unregister_smi() cannot fail, have it return void
Corey Minyard
1
-3
/
+1
2018-04-18
ipmi: Remove condition on interface shutdown
Corey Minyard
1
-2
/
+1
2018-04-18
ipmi: Rework locking and shutdown for hot remove
Corey Minyard
1
-210
/
+280
2018-04-18
ipmi: Fix some counter issues
Corey Minyard
1
-31
/
+45
2018-04-18
ipmi: Change ipmi_smi_t to struct ipmi_smi *
Corey Minyard
1
-87
/
+91
2018-04-18
ipmi: Rename ipmi_user_t to struct ipmi_user *
Corey Minyard
1
-27
/
+27
2018-04-18
ipmi: Clean up some style issues in the message handler
Corey Minyard
1
-48
/
+35
2018-04-18
ipmi: Break up i_ipmi_request
Corey Minyard
1
-310
/
+344
2018-04-18
ipmi: Clean up some debug code
Corey Minyard
1
-33
/
+25
2018-04-18
ipmi: Add a panic handler for IPMI users
Corey Minyard
1
-110
/
+104
2018-04-18
ipmi: Add a maintenance mode for IPMB messages
Corey Minyard
1
-0
/
+28
2018-04-18
ipmi: Add a way to tune some timeouts
Corey Minyard
1
-32
/
+48
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
[next]