aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
Commit message (Expand)AuthorAgeFilesLines
* ipmi: convert to seq_file interfaceAlexey Dobriyan2011-05-261-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-271-2/+2
* ipmi: update driver to use dev_printk and its constructsMyron Stowe2010-05-271-6/+5
* 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-041-0/+1
* ipmi: fix ipmi_si modprobe hangCorey Minyard2009-05-221-6/+7
* ipmi: add oem message handlingdann frazier2009-04-211-5/+133
* ipmi: fix statistics counting issuesCorey Minyard2009-04-211-22/+51
* proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-8/+4
* Fix platform drivers that crash on suspend/resumeDarrick J. Wong2008-11-121-9/+11
* ipmi: make alloc_recv_msg staticAdrian Bunk2008-04-291-1/+1
* ipmi: remove ->write_proc codeAlexey Dobriyan2008-04-291-5/+4
* ipmi: style fixes in the base codeCorey Minyard2008-04-291-414/+581
* IPMI: convert message handler defines to an enumCorey Minyard2008-04-291-58/+67
* ipmi: convert locked counters to atomicsKonstantin Baydarov2008-04-291-248/+194
* ipmi: update driver versionCorey Minyard2008-04-291-1/+1
* ipmi: don't print event queue full on every eventCorey Minyard2008-04-291-4/+11
* ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov2008-04-291-6/+24
* ipmi: run to completion fixesCorey Minyard2008-04-291-8/+0
* drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-1/+1
* drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-02-061-2/+2
* IPMI: fix hotmod remove lockCorey Minyard2007-10-181-9/+7
* IPMI: add polled interfaceCorey Minyard2007-10-181-0/+9
* Tweak /proc/ipmi removalAlexey Dobriyan2007-10-171-1/+1
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-10/+0
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0
* [PATCH] IPMI: Fix some RCU problemsCorey Minyard2007-02-111-7/+22
* [PATCH] IPMI: fix timeout list handlingDavid Barksdale2007-01-301-2/+1
* [PATCH] IPMI: misc fixesCorey Minyard2006-12-101-4/+2
* [PATCH] IPMI: remove zero initsRandy Dunlap2006-12-101-3/+3
* [PATCH] IPMI: fix PROC_FS=n warningsRandy Dunlap2006-12-071-0/+2
* [PATCH] IPMI: Add maintenance modeCorey Minyard2006-12-071-1/+116
* [PATCH] IPMI: Allow hot system interface removeCorey Minyard2006-12-071-76/+170
* [PATCH] IPMI: pass sysfs name from lower level driverCorey Minyard2006-12-071-6/+28
* [PATCH] IPMI: remove interface number limitsCorey Minyard2006-12-071-113/+97
* [PATCH] IPMI: Fix device model nameCorey Minyard2006-12-071-56/+91
* [PATCH] ipmi: use platform_device_add() instead of platform_device_register()...Zhang, Yanmin2006-11-161-1/+1
* [PATCH] IPMI: Fix more && typosCorey Minyard2006-11-131-2/+2
* [PATCH] IPMI: retry messages on certain error returnsCorey Minyard2006-11-081-1/+3
* [PATCH] IPMI: Clean up the waiting message queue properly on unloadCorey Minyard2006-11-081-1/+11
* [PATCH] ipmi: handle sysfs errorsJeff Garzik2006-10-111-29/+93
* [PATCH] IPMI: per-channel command registrationCorey Minyard2006-10-011-19/+56
* [PATCH] IPMI: fix occasional oops on module unloadCorey Minyard2006-09-011-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] IPMI: tidy msghandler timerCorey Minyard2006-06-281-5/+2
* [PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk2006-06-271-2/+1