summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_msghandler.c
Commit message (Expand)AuthorAgeFilesLines
* some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau2007-07-191-2/+1Star
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-10/+0Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan2007-02-111-1/+0Star
* [PATCH] IPMI: Fix some RCU problemsCorey Minyard2007-02-111-7/+22
* [PATCH] IPMI: fix timeout list handlingDavid Barksdale2007-01-311-2/+1Star
* [PATCH] IPMI: misc fixesCorey Minyard2006-12-101-4/+2Star
* [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/+97Star
* [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-091-1/+3
* [PATCH] IPMI: Clean up the waiting message queue properly on unloadCorey Minyard2006-11-091-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/+0Star
* [PATCH] IPMI: tidy msghandler timerCorey Minyard2006-06-281-5/+2Star
* [PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk2006-06-281-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-261-3/+3
|\
| * fix paniced->panicked typosLee Revell2006-06-261-3/+3
* | [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-5/+2Star
|/
* [PATCH] ipmi: fix event queue limitCorey Minyard2006-04-111-0/+2
* [PATCH] IPMI: convert from semaphores to mutexesCorey Minyard2006-03-311-11/+12
* [PATCH] IPMI: tidy up various thingsCorey Minyard2006-03-311-23/+25
* [PATCH] IPMI: fix startup race conditionCorey Minyard2006-03-311-5/+4Star
* [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-2/+2
* [PATCH] ipmi: Increment driver version to v39.0Corey Minyard2006-03-261-1/+1
* [PATCH] ipmi: add full sysfs supportCorey Minyard2006-03-261-14/+538
* [PATCH] drivers/char/ipmi/ipmi_msghandler.c: fix a memory leakAdrian Bunk2006-03-251-5/+7
* [PATCH] IPMI: fix issues reported by Coverity in ipmi_msghandler.cJayachandran C2006-02-031-2/+2
* [PATCH] ipmi: fix compile errors with PROC_FS=nAdrian Bunk2006-01-101-1/+1
* [PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2)Paul E. McKenney2006-01-061-3/+1Star
* [PATCH] ipmi: fix panic generator IDMatt Domsch2005-12-121-1/+1
* [PATCH] ipmi: bump-driver-versionCorey Minyard2005-11-151-1/+1
* [PATCH] ipmi: fix inconsistent spinlock usageHironobu Ishii2005-11-111-3/+3
* [PATCH] ipmi: use rcu lock for using command receiversCorey Minyard2005-11-071-16/+15Star
* [PATCH] ipmi: use refcount in message handlerCorey Minyard2005-11-071-455/+498
* [PATCH] ipmi_msghandler: inconsistent spin_lock usageHironobu Ishii2005-09-231-3/+3
* [PATCH] ipmi: remove unused fieldsCorey Minyard2005-09-081-31/+11Star
* [PATCH] ipmi: style cleanupsCorey Minyard2005-09-081-23/+23
* [PATCH] ipmi: fix panic ipmb responseCorey Minyard2005-09-081-40/+67
* [PATCH] ipmi: clean up versioning of the IPMI driverCorey Minyard2005-09-081-2/+6
* [PATCH] ipmi: add per-channel IPMB addressesCorey Minyard2005-09-081-43/+94
* [PATCH] coverity: ipmi_msghandler() channels array overrun fixKAMBAROV, ZAUR2005-06-291-2/+2