summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+1Star
|\
| * cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-111-2/+1Star
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-0/+45
|\ \
| * | PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2015-07-301-1/+4
| * | PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier2015-07-301-0/+42
| |/
* | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-011-27/+65
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-281-21/+54
| |\ \ \
| | * | | PCI: Set MPS to match upstream bridgeKeith Busch2015-08-241-2/+20
| | * | | PCI: Move MPS configuration check to pci_configure_device()Bjorn Helgaas2015-08-201-19/+24
| | * | | PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-201-2/+12
| | | |/ | | |/|
| | | |
| | \ \
| | \ \
| | \ \
| *---. | | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-141-5/+4Star
| |\ \ \| |
| | | * | | PCI: Allocate ATS struct during enumerationBjorn Helgaas2015-08-131-0/+3
| | | |/ /
| | * / / PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-301-5/+1Star
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-051-1/+7
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | | * PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-0/+6
| | |/ | |/|
| | * PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classesBjorn Helgaas2015-07-141-1/+1
| |/
* | PCI: Make pci_msi_setup_pci_dev() non-static for use by arch codeGuilherme G. Piccoli2015-08-261-1/+1
* | PCI: Tolerate hierarchies with no Root PortYijing Wang2015-08-201-1/+6
|/
*-----. Merge branches 'pci/aspm', 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci...Bjorn Helgaas2015-06-121-26/+43
|\ \ \ \
| | | | * PCI: Add pci_bus_addr_tYinghai Lu2015-05-301-6/+6
| |_|_|/ |/| | |
| | | * PCI/MSI: Disable MSI at enumeration even if kernel doesn't support MSIMichael S. Tsirkin2015-05-071-0/+18
| |_|/ |/| |
| | * PCI: Remove unused pci_scan_bus_parented()Yijing Wang2015-06-121-19/+0Star
| |/ |/|
| * PCI: Use dev->has_secondary_link to find downstream PCIe linksYijing Wang2015-05-291-1/+1
| * PCI: Add dev->has_secondary_link to track downstream PCIe linksYijing Wang2015-05-221-0/+18
|/
*-. Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci...Bjorn Helgaas2015-04-101-0/+1
|\ \
| | * PCI: Export symbols required for loadable host driver modulesRay Jui2015-04-081-0/+1
| |/
| |
| \
*-. | Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas2015-03-231-2/+0Star
|\ \|
| * | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-1/+0Star
| * | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-121-1/+0Star
| |/
* / PCI: Update DMA configuration from DTMurali Karicheri2015-03-121-0/+2
|/
* PCI: Use common resource list management code instead of private implementationJiang Liu2015-02-051-5/+5
* Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-111-45/+35Star
|\
| *-. Merge branches 'pci/enumeration', 'pci/hotplug', 'pci/misc', 'pci/numa' and '...Bjorn Helgaas2014-11-191-45/+35Star
| |\ \
| | | * PCI: Delete unnecessary NULL pointer checksMarkus Elfring2014-11-111-2/+1Star
| | |/ | |/|
| | * PCI: Add informational printk for invalid BARsMyron Stowe2014-11-191-1/+4
| | * PCI: Shrink decoding-disabled window while sizing BARsMyron Stowe2014-11-111-46/+31Star
| | * PCI: Restore detection of read-only BARsMyron Stowe2014-11-111-0/+3
| |/
* | PCI: Support 64-bit bridge windows if we have 64-bit dma_addr_tYinghai Lu2014-11-191-12/+16
* | PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu2014-11-131-1/+1
|/
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-091-5/+162
|\
| * Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-011-3/+8
| |\
| | * PCI: Add generic domain handlingCatalin Marinas2014-10-011-3/+8
| * | Merge branch 'pci/hotplug' into nextBjorn Helgaas2014-09-231-0/+134
| |\ \
| | * | PCI: Configure *all* devices, not just hot-added onesBjorn Helgaas2014-09-131-3/+0Star
| | * | PCI: Preserve MPS and MRRS when applying _HPX settingsBjorn Helgaas2014-09-131-0/+10
| | * | PCI: Apply _HPP settings to all hot-added PCI devicesBjorn Helgaas2014-09-131-5/+0Star
| | * | PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas2014-09-131-8/+0Star
| | * | PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas2014-09-131-8/+1Star
| | * | PCI: Remove unused pci_configure_slot()Bjorn Helgaas2014-09-131-28/+0Star
| | * | PCI: Add pci_configure_device() during enumerationBjorn Helgaas2014-09-131-0/+25