summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-06-2217-1399/+1248
|\
| * PCI: drivers/pci/slot.c should depend on CONFIG_SYSFSAlex Chiang2009-06-181-1/+1
| * PCI hotplug: remove redundant .owner initializationsKenji Kaneshige2009-06-169-9/+0
| * PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige2009-06-161-7/+16
| * PCI hotplug: fix return value of has_foo() functionsKenji Kaneshige2009-06-161-64/+68
| * PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige2009-06-163-144/+1
| * PCI Hotplug: cpqphp: don't use pci_find_slot()Alex Chiang2009-06-112-6/+12
| * PCI Hotplug: cpqphp: constify slot_name()Alex Chiang2009-06-111-1/+1
| * PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridgeAlex Chiang2009-06-111-12/+2
| * PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()Alex Chiang2009-06-113-70/+47
| * PCI Hotplug: cpqphp: refactor cpqhp_save_configAlex Chiang2009-06-111-91/+91
| * PCI Hotplug: cpqphp: style cleanupsAlex Chiang2009-06-111-11/+6
| * PCI Hotplug: cpqphp: refactor cpqphp_save_slot_configAlex Chiang2009-06-111-46/+39
| * PCI Hotplug: cpqphp: clean up cpqphp_ctrl.cAlex Chiang2009-06-111-91/+79
| * PCI Hotplug: cpqphp: refactor cpqhp_probeAlex Chiang2009-06-111-197/+185
| * PCI Hotplug: cpqphp: eliminate stray bracesAlex Chiang2009-06-111-33/+22
| * PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.cAlex Chiang2009-06-111-237/+224
| * PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.hAlex Chiang2009-06-111-31/+45
| * PCI Hotplug: cpqphp: fix comment styleAlex Chiang2009-06-115-315/+387
| * PCI Hotplug: cpqphp: stray whitespace cleanupsAlex Chiang2009-06-115-122/+110
| * PCI: ibmphp_core.c: fix warning due to missing module_exit()akpm@linux-foundation.org2009-06-111-0/+1
* | trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugPeter Huewe2009-06-121-2/+2
* | Merge branch 'linus' into irq/numaIngo Molnar2009-06-012-38/+26
|\ \ | |/
| * PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcAlex Chiang2009-05-272-38/+26
* | x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-181-4/+2
* | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fixCyrill Gorcunov2009-05-121-1/+1
* | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu2009-05-111-26/+30
|/
* PCI Hotplug: acpiphp: grab refcount on p2p subordinate busAlex Chiang2009-04-061-0/+14
* PCI: update fakephp for bus_id removalStephen Rothwell2009-03-261-1/+2
* PCI Hotplug: rename legacy_fakephp to fakephpAlex Chiang2009-03-202-1/+1
* PCI Hotplug: restore fakephp interface with complete reimplementationTrent Piepho2009-03-203-396/+163
* PCI: Introduce pci_rescan_bus()Alex Chiang2009-03-201-3/+3
* PCI hotplug: fix wrong assumption in acpi_get_hp_hw_control_from_firmwareKenji Kaneshige2009-03-201-22/+12
* PCI hotplug: fix wrong assumption in acpi_get_hp_params_from_firmwareKenji Kaneshige2009-03-201-11/+6
* PCI: PCIe portdrv: Implement pm objectRafael J. Wysocki2009-03-201-2/+2
* PCI hotplug: shpchp: fix bus number check to avoid false positiveRoel Kluin2009-03-191-1/+1
* PCI/ACPI: rename pci_osc_control_set()Kenji Kaneshige2009-03-191-3/+2
* PCI: pciehp: make cmd_busy flag one bitKenji Kaneshige2009-03-191-1/+1
* PCI: pciehp: enable software notification on empty slotsKenji Kaneshige2009-03-192-20/+12
* PCI: pciehp: fix possible endless loop in pcie_isrKenji Kaneshige2009-03-191-1/+2
* PCI: introduce missing kfreeJulia Lawall2009-03-191-2/+3
* PCI: add missing KERN_* constants to printksFrank Seidel2009-03-192-10/+10
* PCI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-191-1/+2
* PCI: PCIe portdrv: Remove struct pcie_port_service_idRafael J. Wysocki2009-03-192-21/+4
* PCI: PCIe portdrv: Simplily probe callback of service driversRafael J. Wysocki2009-03-192-3/+2
* powerpc/pseries: The RPA PCI hotplug driver depends on EEHMichael Ellerman2009-03-121-1/+1
* PCI: pciehp: Handle interrupts that happen during initialization.Eric W. Biederman2009-02-243-8/+16
* PCI hotplug: Change link order of pciehp & acpiphpMatthew Garrett2009-01-271-1/+5
* PCI hotplug: fakephp: Allocate PCI resources before adding the deviceDarrick J. Wong2009-01-271-16/+26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-01-261-1/+3
|\
OpenPOWER on IntegriCloud