summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-03-2464-2564/+2198
|\
| * [PATCH] acpiphp: fix acpi_path_nameMUNEDA Takahiro2006-03-233-43/+27
| * [PATCH] ibmphp: remove TRUE and FALSEKristen Accardi2006-03-236-85/+83
| * [PATCH] PCI Hotplug: add common acpi functions to coreKristen Accardi2006-03-2314-591/+254
| * [PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn2006-03-2314-169/+75
| * [PATCH] acpiphp: Scan slots under the nested P2P bridgeKenji Kaneshige2006-03-231-1/+8
| * [PATCH] PCI Hotplug: SN: Fix cleanup on hotplug removal of PPBJohn Keller2006-03-231-8/+8
| * [PATCH] shpchp: cleanup bus speed handlingKenji Kaneshige2006-03-232-429/+189
| * [PATCH] PCI: fix pci_request_region[s] argJeff Garzik2006-03-232-4/+4
| * [PATCH] PCI: Provide a boot parameter to disable MSIMatthew Wilcox2006-03-235-2/+26
| * [PATCH] PCI: the scheduled removal of PCI_LEGACY_PROCAdrian Bunk2006-03-233-150/+0
| * [PATCH] PCI: cpqphp_ctrl.c: board_replaced(): remove dead codeAdrian Bunk2006-03-231-62/+14
| * [PATCH] acpiphp: fix bridge handleMUNEDA Takahiro2006-03-231-2/+2
| * [PATCH] acpiphp - slot management fix - V4MUNEDA Takahiro2006-03-233-98/+87
| * [PATCH] acpi: remove dock event handling from ibm_acpiKristen Accardi2006-03-232-3/+22
| * [PATCH] acpiphp: add dock event handlingKristen Accardi2006-03-235-24/+545
| * [PATCH] acpi: export acpi_bus_trimKristen Accardi2006-03-232-2/+4
| * [PATCH] acpiphp: add new bus to acpiKristen Accardi2006-03-231-2/+109
| * [PATCH] PCI: Move pci_dev_put outside a spinlockAlan Stern2006-03-231-2/+2
| * [PATCH] PCI: PCI/Cardbus cards hidden, needs pci=assign-busses to fixBernhard Kaindl2006-03-232-1/+35
| * [PATCH] PCI: fix problems with MSI-X on ia64Grant Grundler2006-03-231-13/+24
| * [PATCH] PCI: resource address mismatchLinus Torvalds2006-03-232-6/+18
| * [PATCH] PCI: remove msi save/restore code in specific driverShaohua Li2006-03-232-63/+4
| * [PATCH] PCI: make MSI quirk inheritable from the pci busMichael S. Tsirkin2006-03-234-3/+15
| * [PATCH] PCI: quirk for asus a8v and a8v delux motherboardsBauke Jan Douma2006-03-231-0/+31
| * [PATCH] PCI: SMBus unhide on HP Compaq nx6110tomek@koprowski.org2006-03-231-0/+6
| * [PATCH] PCI: Add pci_device_shutdown to pci_bus_typeBrian Gerst2006-03-231-8/+1
| * [PATCH] shpchp: adapt to pci driver modelKenji Kaneshige2006-03-232-23/+7
| * [PATCH] shpchp: Fix slot state handlingKenji Kaneshige2006-03-233-61/+181
| * [PATCH] shpchp: event handling reworkKenji Kaneshige2006-03-234-266/+119
| * [PATCH] shpchp: Remove unused wait_for_ctrl_irqKenji Kaneshige2006-03-232-22/+1
| * [PATCH] shpchp: Remove unused pci_bus member from controller structureKenji Kaneshige2006-03-232-13/+1
| * [PATCH] PCI: Avoid leaving MASTER_ABORT disabled permanently when returning f...Ralf Baechle2006-03-231-7/+8
| * [PATCH] PCI: Give PCI config access initialization a defined orderingAndi Kleen2006-03-237-23/+40
| * [PATCH] shpchp - Fix incorrect return value of interrupt handlerKenji Kaneshige2006-03-231-8/+3
| * [PATCH] shpchp - move slot name into struct slotKenji Kaneshige2006-03-232-11/+5
| * [PATCH] shpchp - removed unncessary 'magic' member from slotKenji Kaneshige2006-03-232-7/+0
| * [PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()Kenji Kaneshige2006-03-232-13/+6
| * [PATCH] pcihp_skeleton.c cleanupKenji Kaneshige2006-03-231-22/+11
| * [PATCH] shpchp - bugfix: add missing serializationKenji Kaneshige2006-03-231-42/+24
| * [PATCH] shpchp - cleanup check command statusKenji Kaneshige2006-03-233-123/+23
| * [PATCH] shpchp - cleanup controller listKenji Kaneshige2006-03-233-21/+10
| * [PATCH] shpchp - cleanup slot listKenji Kaneshige2006-03-232-23/+17
| * [PATCH] shpchp - cleanup shpchp_core.cKenji Kaneshige2006-03-231-48/+36
| * [PATCH] shpchp - cleanup init_slots()Kenji Kaneshige2006-03-232-64/+63
| * [PATCH] PCI hotplug: convert semaphores to mutexIngo Molnar2006-03-2313-137/+143
| * [PATCH] PCI: quirk for IBM Dock II cardbus controllersKristen Accardi2006-03-231-0/+27
| * [PATCH] PCI: really fix parent's subordinate busnrKristen Accardi2006-03-231-0/+5
| * [PATCH] PCI: return max reserved busnrKristen Accardi2006-03-232-2/+4
| * [PATCH] PCI: clean up msi.c a bitGrant Grundler2006-03-232-23/+37