summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-09-28ipmi: remove redundant initialization of bmcColin Ian King
2017-09-28ipmi: Clean up some print operationsCorey Minyard
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard
2017-09-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard
2017-09-27ipmi: Rescan channel list on BMC changesCorey Minyard
2017-09-27ipmi: Move lun and address out of channel structCorey Minyard
2017-09-27ipmi: Retry BMC registration on a failureCorey Minyard
2017-09-27ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard
2017-09-27ipmi: Use a temporary BMC for an interfaceCorey Minyard
2017-09-27ipmi: Dynamically fetch GUID periodicallyCorey Minyard
2017-09-27ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard
2017-09-27ipmi: allow dynamic BMC version informationJeremy Kerr
2017-09-27ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard
2017-09-27ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr
2017-09-27ipmi: Get the device id through a functionCorey Minyard
2017-09-27ipmi: Fix printing the BMC guidCorey Minyard
2017-09-27ipmi: Rework BMC registrationCorey Minyard
2017-09-27ipmi: Fix issues with BMC refcountsCorey Minyard
2017-09-27ipmi: Check that the device type is BMC when scanning deviceCorey Minyard
2017-09-27ipmi: Move bmc find routing to below bmc device typeCorey Minyard
2017-09-27ipmi: Fix getting the GUID dataCorey Minyard
2017-09-27ipmi: Make IPMI panic strings always availableCorey Minyard
2017-09-27ipmi: fix unsigned long underflowCorey Minyard
2017-06-28char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav
2017-06-19ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso
2017-01-05ipmi: make ipmi_usr_hndl constCorey Minyard
2016-12-12ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck
2016-11-24ipmi: Fix sequence number handlingCorey Minyard
2016-10-03ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso
2016-06-13ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura
2016-01-12ipmi: constify some struct and char arraysLABBE Corentin
2015-09-03ipmi: Don't call receive handler in the panic contextHidehiro Kawai
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai
2015-09-03ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai
2015-09-03ipmi: Make some data const that was only readCorey Minyard
2015-09-03ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard
2015-05-05ipmi: Remove incorrect use of seq_has_overflowedJoe Perches
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches
2015-02-19ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai
2015-02-19ipmi: avoid gcc warningArnd Bergmann
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard
2014-12-21ipmi: Finish cleanup of BMC attributesCorey Minyard
2014-12-11ipmi: Remove the now unused priority from SMI senderCorey Minyard
2014-12-11ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard
2014-12-11ipmi: Move message sending into its own functionCorey Minyard