aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-09-12PCI: Preserve BIOS PCI_COMMAND_SERR and PCI_COMMAND_PARITY settingsBjorn Helgaas1-8/+0
2014-09-12PCI: Apply _HPP settings to PCIe devices as well as PCI and PCI-XBjorn Helgaas1-8/+1
2014-09-12PCI: Remove unused pci_configure_slot()Bjorn Helgaas1-28/+0
2014-09-12PCI: Add pci_configure_device() during enumerationBjorn Helgaas1-0/+25
2014-09-12PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas1-0/+150
2014-09-08PCI: Enable CRS Software Visibility for root port if it is supportedRajat Jain1-0/+13
2014-09-08PCI: Check only the Vendor ID to identify Configuration Request RetryRajat Jain1-2/+7
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-17/+12
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-12/+10
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-5/+4
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+38
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-2/+2
2014-05-28PCI: Introduce new device binding path using pci_dev.driver_overrideAlex Williamson1-0/+1
2014-05-27PCI: Test for std config alias when testing extended config spaceAlex Williamson1-1/+38
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into nextBjorn Helgaas1-19/+29
2014-05-23PCI: Don't add disabled subtractive decode bus resourcesBjorn Helgaas1-1/+1
2014-05-23PCI: Don't print anything while decoding is disabledBjorn Helgaas1-4/+6
2014-05-23PCI: Don't set BAR to zero if dma_addr_t is too smallBjorn Helgaas1-6/+7
2014-05-23PCI: Don't convert BAR address to resource if dma_addr_t is too smallBjorn Helgaas1-2/+3
2014-05-23PCI: Reject BAR above 4GB if dma_addr_t is too smallBjorn Helgaas1-1/+1
2014-05-23PCI: Fail safely if we can't handle BARs larger than 4GBBjorn Helgaas1-6/+12
2014-04-29PCI: Fix use of uninitialized MPS valueBjorn Helgaas1-1/+1
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas1-4/+4
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas1-4/+13
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12
2014-02-27PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas1-0/+1
2014-02-11PCI: Don't scan random busses in pci_scan_bridge()Andreas Noever1-3/+7
2014-02-11PCI: Check for child busses which use more bus numbers than allocatedAndreas Noever1-4/+6
2014-02-11PCI: Remove pci_fixup_parent_subordinate_busnr()Andreas Noever1-30/+0
2014-02-10PCI: Make sure bus number resources stay within their parents boundsAndreas Noever1-2/+8
2014-02-10PCI: Use request_resource_conflict() instead of insert_ for bus numbersAndreas Noever1-1/+1
2014-02-10PCI: Assign CardBus bus number only during the second passAndreas Noever1-1/+1
2014-02-10PCI: Clarify the "scan anyway" comment in pci_scan_bridge()Andreas Noever1-5/+4
2014-02-10PCI: Increment max correctly in pci_scan_bridge()Andreas Noever1-2/+3
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki1-19/+2