summaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c
AgeCommit message (Expand)AuthorLines
2021-10-27PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-05Merge branch 'pci/doc'Bjorn Helgaas-0/+1
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski-0/+1
2020-07-09PCI: Fix error in panic messageLiao Pingfang-1/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas-0/+1
2020-05-21PCI: Use bridge window names (PCI_BRIDGE_IO_WINDOW etc)Krzysztof Wilczynski-53/+61
2020-05-01PCI: host-generic: Support building as modulesRob Herring-0/+1
2020-03-30PCI: Add support for root bus sizingIvan Kokshaysky-12/+22
2020-01-29PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson-4/+12
2020-01-29PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson-16/+7
2020-01-29PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson-4/+4
2020-01-29PCI: Rename extend_bridge_window() parameterNicholas Johnson-4/+4
2020-01-29PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson-32/+46
2020-01-29PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson-10/+6
2020-01-29PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson-16/+19
2020-01-29PCI: Rename variablesNicholas Johnson-13/+17
2020-01-29PCI: Remove unnecessary bracesNicholas Johnson-2/+1
2020-01-13PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe-4/+16
2019-11-14PCI: Avoid double hpmemsize MMIO window assignmentNicholas Johnson-11/+27
2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson-11/+13
2019-09-30PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removalBenjamin Herrenschmidt-1/+7
2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov-2/+2
2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson-2/+3
2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson-25/+25
2019-06-21PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt-0/+5
2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas-247/+249
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar-16/+14
2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson-247/+249
2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang-9/+9
2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas-41/+4
2018-10-02PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick-13/+15
2018-06-04PCI: Move resource distribution for single bridge outside loopMika Westerberg-41/+41
2018-03-19PCI: Tidy commentsBjorn Helgaas-5/+1
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas-0/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler-22/+22
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring-3/+1
2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas-9/+106
2017-11-06PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg-0/+177
2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko-4/+3
2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König-0/+98
2017-10-24PCI: Add PCI resource type mask #defineChristian König-9/+8
2017-04-18PCI: Fix calculation of bridge window's size and alignmentYongji Xie-2/+2
2016-12-29PCI: Remove res_to_dev_res() debug messageBjorn Helgaas-10/+1
2016-09-10x86/ioapic: Ignore root bridges without a companion ACPI deviceRui Wang-1/+4
2016-08-18x86/ioapic: Support hot-removal of IOAPICs present during bootRui Wang-1/+4
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+68
2016-06-23PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi-0/+68
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan-0/+5