summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)Author
2014-11-19PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas
2014-09-30PCI: Add generic domain handlingCatalin Marinas
2014-09-23Merge branch 'pci/hotplug' into nextBjorn Helgaas
2014-09-19Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas
2014-09-19Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas
2014-09-12PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas
2014-09-12PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas
2014-09-12PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas
2014-09-12PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas
2014-09-12PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas
2014-09-12PCI: Remove unused pci_configure_slot()Bjorn Helgaas
2014-09-12PCI: Add pci_configure_device() during enumerationBjorn Helgaas
2014-09-12PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas
2014-09-08PCI: Enable CRS Software Visibility for root port if it is supportedRajat Jain
2014-09-08PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson
2014-05-27PCI: Test for std config alias when testing extended config spaceAlex Williamson
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas
2014-05-23PCI: Don't add disabled subtractive decode bus resourcesBjorn Helgaas
2014-05-23PCI: Don't print anything while decoding is disabledBjorn Helgaas
2014-05-23PCI: Don't set BAR to zero if dma_addr_t is too smallBjorn Helgaas
2014-05-23PCI: Don't convert BAR address to resource if dma_addr_t is too smallBjorn Helgaas
2014-05-23PCI: Reject BAR above 4GB if dma_addr_t is too smallBjorn Helgaas
2014-05-23PCI: Fail safely if we can't handle BARs larger than 4GBBjorn Helgaas
2014-04-29PCI: Fix use of uninitialized MPS valueBjorn Helgaas
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas
2014-02-27PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas
2014-02-11PCI: Don't scan random busses in pci_scan_bridge()Andreas Noever
2014-02-11PCI: Check for child busses which use more bus numbers than allocatedAndreas Noever
2014-02-11PCI: Remove pci_fixup_parent_subordinate_busnr()Andreas Noever
2014-02-10PCI: Make sure bus number resources stay within their parents boundsAndreas Noever
2014-02-10PCI: Use request_resource_conflict() instead of insert_ for bus numbersAndreas Noever
2014-02-10PCI: Assign CardBus bus number only during the second passAndreas Noever
2014-02-10PCI: Clarify the "scan anyway" comment in pci_scan_bridge()Andreas Noever
2014-02-10PCI: Increment max correctly in pci_scan_bridge()Andreas Noever
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki
2014-01-13PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas
2014-01-13PCI: Make local functions staticStephen Hemminger