aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-24PCI/MSI: Fix MSI IRQ domains for VFs on virtual busesAlex Williamson1-6/+11
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-6/+0
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+1
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+45
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-27/+65
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas1-21/+54
2015-08-26PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli1-1/+1
2015-08-24PCI: Set MPS to match upstream bridgeKeith Busch1-2/+20
2015-08-20PCI: Move MPS configuration check to pci_configure_device()Bjorn Helgaas1-19/+24
2015-08-20PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi1-2/+12
2015-08-19PCI: Tolerate hierarchies with no Root PortYijing Wang1-1/+6
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into nextBjorn Helgaas1-5/+4
2015-08-13PCI: Allocate ATS struct during enumerationBjorn Helgaas1-0/+3
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-2/+1
2015-08-04Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-1/+7
2015-07-30PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang1-5/+1
2015-07-30PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier1-1/+4
2015-07-30PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier1-0/+42
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-0/+6
2015-07-14PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classesBjorn Helgaas1-1/+1
2015-06-12Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/msi', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas1-26/+43
2015-06-12PCI: Remove unused pci_scan_bus_parented()Yijing Wang1-19/+0
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu1-6/+6
2015-05-29PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang1-1/+1
2015-05-22PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang1-0/+18
2015-05-07PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin1-0/+18
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into nextBjorn Helgaas1-0/+1
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+1
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas1-2/+0
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-1/+0
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang1-1/+0
2015-03-12PCI: Update DMA configuration from DTMurali Karicheri1-0/+2
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu1-5/+5
2014-12-10Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-45/+35
2014-11-19Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and 'pci/virtualization' into nextBjorn Helgaas1-45/+35
2014-11-19PCI: Add informational printk for invalid BARsMyron Stowe1-1/+4
2014-11-19PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu1-12/+16
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu1-1/+1
2014-11-10PCI: Delete unnecessary NULL pointer checksMarkus Elfring1-2/+1
2014-11-10PCI: Shrink decoding-disabled window while sizing BARsMyron Stowe1-46/+31
2014-11-10PCI: Restore detection of read-only BARsMyron Stowe1-0/+3
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+162
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas1-3/+8
2014-09-30PCI: Add generic domain handlingCatalin Marinas1-3/+8
2014-09-23Merge branch 'pci/hotplug' into nextBjorn Helgaas1-0/+134
2014-09-19Revert "PCI: Make sure bus number resources stay within their parents bounds"Bjorn Helgaas1-8/+2
2014-09-19Revert "PCI: Don't scan random busses in pci_scan_bridge()"Bjorn Helgaas1-7/+3
2014-09-12PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas1-3/+0
2014-09-12PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas1-0/+10
2014-09-12PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas1-5/+0