index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
setup-bus.c
Age
Commit message (
Expand
)
Author
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-06-02
PCI: Remove unnecessary linesplit in __pci_setup_bridge()
Ilpo Järvinen
2025-06-02
PCI: WARN (not BUG()) when we fail to assign optional resources
Ilpo Järvinen
2025-04-18
PCI: Restore assigned resources fully after release
Ilpo Järvinen
2025-03-27
Merge branch 'pci/misc'
Bjorn Helgaas
2025-03-20
PCI: Make pci_setup_bridge() static
Ilpo Järvinen
2025-03-08
PCI: Fix typos
Bjorn Helgaas
2025-03-07
PCI: Increase Resizable BAR support from 512 GB to 128 TB
Zhiyuan Dai
2025-02-18
PCI: Rework optional resource handling
Ilpo Järvinen
2025-02-18
PCI: Perform reset_resource() and build fail list in sync
Ilpo Järvinen
2025-02-18
PCI: Use res->parent to check if resource is assigned
Ilpo Järvinen
2025-02-18
PCI: Add debug print when releasing resources before retry
Ilpo Järvinen
2025-02-18
PCI: Indicate optional resource assignment failures
Ilpo Järvinen
2025-02-18
PCI: Always have realloc_head in __assign_resources_sorted()
Ilpo Järvinen
2025-02-18
PCI: Extend enable to check for any optional resource
Ilpo Järvinen
2025-02-18
PCI: Add restore_dev_resource()
Ilpo Järvinen
2025-02-18
PCI: Consolidate assignment loop next round preparation
Ilpo Järvinen
2025-02-18
PCI: Rename retval to ret
Ilpo Järvinen
2025-02-18
PCI: Use while loop and break instead of gotos
Ilpo Järvinen
2025-02-18
PCI: Refactor pdev_sort_resources() & __dev_sort_resources()
Ilpo Järvinen
2025-02-18
PCI: Converge return paths in __assign_resources_sorted()
Ilpo Järvinen
2025-02-18
PCI: Add dev & res local variables to resource assignment funcs
Ilpo Järvinen
2025-02-18
PCI: Add pci_resource_num() helper
Ilpo Järvinen
2025-02-18
PCI: Check resource_size() separately
Ilpo Järvinen
2025-02-18
PCI: Add pci_resource_is_iov() to identify IOV resources
Michał Winiarski
2025-02-18
PCI: Use resource_set_{range,size}() helpers
Ilpo Järvinen
2025-02-18
PCI: Use SZ_* instead of literals in setup-bus.c
Ilpo Järvinen
2025-02-18
PCI: Fix old_size lower bound in calculate_iosize() too
Ilpo Järvinen
2025-02-18
PCI: Allow relaxed bridge window tail sizing for optional resources
Ilpo Järvinen
2025-02-18
PCI: Simplify size1 assignment logic
Ilpo Järvinen
2025-02-18
PCI: Use min_align, not unrelated add_align, for size0
Ilpo Järvinen
2025-02-18
PCI: Remove add_align overwrite unrelated to size0
Ilpo Järvinen
2025-02-18
PCI: Use downstream bridges for distributing resources
Kai-Heng Feng
2024-10-18
PCI: Improve pdev_sort_resources() warning message
Ilpo Järvinen
2024-10-10
PCI: Add ALIGN_DOWN_IF_NONZERO() helper
Ilpo Järvinen
2024-10-10
PCI: Use resource_set_{range,size}() helpers
Ilpo Järvinen
2024-06-12
PCI: Relax bridge window tail sizing rules
Ilpo Järvinen
2024-06-12
PCI: Make minimum bridge window alignment reference more obvious
Ilpo Järvinen
2024-05-28
PCI: Fix resource double counting on remove & rescan
Ilpo Järvinen
2023-12-15
PCI: Use resource names in PCI log messages
Puranjay Mohan
2023-10-05
PCI: Make pci_assign_unassigned_resources() non-init
Randy Dunlap
2023-08-25
PCI: Fix typos in docs and comments
Bjorn Helgaas
2023-04-05
PCI: Make pci_bus_for_each_resource() index optional
Andy Shevchenko
2023-04-04
PCI: Introduce pci_dev_for_each_resource()
Mika Westerberg
2023-02-07
PCI: Distribute available resources for root buses, too
Mika Westerberg
2023-02-07
PCI: Take other bus devices into account when distributing resources
Mika Westerberg
2023-02-07
PCI: Align extra resources for hotplug bridges properly
Mika Westerberg
2022-10-14
Revert "PCI: Distribute available resources for root buses, too"
Bjorn Helgaas
2022-09-21
PCI: Fix whitespace and indentation
Mika Westerberg
2022-09-21
PCI: Distribute available resources for root buses, too
Mika Westerberg
[next]