aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-14ipmi: support I/O resources in OF driverNate Case1-2/+8
2008-04-29ipmi: remove ->write_proc codeAlexey Dobriyan1-3/+3
2008-04-29IPMI: Style fixes in the system interface codeCorey Minyard1-202/+264
2008-04-29IPMI: Convert system interface defines to an enumCorey Minyard1-17/+43
2008-04-29ipmi: convert locked counters to atomics in the system interfaceCorey Minyard1-74/+66
2008-04-29ipmi: don't grab locks in run-to-completion modeKonstantin Baydarov1-2/+4
2008-04-29ipmi: run to completion fixesCorey Minyard1-24/+19
2008-04-29ipmi: hold ATTN until upper layer readyCorey Minyard1-2/+5
2007-10-18IPMI: add 0.9 supportCorey Minyard1-13/+2
2007-10-18IPMI: add polled interfaceCorey Minyard1-1/+5
2007-10-18IPMI: don't init irq until readyCorey Minyard1-4/+4
2007-10-14signedness: module_param_array nump argumentAl Viro1-9/+9
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+3
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik1-4/+5
2007-09-20Merge branch 'linux-2.6'Paul Mackerras1-1/+2
2007-09-19pci: fix unterminated pci_device_id listsKees Cook1-1/+2
2007-08-28Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras1-1/+1
2007-08-22IPMI: fix warning in ipmi_si_intf.cMijo Safradin1-1/+1
2007-08-17[POWERPC] Use of_get_property in ipmi codeStephen Rothwell1-3/+3
2007-07-31ipmi: Fix mem leak in try_init_dmi()Jesper Juhl1-0/+1
2007-07-16drivers/char/ipmi/ipmi_si_intf.c: lower printk severityDan Aloni1-1/+1
2007-05-12IPMI: Add PPC openfirmware unregisterChristian Krafft1-0/+4
2007-05-12IPMI: fix SI address space settingsCorey Minyard1-2/+2
2007-05-08ipmi: add pci remove handlingCorey Minyard1-0/+3
2007-05-08ipmi: allow shared interruptsCorey Minyard1-35/+89
2007-05-08ipmi: add powerpc openfirmware sensingCorey Minyard1-0/+108
2007-03-05[PATCH] ipmi: check, if default ports are accessible on PPCChristian Krafft1-0/+5
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