aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-10/+8
2007-01-30[PATCH] IPMI: fix timeout list handlingDavid Barksdale1-2/+1
2006-12-30[PATCH] Fix IPMI watchdog set_param_str() using kstrdupSebastien Dugué1-6/+5
2006-12-10[PATCH] IPMI: misc fixesCorey Minyard2-58/+68
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap6-23/+25
2006-12-08[PATCH] struct path: convert ipmiJosef Sipek1-2/+2
2006-12-07[PATCH] IPMI: fix PROC_FS=n warningsRandy Dunlap2-1/+3
2006-12-07[PATCH] IPMI: increase KCS message sizeCorey Minyard1-2/+2
2006-12-07[PATCH] IPMI: Fix BT long busyCorey Minyard4-264/+417
2006-12-07[PATCH] IPMI: fix pci warningCorey Minyard1-1/+6
2006-12-07[PATCH] IPMI: add pigeonpoint poweroffCorey Minyard1-1/+51
2006-12-07[PATCH] IPMI: system interface hotplugCorey Minyard1-23/+297
2006-12-07[PATCH] IPMI: add poll delayCorey Minyard1-1/+6
2006-12-07[PATCH] IPMI: fix request eventsCorey Minyard1-10/+12
2006-12-07[PATCH] IPMI: Add maintenance modeCorey Minyard3-1/+150
2006-12-07[PATCH] IPMI: Allow hot system interface removeCorey Minyard3-131/+296
2006-12-07[PATCH] IPMI: pass sysfs name from lower level driverCorey Minyard2-6/+29
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, Yanmin2-2/+2
2006-11-13[PATCH] IPMI: Fix more && typosCorey Minyard1-2/+2
2006-11-08[PATCH] ipmi_si_intf.c: fix "&& 0xff" typosAlexey Dobriyan1-3/+3
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-11-03[PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASSYvan Seth1-1/+1
2006-10-20[PATCH] ipmi: fix return codes in failure caseDave Jones1-2/+2
2006-10-11[PATCH] ipmi: handle sysfs errorsJeff Garzik1-29/+93
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-4/+4
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