aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/setup-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas1-0/+1
2020-05-21PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski1-53/+61
2020-05-01PCI: host-generic: Support building as modulesRob Herring1-0/+1
2020-03-30PCI: Add support for root bus sizingIvan Kokshaysky1-12/+22
2020-01-29PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson1-4/+12
2020-01-29PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson1-16/+7
2020-01-29PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson1-4/+4
2020-01-29PCI: Rename extend_bridge_window() parameterNicholas Johnson1-4/+4
2020-01-29PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson1-32/+46
2020-01-29PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson1-10/+6
2020-01-29PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson1-16/+19
2020-01-29PCI: Rename variablesNicholas Johnson1-13/+17
2020-01-29PCI: Remove unnecessary bracesNicholas Johnson1-2/+1
2020-01-13PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe1-4/+16
2019-11-14PCI: Avoid double hpmemsize MMIO window assignmentNicholas Johnson1-11/+27
2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson1-11/+13
2019-09-30PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removalBenjamin Herrenschmidt1-1/+7
2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov1-2/+2
2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson1-2/+3
2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson1-25/+25
2019-06-21PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt1-0/+5
2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas1-247/+249
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar1-16/+14
2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson1-247/+249
2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang1-9/+9
2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas1-41/+4
2018-10-02PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick1-13/+15
2018-06-04PCI: Move resource distribution for single bridge outside loopMika Westerberg1-41/+41
2018-03-19PCI: Tidy commentsBjorn Helgaas1-5/+1
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-22/+22
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring1-3/+1
2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas1-9/+106
2017-11-06PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg1-0/+177
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko1-4/+3
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König1-0/+98
2017-10-24PCI: Add PCI resource type mask #defineChristian König1-9/+8
2017-04-18PCI: Fix calculation of bridge window's size and alignmentYongji Xie1-2/+2
2016-12-29PCI: Remove res_to_dev_res() debug messageBjorn Helgaas1-10/+1
2016-09-10x86/ioapic: Ignore root bridges without a companion ACPI deviceRui Wang1-1/+4
2016-08-18x86/ioapic: Support hot-removal of IOAPICs present during bootRui Wang1-1/+4
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+68
2016-06-23PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi1-0/+68
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan1-0/+5
2016-02-05PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-1/+1
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when assigning resourcesDavid Daney1-0/+43
2015-10-29PCI: Handle IORESOURCE_PCI_FIXED when sizing resourcesDavid Daney1-3/+4
2015-06-01PCI: Preserve resource size during alignment reorderingYinghai Lu1-2/+3