summaryrefslogtreecommitdiff
path: root/drivers/pci/setup-bus.c
AgeCommit message (Expand)Author
2017-04-18PCI: Fix calculation of bridge window's size and alignmentYongji Xie
2016-12-29PCI: Remove res_to_dev_res() debug messageBjorn Helgaas
2016-09-10x86/ioapic: Ignore root bridges without a companion ACPI deviceRui Wang
2016-08-18x86/ioapic: Support hot-removal of IOAPICs present during bootRui Wang
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-06-23PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when assigning resourcesDavid Daney
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when sizing resourcesDavid Daney
2015-06-01PCI: Preserve resource size during alignment reorderingYinghai Lu
2015-05-27PCI: Fix IOV resource sorting by alignment requirementWei Yang
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui
2015-03-31PCI: Consider additional PF's IOV BAR alignment in sizing and assigningWei Yang
2015-01-16PCI: Add pci_claim_bridge_resource() to clip window if necessaryYinghai Lu
2015-01-16PCI: Pass bridge device, not bus, when updating bridge windowsYinghai Lu
2014-09-30PCI: Add missing MEM_64 mask in pci_assign_unassigned_bridge_resources()Yinghai Lu
2014-07-08PCI: Support BAR sizes up to 128GBYinghai Lu
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses
2014-06-10PCI: Whitespace cleanupRyan Desfosses
2014-05-28Merge branches 'pci/hotplug', 'pci/pci_is_bridge' and 'pci/virtualization' in...Bjorn Helgaas
2014-05-27PCI: Use pci_is_bridge() to simplify codeYijing Wang
2014-05-26Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pc...Bjorn Helgaas
2014-05-23PCI: Add resource allocation commentsBjorn Helgaas
2014-05-23PCI: Change pbus_size_mem() return values to be more conventionalBjorn Helgaas
2014-05-23PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resourcesYinghai Lu
2014-05-23PCI: Support BAR sizes up to 8GBAlan
2014-04-29PCI: Remove unnecessary __ref annotationsBjorn Helgaas
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu
2013-12-13PCI: Stop clearing bridge Secondary Status when setting up I/O apertureBjorn Helgaas
2013-12-13PCI: Prevent bus conflicts while checking for bridge aperturesBjorn Helgaas
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-09-25PCI: Pass type, width, and prefetchability for window alignmentWei Yang
2013-09-25PCI: Use pci_is_root_bus() to check for root busWei Yang
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-08-26Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas
2013-08-05PCI: Align bridge I/O windows as required by downstream devices & bridgesBjorn Helgaas
2013-08-02PCI: Fix types in pbus_size_io()Wei Yang
2013-08-02PCI: Add comments for pbus_size_mem() parametersWei Yang
2013-08-02PCI: Enumerate subordinate buses, not devices, in pci_bus_get_depth()Wei Yang
2013-07-26PCI: Retry allocation of only the resource type that failedYinghai Lu
2013-07-25PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu
2013-07-25PCI: Move resource reallocation code to non-__initYinghai Lu
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu
2013-07-25PCI: Assign resources on a per-bus basisYinghai Lu
2013-07-25PCI: Enable unassigned resource reallocation on per-bus basisYinghai Lu
2013-07-25PCI: Turn on reallocation for unassigned resources with host bridge offsetYinghai Lu