summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/ipmi_msghandler.c
AgeCommit message (Expand)Author
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
2014-12-11ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard
2014-12-11ipmi: Initialize BMC device attributesCorey Minyard
2014-12-11ipmi: Unregister previously registered driver in error casetrenn@suse.de
2014-12-11ipmi: Remove useless sysfs_name parametersCorey Minyard
2014-12-11ipmi: clean up the device handling for the bmc deviceCorey Minyard
2014-12-11ipmi: Move the address source to string to ipmi-generic codeCorey Minyard
2014-10-07ipmi: Clean up the error handling for channel config errorsCorey Minyard
2014-04-17ipmi: boolify some thingsCorey Minyard
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard
2013-09-05ipmi: Initialize locals to avoid warningCorey Minyard
2013-05-16drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder
2012-10-16IPMI: Fix some uninitialized warningCorey Minyard
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28ipmi: fix message handling during panicsCorey Minyard
2012-03-28ipmi: use a tasklet for handling received messagesCorey Minyard
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-05-26ipmi: convert to seq_file interfaceAlexey Dobriyan
2010-12-14IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui
2010-10-27ipmi: fix __init and __exit attribute locationsCorey Minyard
2010-05-27ipmi: update driver to use dev_printk and its constructsMyron Stowe
2010-05-27ipmi: change timeout and event poll to one secondCorey Minyard
2010-03-19sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan