index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmi: Fix memory leak in __ipmi_bmc_register
Navid Emamdoost
2019-10-22
1
-1
/
+4
*
ipmi: use %*ph to print small buffer
Andy Shevchenko
2019-10-22
1
-23
/
+4
*
ipmi: Don't allow device module unload when in use
Corey Minyard
2019-10-22
1
-7
/
+16
*
ipmi: move message error checking to avoid deadlock
Tony Camuso
2019-08-22
1
-57
/
+57
*
ipmi: Free receive messages when in an oops
Corey Minyard
2019-08-16
1
-2
/
+5
*
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
2019-06-24
1
-4
/
+4
*
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
2019-04-17
1
-1
/
+1
*
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
2019-04-17
1
-1
/
+1
*
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
2019-04-17
1
-2
/
+17
*
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-09
1
-1
/
+1
*
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-09
1
-4
/
+4
*
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
1
-74
/
+90
*
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-09
1
-34
/
+85
*
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
2019-01-23
1
-63
/
+80
*
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
2019-01-23
1
-1
/
+1
*
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
2019-01-23
1
-1
/
+1
*
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2019-01-23
1
-8
/
+18
*
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
2018-09-18
1
-1
/
+1
*
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
2018-09-18
1
-27
/
+24
*
ipmi: Rework SMI registration failure
Corey Minyard
2018-08-31
1
-23
/
+30
*
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-08
1
-1
/
+1
|
/
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
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
[next]