aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01PCI: Preserve resource size during alignment reorderingYinghai Lu1-2/+3
2015-05-27PCI: Fix IOV resource sorting by alignment requirementWei Yang1-1/+3
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-16/+79
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+1
2015-03-31PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang1-16/+79
2015-01-16PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu1-0/+35
2015-01-16PCI: Pass bridge device, not bus, when updating bridge windowsYinghai Lu1-12/+9
2014-09-30PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources()Yinghai Lu1-1/+1
2014-07-08PCI: Support BAR sizes up to 128GBYinghai Lu1-1/+1
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-22/+17
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-6/+6
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' into nextBjorn Helgaas1-3/+1
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang1-3/+1
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into nextBjorn Helgaas1-67/+155
2014-05-23PCI: Add resource allocation commentsBjorn Helgaas1-15/+43
2014-05-23PCI: Change pbus_size_mem() return values to be more conventionalBjorn Helgaas1-14/+21
2014-05-23PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu1-51/+99
2014-05-23PCI: Support BAR sizes up to 8GBAlan1-5/+10
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas1-13/+12
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-8/+8
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu1-8/+8
2013-12-13PCI: Stop clearing bridge Secondary Status when setting up I/O apertureBjorn Helgaas1-5/+5
2013-12-13PCI: Prevent bus conflicts while checking for bridge aperturesBjorn Helgaas1-2/+4
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-9/+9
2013-09-25PCI: Pass type, width, and prefetchability for window alignmentWei Yang1-1/+1
2013-09-25PCI: Use pci_is_root_bus() to check for root busWei Yang1-1/+1
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-88/+88
2013-08-26Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas1-74/+77
2013-08-05PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas1-5/+2
2013-08-02PCI: Fix types in pbus_size_io()Wei Yang1-3/+4
2013-08-02PCI: Add comments for pbus_size_mem() parametersWei Yang1-0/+2
2013-08-02PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang1-6/+3
2013-07-26PCI: Retry allocation of only the resource type that failedYinghai Lu1-1/+68
2013-07-25PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu1-1/+1
2013-07-25PCI: Move resource reallocation code to non-__initYinghai Lu1-8/+7
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-7/+3
2013-07-25PCI: Assign resources on a per-bus basisYinghai Lu1-37/+25
2013-07-25PCI: Enable unassigned resource reallocation on per-bus basisYinghai Lu1-19/+23
2013-07-25PCI: Turn on reallocation for unassigned resources with host bridge offsetYinghai Lu1-1/+6
2013-07-25PCI: Look for unassigned resources on per-bus basisYinghai Lu1-15/+29
2013-07-25PCI: Drop temporary variable in pci_assign_unassigned_resources()Yinghai Lu1-10/+7
2013-06-23PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu1-4/+4
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas1-0/+2
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas1-1/+1
2013-01-25PCI: Add root bus children dev's res to fail listYinghai Lu1-1/+1
2012-11-03PCI: Move out pci_enable_bridges out of assign_unsigned_bus_resYinghai Lu1-2/+0
2012-11-03PCI: Move pci_rescan_bus() back to probe.cYinghai Lu1-23/+0
2012-10-30PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu1-14/+19
2012-09-11PCI: Refactor pbus_size_mem()Gavin Shan1-13/+23
2012-09-11PCI: Align P2P windows using pcibios_window_alignment()Gavin Shan1-9/+6