aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-18IPMI: fix hotmod remove lockCorey Minyard1-9/+7
2007-10-18IPMI: add polled interfaceCorey Minyard1-0/+9
2007-10-17Tweak /proc/ipmi removalAlexey Dobriyan1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-10/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2007-02-11[PATCH] IPMI: Fix some RCU problemsCorey Minyard1-7/+22
2007-01-30[PATCH] IPMI: fix timeout list handlingDavid Barksdale1-2/+1
2006-12-10[PATCH] IPMI: misc fixesCorey Minyard1-4/+2
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap1-3/+3
2006-12-07[PATCH] IPMI: fix PROC_FS=n warningsRandy Dunlap1-0/+2
2006-12-07[PATCH] IPMI: Add maintenance modeCorey Minyard1-1/+116
2006-12-07[PATCH] IPMI: Allow hot system interface removeCorey Minyard1-76/+170
2006-12-07[PATCH] IPMI: pass sysfs name from lower level driverCorey Minyard1-6/+28
2006-12-07[PATCH] IPMI: remove interface number limitsCorey Minyard1-113/+97
2006-12-07[PATCH] IPMI: Fix device model nameCorey Minyard1-56/+91
2006-11-16[PATCH] ipmi: use platform_device_add() instead of platform_device_register() to register device allocated dynamicallyZhang, Yanmin1-1/+1
2006-11-13[PATCH] IPMI: Fix more && typosCorey Minyard1-2/+2
2006-11-08[PATCH] IPMI: retry messages on certain error returnsCorey Minyard1-1/+3
2006-11-08[PATCH] IPMI: Clean up the waiting message queue properly on unloadCorey Minyard1-1/+11
2006-10-11[PATCH] ipmi: handle sysfs errorsJeff Garzik1-29/+93
2006-10-01[PATCH] IPMI: per-channel command registrationCorey Minyard1-19/+56
2006-09-01[PATCH] IPMI: fix occasional oops on module unloadCorey Minyard1-0/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] IPMI: tidy msghandler timerCorey Minyard1-5/+2
2006-06-27[PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk1-2/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-3/+3
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-5/+2
2006-06-26fix paniced->panicked typosLee Revell1-3/+3
2006-04-11[PATCH] ipmi: fix event queue limitCorey Minyard1-0/+2
2006-03-31[PATCH] IPMI: convert from semaphores to mutexesCorey Minyard1-11/+12
2006-03-31[PATCH] IPMI: tidy up various thingsCorey Minyard1-23/+25