summaryrefslogtreecommitdiff
path: root/drivers/pci/setup-bus.c
AgeCommit message (Expand)Author
2025-04-18PCI: Restore assigned resources fully after releaseIlpo Järvinen
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas
2025-03-20PCI: Make pci_setup_bridge() staticIlpo Järvinen
2025-03-08PCI: Fix typosBjorn Helgaas
2025-03-07PCI: Increase Resizable BAR support from 512 GB to 128 TBZhiyuan Dai
2025-02-18PCI: Rework optional resource handlingIlpo Järvinen
2025-02-18PCI: Perform reset_resource() and build fail list in syncIlpo Järvinen
2025-02-18PCI: Use res->parent to check if resource is assignedIlpo Järvinen
2025-02-18PCI: Add debug print when releasing resources before retryIlpo Järvinen
2025-02-18PCI: Indicate optional resource assignment failuresIlpo Järvinen
2025-02-18PCI: Always have realloc_head in __assign_resources_sorted()Ilpo Järvinen
2025-02-18PCI: Extend enable to check for any optional resourceIlpo Järvinen
2025-02-18PCI: Add restore_dev_resource()Ilpo Järvinen
2025-02-18PCI: Consolidate assignment loop next round preparationIlpo Järvinen
2025-02-18PCI: Rename retval to retIlpo Järvinen
2025-02-18PCI: Use while loop and break instead of gotosIlpo Järvinen
2025-02-18PCI: Refactor pdev_sort_resources() & __dev_sort_resources()Ilpo Järvinen
2025-02-18PCI: Converge return paths in __assign_resources_sorted()Ilpo Järvinen
2025-02-18PCI: Add dev & res local variables to resource assignment funcsIlpo Järvinen
2025-02-18PCI: Add pci_resource_num() helperIlpo Järvinen
2025-02-18PCI: Check resource_size() separatelyIlpo Järvinen
2025-02-18PCI: Add pci_resource_is_iov() to identify IOV resourcesMichał Winiarski
2025-02-18PCI: Use resource_set_{range,size}() helpersIlpo Järvinen
2025-02-18PCI: Use SZ_* instead of literals in setup-bus.cIlpo Järvinen
2025-02-18PCI: Fix old_size lower bound in calculate_iosize() tooIlpo Järvinen
2025-02-18PCI: Allow relaxed bridge window tail sizing for optional resourcesIlpo Järvinen
2025-02-18PCI: Simplify size1 assignment logicIlpo Järvinen
2025-02-18PCI: Use min_align, not unrelated add_align, for size0Ilpo Järvinen
2025-02-18PCI: Remove add_align overwrite unrelated to size0Ilpo Järvinen
2025-02-18PCI: Use downstream bridges for distributing resourcesKai-Heng Feng
2024-10-18PCI: Improve pdev_sort_resources() warning messageIlpo Järvinen
2024-10-10PCI: Add ALIGN_DOWN_IF_NONZERO() helperIlpo Järvinen
2024-10-10PCI: Use resource_set_{range,size}() helpersIlpo Järvinen
2024-06-12PCI: Relax bridge window tail sizing rulesIlpo Järvinen
2024-06-12PCI: Make minimum bridge window alignment reference more obviousIlpo Järvinen
2024-05-28PCI: Fix resource double counting on remove & rescanIlpo Järvinen
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan
2023-10-05PCI: Make pci_assign_unassigned_resources() non-initRandy Dunlap
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg
2023-02-07PCI: Distribute available resources for root buses, tooMika Westerberg
2023-02-07PCI: Take other bus devices into account when distributing resourcesMika Westerberg
2023-02-07PCI: Align extra resources for hotplug bridges properlyMika Westerberg
2022-10-14Revert "PCI: Distribute available resources for root buses, too"Bjorn Helgaas
2022-09-21PCI: Fix whitespace and indentationMika Westerberg
2022-09-21PCI: Distribute available resources for root buses, tooMika Westerberg
2022-09-21PCI: Move pci_assign_unassigned_root_bus_resources()Mika Westerberg
2022-03-22Merge branch 'pci/misc'Bjorn Helgaas
2022-03-22PCI: Remove unused assignmentsBjorn Helgaas