aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2006-03-23[PATCH] acpiphp: fix acpi_path_nameGravatar MUNEDA Takahiro 3-43/+27
2006-03-23[PATCH] ibmphp: remove TRUE and FALSEGravatar Kristen Accardi 6-85/+83
2006-03-23[PATCH] PCI Hotplug: add common acpi functions to coreGravatar Kristen Accardi 14-591/+254
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciGravatar Eric Sesterhenn 14-169/+75
2006-03-23[PATCH] acpiphp: Scan slots under the nested P2P bridgeGravatar Kenji Kaneshige 1-1/+8
2006-03-23[PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPBGravatar John Keller 1-8/+8
2006-03-23[PATCH] shpchp: cleanup bus speed handlingGravatar Kenji Kaneshige 2-429/+189
2006-03-23[PATCH] PCI: fix pci_request_region[s] argGravatar Jeff Garzik 1-2/+2
2006-03-23[PATCH] PCI: Provide a boot parameter to disable MSIGravatar Matthew Wilcox 4-2/+22
2006-03-23[PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCGravatar Adrian Bunk 2-143/+0
2006-03-23[PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead codeGravatar Adrian Bunk 1-62/+14
2006-03-23[PATCH] acpiphp: fix bridge handleGravatar MUNEDA Takahiro 1-2/+2
2006-03-23[PATCH] acpiphp - slot management fix - V4Gravatar MUNEDA Takahiro 3-98/+87
2006-03-23[PATCH] acpiphp: add dock event handlingGravatar Kristen Accardi 5-24/+545
2006-03-23[PATCH] acpiphp: add new bus to acpiGravatar Kristen Accardi 1-2/+109
2006-03-23[PATCH] PCI: Move pci_dev_put outside a spinlockGravatar Alan Stern 1-2/+2
2006-03-23[PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fixGravatar Bernhard Kaindl 1-1/+3
2006-03-23[PATCH] PCI: fix problems with MSI-X on ia64Gravatar Grant Grundler 1-13/+24
2006-03-23[PATCH] PCI: remove msi save/restore code in specific driverGravatar Shaohua Li 2-63/+4
2006-03-23[PATCH] PCI: make MSI quirk inheritable from the pci busGravatar Michael S. Tsirkin 3-2/+9
2006-03-23[PATCH] PCI: quirk for asus a8v and a8v delux motherboardsGravatar Bauke Jan Douma 1-0/+31
2006-03-23[PATCH] PCI: SMBus unhide on HP Compaq nx6110Gravatar tomek@koprowski.org 1-0/+6
2006-03-23[PATCH] PCI: Add pci_device_shutdown to pci_bus_typeGravatar Brian Gerst 1-8/+1
2006-03-23[PATCH] shpchp: adapt to pci driver modelGravatar Kenji Kaneshige 2-23/+7
2006-03-23[PATCH] shpchp: Fix slot state handlingGravatar Kenji Kaneshige 3-61/+181
2006-03-23[PATCH] shpchp: event handling reworkGravatar Kenji Kaneshige 4-266/+119
2006-03-23[PATCH] shpchp: Remove unused wait_for_ctrl_irqGravatar Kenji Kaneshige 2-22/+1
2006-03-23[PATCH] shpchp: Remove unused pci_bus member from controller structureGravatar Kenji Kaneshige 2-13/+1
2006-03-23[PATCH] PCI: Avoid leaving MASTER_ABORT disabled permanently when returning f...Gravatar Ralf Baechle 1-7/+8
2006-03-23[PATCH] shpchp - Fix incorrect return value of interrupt handlerGravatar Kenji Kaneshige 1-8/+3
2006-03-23[PATCH] shpchp - move slot name into struct slotGravatar Kenji Kaneshige 2-11/+5
2006-03-23[PATCH] shpchp - removed unncessary 'magic' member from slotGravatar Kenji Kaneshige 2-7/+0
2006-03-23[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()Gravatar Kenji Kaneshige 2-13/+6
2006-03-23[PATCH] pcihp_skeleton.c cleanupGravatar Kenji Kaneshige 1-22/+11
2006-03-23[PATCH] shpchp - bugfix: add missing serializationGravatar Kenji Kaneshige 1-42/+24
2006-03-23[PATCH] shpchp - cleanup check command statusGravatar Kenji Kaneshige 3-123/+23
2006-03-23[PATCH] shpchp - cleanup controller listGravatar Kenji Kaneshige 3-21/+10
2006-03-23[PATCH] shpchp - cleanup slot listGravatar Kenji Kaneshige 2-23/+17
2006-03-23[PATCH] shpchp - cleanup shpchp_core.cGravatar Kenji Kaneshige 1-48/+36
2006-03-23[PATCH] shpchp - cleanup init_slots()Gravatar Kenji Kaneshige 2-64/+63
2006-03-23[PATCH] PCI hotplug: convert semaphores to mutexGravatar Ingo Molnar 13-137/+143
2006-03-23[PATCH] PCI: quirk for IBM Dock II cardbus controllersGravatar Kristen Accardi 1-0/+27
2006-03-23[PATCH] PCI: really fix parent's subordinate busnrGravatar Kristen Accardi 1-0/+5
2006-03-23[PATCH] PCI: return max reserved busnrGravatar Kristen Accardi 1-2/+3
2006-03-23[PATCH] PCI: clean up msi.c a bitGravatar Grant Grundler 2-23/+37
2006-02-01[PATCH] PowerPC/PCI Hotplug build breakGravatar Linas Vepstas 1-0/+1
2006-01-31[PATCH] powerpc/PCI hotplug: shuffle error checking to better location.Gravatar linas@austin.ibm.com 1-22/+22
2006-01-31[PATCH] powerpc/PCI hotplug: minor cleanup forward declsGravatar linas@austin.ibm.com 1-19/+11
2006-01-31[PATCH] powerpc/PCI hotplug: cleanup: add prefixGravatar linas@austin.ibm.com 5-24/+20
2006-01-31[PATCH] powerpc/PCI hotplug: merge rpaphp_enable_pci_slot()Gravatar linas@austin.ibm.com 3-39/+30