index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
ipmi
/
ipmi_msghandler.c
Age
Commit message (
Expand
)
Author
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
2017-09-27
ipmi: Don't use BMC product/dev ids in the BMC name
Corey Minyard
2017-09-27
ipmi: Add a reference from BMC devices to their interfaces
Jeremy Kerr
2017-09-27
ipmi: Get the device id through a function
Corey Minyard
2017-09-27
ipmi: Fix printing the BMC guid
Corey Minyard
2017-09-27
ipmi: Rework BMC registration
Corey Minyard
2017-09-27
ipmi: Fix issues with BMC refcounts
Corey Minyard
2017-09-27
ipmi: Check that the device type is BMC when scanning device
Corey Minyard
2017-09-27
ipmi: Move bmc find routing to below bmc device type
Corey Minyard
2017-09-27
ipmi: Fix getting the GUID data
Corey Minyard
2017-09-27
ipmi: Make IPMI panic strings always available
Corey Minyard
2017-09-27
ipmi: fix unsigned long underflow
Corey Minyard
2017-06-28
char: ipmi: constify bmc_dev_attr_group and bmc_device_type
Arvind Yadav
2017-06-19
ipmi: use rcu lock around call to intf->handlers->sender()
Tony Camuso
2017-01-05
ipmi: make ipmi_usr_hndl const
Corey Minyard
2016-12-12
ipmi: create hardware-independent softdep for ipmi_devintf
Martin Wilck
2016-11-24
ipmi: Fix sequence number handling
Corey Minyard
2016-10-03
ipmi: fix crash on reading version from proc after unregisted bmc
Xie XiuQi
2016-07-27
ipmi: remove trydefaults parameter and default init
Tony Camuso
2016-06-13
ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()
Junichi Nomura
2016-01-12
ipmi: constify some struct and char arrays
LABBE Corentin
2015-09-03
ipmi: Don't call receive handler in the panic context
Hidehiro Kawai
2015-09-03
ipmi: Avoid touching possible corrupted lists in the panic context
Hidehiro Kawai
2015-09-03
ipmi: Don't flush messages in sender() in run-to-completion mode
Hidehiro Kawai
2015-09-03
ipmi: Remove unneeded set_run_to_completion call
Hidehiro Kawai
2015-09-03
ipmi: Make some data const that was only read
Corey Minyard
2015-09-03
ipmi: Add a comment in how messages are delivered from the lower layer
Corey Minyard
2015-05-05
ipmi: Remove incorrect use of seq_has_overflowed
Joe Perches
2015-02-19
ipmi: Remove uses of return value of seq_printf
Joe Perches
2015-02-19
ipmi: Use is_visible callback for conditional sysfs entries
Takashi Iwai
2015-02-19
ipmi: avoid gcc warning
Arnd Bergmann
2015-02-19
ipmi: Remove a FIXME for slab conversion
Corey Minyard
2014-12-21
ipmi: Finish cleanup of BMC attributes
Corey Minyard
2014-12-11
ipmi: Remove the now unused priority from SMI sender
Corey Minyard
2014-12-11
ipmi: Make the message handler easier to use for SMI interfaces
Corey Minyard
2014-12-11
ipmi: Move message sending into its own function
Corey Minyard
[next]