aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi/ipmi_si_intf.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-27ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe1-1/+1
2010-05-27ipmi: attempt to register multiple SIs of the same typeMatthew Garrett1-7/+21
2010-05-27ipmi: reduce pollingMatthew Garrett1-7/+13
2010-05-27ipmi: reduce polling when interrupts are availableMatthew Garrett1-2/+10
2010-05-27ipmi: change device discovery orderMatthew Garrett1-11/+12
2010-05-27ipmi: only register one si per bmcMatthew Garrett1-2/+27
2010-05-27ipmi: split device discovery and registrationMatthew Garrett1-46/+84
2010-05-27ipmi: change addr_source to an enum rather than stringsMatthew Garrett1-19/+25
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2010-03-12ipmi: fix slave_addrs setting to actually workBela Lubkin1-2/+3
2010-03-12ipmi: add parameter to limit CPU usage in kipmidMartin Wilck1-2/+64
2009-12-30ACPI: fix ACPI=n allmodconfig buildIngo Molnar1-2/+2
2009-12-15ipmi: add PNP discovery (ACPI namespace via PNPACPI)Bjorn Helgaas1-0/+104
2009-12-15ipmi: refer to table as "SPMI", not "ACPI"Bjorn Helgaas1-5/+5
2009-12-15ipmi: remove unused PCI probe codeBjorn Helgaas1-4/+0
2009-06-15ipmi: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2
2009-04-21ipmi: test for event buffer before usingCorey Minyard1-29/+119
2009-04-21ipmi: fix platform return checkCorey Minyard1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-3/+3
2008-11-12Fix platform drivers that crash on suspend/resumeDarrick J. Wong1-7/+9
2008-09-23powerpc: convert CONFIG_PPC_MERGE to CONFIG_PPC for legacy io checksKumar Gala1-1/+1
2008-08-20drivers/char/ipmi/ipmi_si_intf.c:default_find_bmc(): fix leakAndrew Morton1-5/+3
2008-07-30ipmi/powerpc: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-2/+2
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...Linus 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()...Zhang, 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
2005-08-31[ACPI] check acpi_disabled in IPMIYann Droneaud1-0/+3
2005-08-24[ACPI] delete CONFIG_ACPI_INTERPRETERLen Brown1-3/+3
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl1-1/+1
2005-05-04[PATCH] ipmi iomem annotations and fixesAl Viro1-16/+16
2005-05-01[PATCH] ipmi: enable interrupts on the BT driverCorey Minyard1-5/+35
2005-05-01[PATCH] IPMI: fix for handling bad ACPI dataCorey Minyard1-2/+11
2005-05-01[PATCH] IPMI: fix for handling bad IPMI DMI dataCorey Minyard1-1/+7
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2359