index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
2019-08-22
ipmi: move message error checking to avoid deadlock
Tony Camuso
2019-08-16
ipmi: Free receive messages when in an oops
Corey Minyard
2019-06-24
driver_find_device: Unify the match function with class_find_device()
Suzuki K Poulose
2019-04-17
ipmi: avoid atomic_inc in exit function
Arnd Bergmann
2019-04-17
ipmi: Make ipmi_interfaces_srcu variable static
YueHaibing
2019-04-17
ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrier
Corey Minyard
2019-02-09
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-09
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-09
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-09
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-01-23
ipmi: Don't initialize anything in the core until something uses it
Corey Minyard
2019-01-23
ipmi: fix use-after-free of user->release_barrier.rda
Yang Yingliang
2019-01-23
ipmi: Prevent use-after-free in deliver_response
Fred Klassen
2019-01-23
ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2018-09-18
ipmi: fix return value of ipmi_set_my_LUN
YueHaibing
2018-09-18
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
Joe Perches
2018-08-31
ipmi: Rework SMI registration failure
Corey Minyard
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
[next]