aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-10/+8
2006-12-10[PATCH] IPMI: misc fixesCorey Minyard1-54/+66
2006-12-10[PATCH] IPMI: remove zero initsRandy Dunlap1-6/+6
2006-12-07[PATCH] IPMI: Fix BT long busyCorey Minyard1-4/+8
2006-12-07[PATCH] IPMI: fix pci warningCorey Minyard1-1/+6
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 Minyard1-0/+9
2006-12-07[PATCH] IPMI: pass sysfs name from lower level driverCorey Minyard1-0/+1
2006-11-16[PATCH] ipmi: use platform_device_add() instead of platform_device_register() to register device allocated dynamicallyZhang, Yanmin1-1/+1
2006-11-08[PATCH] ipmi_si_intf.c: fix "&& 0xff" typosAlexey Dobriyan1-3/+3
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-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+3
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-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-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 Engel1-1/+0
2006-06-28[PATCH] IPMI: remove high res timer codeCorey Minyard1-67/+0
2006-06-27[PATCH] IPMI: use schedule in kthreadakpm@osdl.org1-1/+1
2006-05-31[PATCH] IPMI: reserve I/O ports separatelyCorey Minyard1-16/+22
2006-04-19[PATCH] IPMI: fix devinit placementRandy Dunlap1-2/+2
2006-03-31[PATCH] IPMI: convert from semaphores to mutexesCorey Minyard1-12/+12
2006-03-31[PATCH] IPMI: tidy up various thingsCorey Minyard1-1/+1
2006-03-31[PATCH] IPMI: fix startup race conditionCorey Minyard1-22/+37
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-3/+4
2006-03-26[PATCH] ipmi: add full sysfs supportCorey Minyard1-34/+80
2006-03-26[PATCH] ipmi: add generic PCI handlingCorey Minyard1-453/+494
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
2005-12-15[PATCH] IPMI oops fixPaolo Galtieri1-2/+4
2005-11-18[PATCH] ipmi: missing NULL test for kthreadMatt Domsch1-1/+1
2005-11-07[PATCH] ipmi: use kthread APIMatt Domsch1-30/+15
2005-11-07[PATCH] ipmi: add timer threadCorey Minyard1-21/+63
2005-11-07[PATCH] ipmi: kcs error0 delayCorey Minyard1-1/+2
2005-11-07[PATCH] ipmi: si start transaction hookCorey Minyard1-0/+84
2005-11-07[PATCH] ipmi: more dell fixesCorey Minyard1-7/+16
2005-11-07[PATCH] ipmi: various si cleanupCorey Minyard1-2/+2
2005-09-10[PATCH] drivers/char: fix-up schedule_timeout() usageNishanth Aravamudan1-12/+6
2005-09-08Merge linux-2.6 with linux-acpi-2.6Len Brown1-189/+206
2005-09-07[PATCH] ipmi: style cleanupsCorey Minyard1-72/+69
2005-09-07[PATCH] ipmi: clean up versioning of the IPMI driverCorey Minyard1-11/+3
2005-09-07[PATCH] ipmi: OEM flag handling and hacks for some Dell machinesCorey Minyard1-12/+105
2005-09-07[PATCH] ipmi: high-res timer support fixesCorey Minyard1-15/+21
2005-09-07[PATCH] IPMI: use dmi_find_device()Andrey Panin1-88/+17