aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-11ipmi: Remove the now unused priority from SMI senderCorey Minyard1-2/+2
2014-12-11ipmi: Make the message handler easier to use for SMI interfacesCorey Minyard1-40/+162
2014-12-11ipmi: Move message sending into its own functionCorey Minyard1-4/+9
2014-12-11ipmi: rename waiting_msgs to waiting_rcv_msgsCorey Minyard1-15/+16
2014-12-11ipmi: Initialize BMC device attributesCorey Minyard1-0/+2
2014-12-11ipmi: Unregister previously registered driver in error casetrenn@suse.de1-0/+1
2014-12-11ipmi: Remove useless sysfs_name parametersCorey Minyard1-29/+5
2014-12-11ipmi: clean up the device handling for the bmc deviceCorey Minyard1-193/+92
2014-12-11ipmi: Move the address source to string to ipmi-generic codeCorey Minyard1-0/+12
2014-10-07ipmi: Clean up the error handling for channel config errorsCorey Minyard1-6/+9
2014-04-17ipmi: boolify some thingsCorey Minyard1-12/+10
2014-04-17ipmi: Turn off all activity on an idle ipmi interfaceCorey Minyard1-84/+135
2013-09-05ipmi: Initialize locals to avoid warningCorey Minyard1-1/+1
2013-05-16drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu1-2/+1
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+3
2012-11-19various: Fix spelling of "asynchronous" in comments.Adam Buchbinder1-1/+1
2012-10-16IPMI: Fix some uninitialized warningCorey Minyard1-1/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-111/+131
2012-03-28ipmi: fix message handling during panicsCorey Minyard1-57/+46
2012-03-28ipmi: use a tasklet for handling received messagesCorey Minyard1-55/+86
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-05-26ipmi: convert to seq_file interfaceAlexey Dobriyan1-57/+81
2010-12-14IPMI: Add one interface to get more info of low-level IPMI deviceZhao Yakui1-0/+27
2010-10-27ipmi: fix __init and __exit attribute locationsCorey Minyard1-2/+2
2010-05-27ipmi: update driver to use dev_printk and its constructsMyron Stowe1-6/+5
2010-05-27ipmi: change timeout and event poll to one secondCorey Minyard1-2/+2
2010-03-19sysfs: fix sysfs lockdep warning in ipmi codeGreg Kroah-Hartman1-0/+10
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-05-22ipmi: fix ipmi_si modprobe hangCorey Minyard1-6/+7
2009-04-21ipmi: add oem message handlingdann frazier1-5/+133
2009-04-21ipmi: fix statistics counting issuesCorey Minyard1-22/+51
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-8/+4
2008-11-12Fix platform drivers that crash on suspend/resumeDarrick J. Wong1-9/+11
2008-04-29ipmi: make alloc_recv_msg staticAdrian Bunk1-1/+1
2008-04-29ipmi: remove ->write_proc codeAlexey Dobriyan1-5/+4
2008-04-29ipmi: style fixes in the base codeCorey Minyard1-414/+581
2008-04-29IPMI: convert message handler defines to an enumCorey Minyard1-58/+67
2008-04-29ipmi: convert locked counters to atomicsKonstantin Baydarov1-248/+194
2008-04-29ipmi: update driver versionCorey Minyard1-1/+1
2008-04-29ipmi: don't print event queue full on every eventCorey Minyard1-4/+11
2008-04-29ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov1-6/+24
2008-04-29ipmi: run to completion fixesCorey Minyard1-8/+0
2008-02-06drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-02-06drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-2/+2