summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2013-01-26PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu1-44/+15
2013-01-26PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu1-36/+6
2013-01-26PCI: Make device create/destroy logic symmetricJiang Liu2-3/+2
2013-01-26PCI: Fix reference count leak in pci_dev_present()Jiang Liu1-5/+5
2013-01-26PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu1-0/+1
2013-01-26PCI: Add root bus children dev's res to fail listYinghai Lu1-1/+1
2013-01-25PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu1-1/+26
2013-01-25Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2-7/+7
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2-4/+4
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2-3/+3
2013-01-10Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas6-63/+73
2013-01-08PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu1-0/+2
2013-01-03ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki1-8/+36
2013-01-03ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki4-32/+30
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2-10/+12
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2-19/+5
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2-5/+1
2012-12-26PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski1-2/+5
2012-12-26PCI/PM: Do not suspend port if any subordinate device needs PME pollingHuang Ying1-1/+19
2012-12-26PCI: Remove spurious error for sriov_numvfs store and simplify flowBjorn Helgaas1-51/+34
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-0/+270
2012-12-14Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds19-131/+479
2012-12-12Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-159/+121
2012-12-11Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-1/+1
2012-12-10PCI: Use phys_addr_t for physical ROM addressBjorn Helgaas1-1/+1
2012-12-07Merge branch 'pci/bjorn-pcie-cap' into nextBjorn Helgaas3-15/+18
2012-12-07PCI: Add standard PCIe Capability Link ASPM field namesBjorn Helgaas1-5/+6
2012-12-07PCI/portdrv: Use PCI Express Capability accessorsBjorn Helgaas1-2/+1
2012-12-07PCI: Use standard PCIe Capability Link register field namesBjorn Helgaas1-2/+2
2012-12-07Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas3-2/+27
2012-12-06PCI: Add support for non-BAR ROMsMatthew Garrett1-2/+9
2012-12-06PCI: Add pcibios_add_deviceMatthew Garrett2-0/+18
2012-12-06PCI: Add and use standard PCI-X Capability register namesBjorn Helgaas1-6/+9
2012-12-05Merge branch 'pci/huang-d3cold-fixes' into nextBjorn Helgaas2-27/+42
2012-12-05PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying2-27/+42
2012-12-01Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+4
2012-12-01xen-pcifront: Handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-11-30s390/pci: PCI hotplug support via SCLPJan Glauber3-0/+264
2012-11-30s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber1-0/+6
2012-11-29PCI: Remove __dev* markingsBill Pemberton8-90/+90
2012-11-29PCI: Always build setup-bus when PCI is enabledBill Pemberton1-4/+1
2012-11-29PCI: Move pci_uevent into pci-driver.cBill Pemberton4-40/+33
2012-11-29PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton4-28/+0
2012-11-28Merge branch 'pci/misc' into nextBjorn Helgaas2-5/+22
2012-11-27PCI/AER: Report success only when every device has AER-aware driverVijay Mohan Pandarathil2-4/+22
2012-11-27Merge branch 'for-linus' into nextBjorn Helgaas8-52/+62
2012-11-15ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki1-67/+4
2012-11-15Merge branch 'pm-qos' into acpi-dev-pmRafael J. Wysocki1-1/+7
2012-11-14Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+2
2012-11-14Merge branch 'pci/don-sriov' into nextBjorn Helgaas4-34/+234