index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
setup-bus.c
Age
Commit message (
Expand
)
Author
2025-07-14
PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO...
Michał Winiarski
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
[next]