summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c (follow)
Commit message (Expand)AuthorAge
* PCI: Skip MPS logic for Virtual Functions (VFs)Myron Stowe2018-08-24
* PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constantMatthias Kaehlcke2018-04-08
* PCI: Apply _HPX settings only to relevant devicesBjorn Helgaas2017-11-30
* PCI: Decouple IORESOURCE_ROM_ENABLE and PCI_ROM_ADDRESS_ENABLESumit Semwal2017-03-30
* PCI: Enumerate switches below PCI-to-PCIe bridgesBjorn Helgaas2017-01-26
* PCI: Set Read Completion Boundary to 128 iff Root Port supports it (_HPX)Johannes Thumshirn2016-12-08
* PCI: Disable all BAR sizing for devices with non-compliant BARsPrarit Bhargava2016-06-07
* PCI: Disable IO/MEM decoding for devices with non-compliant BARsBjorn Helgaas2016-04-12
* Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci'Rafael J. Wysocki2015-11-20
|\
| * PCI: Fix OF logic in pci_dma_configure()Suravee Suthikulpanit2015-11-20
* | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-12
|\ \
| * | Merge branch 'acpi-pci'Rafael J. Wysocki2015-11-07
| |\|
| | * PCI: ACPI: Add support for PCI device DMA coherencySuthikulpanit, Suravee2015-11-07
| | * PCI: OF: Move of_pci_dma_configure() to pci_dma_configure()Suthikulpanit, Suravee2015-11-07
* | | Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-11-06
|\ \ \ | |/ / |/| |
| | |
| | \
| *-. \ Merge branches 'pci/aer', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource...Bjorn Helgaas2015-11-02
| |\ \ \
| | | * | PCI: Add support for Enhanced Allocation devicesSean O. Stalley2015-10-29
| | |/ / | |/| |
| | * | PCI/AER: Clear error status registers during enumeration and restoreTaku Izumi2015-09-17
| |/ /
* | | PCI/MSI: Allow the MSI domain to be device-specificMarc Zyngier2015-10-16
* | | PCI: Add per-device MSI domain hookMarc Zyngier2015-10-16
| |/ |/|
* | PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesAlex Williamson2015-09-24
* | PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-15
|/
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-08
|\
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-10
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-01
|\ \
| * | PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-30
| * | PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier2015-07-30
| |/
* | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-31
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-28
| |\ \ \
| | * | | PCI: Set MPS to match upstream bridgeKeith Busch2015-08-24
| | * | | PCI: Move MPS configuration check to pci_configure_device()Bjorn Helgaas2015-08-20
| | * | | PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-20
| | | |/ | | |/|
| | | |
| | \ \
| | \ \
| | \ \
| *---. | | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-14
| |\ \ \| |
| | | * | | PCI: Allocate ATS struct during enumerationBjorn Helgaas2015-08-13
| | | |/ /
| | * / / PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-30
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-04
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | | * PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-23
| | |/ | |/|
| | * PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classesBjorn Helgaas2015-07-14
| |/
* | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli2015-08-26
* | PCI: Tolerate hierarchies with no Root PortYijing Wang2015-08-19
|/
*-----. Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci...Bjorn Helgaas2015-06-12
|\ \ \ \
| | | | * PCI: Add pci_bus_addr_tYinghai Lu2015-05-29
| |_|_|/ |/| | |
| | | * PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin2015-05-07
| |_|/ |/| |
| | * PCI: Remove unused pci_scan_bus_parented()Yijing Wang2015-06-12
| |/ |/|
| * PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang2015-05-29
| * PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang2015-05-22
|/
*-. Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas2015-04-10
|\ \
| | * PCI: Export symbols required for loadable host driver modulesRay Jui2015-04-08
| |/
| |
| \
*-. | Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-23
|\ \|
| * | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-19