aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-10-03[PATCH] IPMI: allow user to override the kernel IPMI daemon enableCorey Minyard1-2/+19
2006-10-03[PATCH] ipmi: fix uninitialized data bugJeff Garzik1-0/+1
2006-10-01[PATCH] ipmi: don't start kipmid if the IPMI driver can use interruptsCorey Minyard1-1/+5
2006-10-01[PATCH] IPMI: per-channel command registrationCorey Minyard2-21/+88
2006-09-16[PATCH] IPMI: fix handling of OEM flagsCorey Minyard1-4/+4
2006-09-16[PATCH] IPMI: Fix oops on ipmi_msghandler removal for non ipmi systemsArnaud Patard1-0/+1
2006-09-01[PATCH] IPMI: fix occasional oops on module unloadCorey Minyard1-0/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven2-2/+2
2006-07-02[PATCH] irq-flags: drivers/char: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel5-5/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-8/+0
2006-06-28[PATCH] IPMI: watchdog handle panic properlyCorey Minyard1-8/+10
2006-06-28[PATCH] IPMI: remove high res timer codeCorey Minyard1-67/+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-27[PATCH] IPMI: use schedule in kthreadakpm@osdl.org1-1/+1
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-3/+3
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel treeGreg Kroah-Hartman1-3/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita1-5/+2
2006-06-26fix paniced->panicked typosLee Revell1-3/+3
2006-06-23[PATCH] ipmi: strstrip conversionPekka Enberg1-16/+9
2006-05-31[PATCH] IPMI: reserve I/O ports separatelyCorey Minyard1-16/+22
2006-04-19[PATCH] Open IPMI BT overflowHeikki Orsila1-1/+1
2006-04-19[PATCH] IPMI: fix devinit placementRandy Dunlap1-2/+2
2006-04-11[PATCH] ipmi: fix event queue limitCorey Minyard1-0/+2
2006-03-31[PATCH] IPMI: convert from semaphores to mutexesCorey Minyard4-55/+63
2006-03-31[PATCH] IPMI: tidy up various thingsCorey Minyard5-33/+35
2006-03-31[PATCH] IPMI: fix startup race conditionCorey Minyard2-27/+41
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern3-7/+10
2006-03-26[PATCH] ipmi: Increment driver version to v39.0Corey Minyard1-1/+1
2006-03-26[PATCH] ipmi: add full sysfs supportCorey Minyard5-54/+664
2006-03-26[PATCH] ipmi: add generic PCI handlingCorey Minyard2-454/+496
2006-03-25[PATCH] drivers/char/ipmi/ipmi_msghandler.c: fix a memory leakAdrian Bunk1-5/+7
2006-03-24[PATCH] remove ipmi pm_power_off redefinitionOlaf Hering1-3/+1
2006-02-03[PATCH] IPMI: fix issues reported by Coverity in ipmi_msghandler.cJayachandran C1-2/+2
2006-02-03[PATCH] ipmi: mem_{in,out}[bwl] => intf_mem_{in,out}[bwl]Alexey Dobriyan1-12/+12
2006-02-01[PATCH] IPMI: remove invalid acpi register spacing checkRocky Craig1-8/+0
2006-01-11[PATCH] ipmi: use CONFIG_DMI instead of CONFIG_X86Matt Domsch1-5/+5
2006-01-10[PATCH] ipmi: fix compile errors with PROC_FS=nAdrian Bunk2-1/+4
2006-01-06[PATCH] fix remaining list_for_each_safe_rcu in -mm (take 2)Paul E. McKenney1-3/+1
2005-12-15[PATCH] IPMI oops fixPaolo Galtieri1-2/+4
2005-12-12[PATCH] ipmi: fix panic generator IDMatt Domsch1-1/+1
2005-11-18[PATCH] ipmi: missing NULL test for kthreadMatt Domsch1-1/+1
2005-11-15[PATCH] ipmi: bump-driver-versionCorey Minyard1-1/+1
2005-11-11[PATCH] ipmi: fix inconsistent spinlock usageHironobu Ishii1-3/+3
2005-11-07[PATCH] ipmi: fix watchdog timeout panic handlingCorey Minyard1-4/+9
2005-11-07[PATCH] ipmi: use rcu lock for using command receiversCorey Minyard1-16/+15