aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-9/+8
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-9/+8
2018-01-08ipmi: use correct string lengthXiongfeng Wang1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-09-28ipmi: remove redundant initialization of bmcColin Ian King1-1/+1
2017-09-28ipmi: Clean up some print operationsCorey Minyard1-56/+45
2017-09-28ipmi: Make the DMI probe into a generic platform probeCorey Minyard1-1/+1
2017-09-28ipmi: Make the IPMI proc interface configurableCorey Minyard1-21/+22
2017-09-27ipmi: Convert IPMI GUID over to Linux guid_tCorey Minyard1-27/+23
2017-09-27ipmi: Rescan channel list on BMC changesCorey Minyard1-58/+111
2017-09-27ipmi: Move lun and address out of channel structCorey Minyard1-22/+25
2017-09-27ipmi: Retry BMC registration on a failureCorey Minyard1-1/+23
2017-09-27ipmi: Rework device id and guid handling to catch changing BMCsCorey Minyard1-73/+167
2017-09-27ipmi: Use a temporary BMC for an interfaceCorey Minyard1-9/+13
2017-09-27ipmi: Dynamically fetch GUID periodicallyCorey Minyard1-19/+42
2017-09-27ipmi: Always fetch the guid through ipmi_get_device_id()Corey Minyard1-28/+65
2017-09-27ipmi: Remove the device id from ipmi_register_smi()Corey Minyard1-1/+0
2017-09-27ipmi: allow dynamic BMC version informationJeremy Kerr1-15/+190
2017-09-27ipmi: Don't use BMC product/dev ids in the BMC nameCorey Minyard1-35/+10
2017-09-27ipmi: Add a reference from BMC devices to their interfacesJeremy Kerr1-0/+11
2017-09-27ipmi: Get the device id through a functionCorey Minyard1-36/+119
2017-09-27ipmi: Fix printing the BMC guidCorey Minyard1-3/+6
2017-09-27ipmi: Rework BMC registrationCorey Minyard1-23/+45
2017-09-27ipmi: Fix issues with BMC refcountsCorey Minyard1-16/+35
2017-09-27ipmi: Check that the device type is BMC when scanning deviceCorey Minyard1-3/+9
2017-09-27ipmi: Move bmc find routing to below bmc device typeCorey Minyard1-50/+51
2017-09-27ipmi: Fix getting the GUID dataCorey Minyard1-1/+1
2017-09-27ipmi: Make IPMI panic strings always availableCorey Minyard1-13/+78
2017-09-27ipmi: fix unsigned long underflowCorey Minyard1-4/+6
2017-06-28char: ipmi: constify bmc_dev_attr_group and bmc_device_typeArvind Yadav1-2/+2
2017-06-19ipmi: use rcu lock around call to intf->handlers->sender()Tony Camuso1-0/+5
2017-01-05ipmi: make ipmi_usr_hndl constCorey Minyard1-2/+2
2016-12-12ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck1-0/+1
2016-11-24ipmi: Fix sequence number handlingCorey Minyard1-4/+5
2016-10-03ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi1-4/+3
2016-07-27ipmi: remove trydefaults parameter and default initTony Camuso1-2/+2
2016-06-13ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura1-2/+6
2016-01-12ipmi: constify some struct and char arraysLABBE Corentin1-3/+4
2015-09-03ipmi: Don't call receive handler in the panic contextHidehiro Kawai1-1/+7
2015-09-03ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai1-0/+17
2015-09-03ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai1-0/+3
2015-09-03ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai1-2/+0
2015-09-03ipmi: Make some data const that was only readCorey Minyard1-6/+6
2015-09-03ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard1-0/+4
2015-05-05ipmi: Remove incorrect use of seq_has_overflowedJoe Perches1-2/+2
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches1-4/+8
2015-02-19ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai1-43/+17
2015-02-19ipmi: avoid gcc warningArnd Bergmann1-8/+21
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard1-1/+0
2014-12-21ipmi: Finish cleanup of BMC attributesCorey Minyard1-29/+17