summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-051-2/+2
* ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2016-12-121-0/+1
* ipmi: Fix sequence number handlingCorey Minyard2016-11-251-4/+5
* ipmi: fix crash on reading version from proc after unregisted bmcXie XiuQi2016-10-031-4/+3Star
* ipmi: remove trydefaults parameter and default initTony Camuso2016-07-271-2/+2
* ipmi: Remove smi_msg from waiting_rcv_msgs list before handle_one_recv_msg()Junichi Nomura2016-06-131-2/+6
* ipmi: constify some struct and char arraysLABBE Corentin2016-01-121-3/+4
* ipmi: Don't call receive handler in the panic contextHidehiro Kawai2015-09-031-1/+7
* ipmi: Avoid touching possible corrupted lists in the panic contextHidehiro Kawai2015-09-031-0/+17
* ipmi: Don't flush messages in sender() in run-to-completion modeHidehiro Kawai2015-09-031-0/+3
* ipmi: Remove unneeded set_run_to_completion callHidehiro Kawai2015-09-031-2/+0Star
* ipmi: Make some data const that was only readCorey Minyard2015-09-031-6/+6
* ipmi: Add a comment in how messages are delivered from the lower layerCorey Minyard2015-09-031-0/+4
* ipmi: Remove incorrect use of seq_has_overflowedJoe Perches2015-05-051-2/+2
* ipmi: Remove uses of return value of seq_printfJoe Perches2015-02-201-4/+8
* ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai2015-02-201-43/+17Star
* ipmi: avoid gcc warningArnd Bergmann2015-02-201-8/+21
* ipmi: Remove a FIXME for slab conversionCorey Minyard2015-02-201-1/+0Star
* ipmi: Finish cleanup of BMC attributesCorey Minyard2014-12-221-29/+17Star
* ipmi: Remove the now unused priority from SMI senderCorey Minyard2014-12-111-2/+2
* ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard2014-12-111-40/+162
* ipmi: Move message sending into its own functionCorey Minyard2014-12-111-4/+9
* ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard2014-12-111-15/+16
* ipmi: Initialize BMC device attributesCorey Minyard2014-12-111-0/+2
* ipmi: Unregister previously registered driver in error casetrenn@suse.de2014-12-111-0/+1
* ipmi: Remove useless sysfs_name parametersCorey Minyard2014-12-111-29/+5Star
* ipmi: clean up the device handling for the bmc deviceCorey Minyard2014-12-111-193/+92Star
* ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2014-12-111-0/+12
* ipmi: Clean up the error handling for channel config errorsCorey Minyard2014-10-071-6/+9
* ipmi: boolify some thingsCorey Minyard2014-04-171-12/+10Star
* ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard2014-04-171-84/+135
* ipmi: Initialize locals to avoid warningCorey Minyard2013-09-051-1/+1
* drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu2013-05-161-2/+1Star
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-1/+1
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-3/+3
* various: Fix spelling of "asynchronous" in comments.Adam Buchbinder2012-11-191-1/+1
* IPMI: Fix some uninitialized warningCorey Minyard2012-10-171-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-291-111/+131
|\
| * ipmi: fix message handling during panicsCorey Minyard2012-03-291-57/+46Star
| * ipmi: use a tasklet for handling received messagesCorey Minyard2012-03-291-55/+86
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
|/
* ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-271-57/+81
* IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui2010-12-141-0/+27
* ipmi: fix __init and __exit attribute locationsCorey Minyard2010-10-281-2/+2
* ipmi: update driver to use dev_printk and its constructsMyron Stowe2010-05-271-6/+5Star
* ipmi: change timeout and event poll to one secondCorey Minyard2010-05-271-2/+2
* sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman2010-03-191-0/+10
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-051-0/+1
* ipmi: fix ipmi_si modprobe hangCorey Minyard2009-05-221-6/+7
* ipmi: add oem message handlingdann frazier2009-04-211-5/+133