index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
setup-bus.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-27
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2025-03-20
PCI: Make pci_setup_bridge() static
Ilpo Järvinen
1
-1
/
+1
2025-03-08
PCI: Fix typos
Bjorn Helgaas
1
-1
/
+1
2025-03-07
PCI: Increase Resizable BAR support from 512 GB to 128 TB
Zhiyuan Dai
1
-1
/
+1
2025-02-18
PCI: Rework optional resource handling
Ilpo Järvinen
1
-31
/
+58
2025-02-18
PCI: Perform reset_resource() and build fail list in sync
Ilpo Järvinen
1
-6
/
+29
2025-02-18
PCI: Use res->parent to check if resource is assigned
Ilpo Järvinen
1
-1
/
+1
2025-02-18
PCI: Add debug print when releasing resources before retry
Ilpo Järvinen
1
-2
/
+12
2025-02-18
PCI: Indicate optional resource assignment failures
Ilpo Järvinen
1
-2
/
+6
2025-02-18
PCI: Always have realloc_head in __assign_resources_sorted()
Ilpo Järvinen
1
-2
/
+6
2025-02-18
PCI: Extend enable to check for any optional resource
Ilpo Järvinen
1
-0
/
+12
2025-02-18
PCI: Add restore_dev_resource()
Ilpo Järvinen
1
-20
/
+15
2025-02-18
PCI: Consolidate assignment loop next round preparation
Ilpo Järvinen
1
-62
/
+42
2025-02-18
PCI: Rename retval to ret
Ilpo Järvinen
1
-5
/
+4
2025-02-18
PCI: Use while loop and break instead of gotos
Ilpo Järvinen
1
-106
/
+106
2025-02-18
PCI: Refactor pdev_sort_resources() & __dev_sort_resources()
Ilpo Järvinen
1
-21
/
+23
2025-02-18
PCI: Converge return paths in __assign_resources_sorted()
Ilpo Järvinen
1
-2
/
+3
2025-02-18
PCI: Add dev & res local variables to resource assignment funcs
Ilpo Järvinen
1
-29
/
+37
2025-02-18
PCI: Add pci_resource_num() helper
Ilpo Järvinen
1
-5
/
+5
2025-02-18
PCI: Check resource_size() separately
Ilpo Järvinen
1
-2
/
+5
2025-02-18
PCI: Add pci_resource_is_iov() to identify IOV resources
Michał Winiarski
1
-4
/
+3
2025-02-18
PCI: Use resource_set_{range,size}() helpers
Ilpo Järvinen
1
-9
/
+6
2025-02-18
PCI: Use SZ_* instead of literals in setup-bus.c
Ilpo Järvinen
1
-4
/
+4
2025-02-18
PCI: Fix old_size lower bound in calculate_iosize() too
Ilpo Järvinen
1
-4
/
+2
2025-02-18
PCI: Allow relaxed bridge window tail sizing for optional resources
Ilpo Järvinen
1
-1
/
+13
2025-02-18
PCI: Simplify size1 assignment logic
Ilpo Järvinen
1
-7
/
+14
2025-02-18
PCI: Use min_align, not unrelated add_align, for size0
Ilpo Järvinen
1
-1
/
+1
2025-02-18
PCI: Remove add_align overwrite unrelated to size0
Ilpo Järvinen
1
-1
/
+0
2025-02-18
PCI: Use downstream bridges for distributing resources
Kai-Heng Feng
1
-2
/
+1
2024-10-18
PCI: Improve pdev_sort_resources() warning message
Ilpo Järvinen
1
-2
/
+3
2024-10-10
PCI: Add ALIGN_DOWN_IF_NONZERO() helper
Ilpo Järvinen
1
-6
/
+7
2024-10-10
PCI: Use resource_set_{range,size}() helpers
Ilpo Järvinen
1
-20
/
+15
2024-06-12
PCI: Relax bridge window tail sizing rules
Ilpo Järvinen
1
-2
/
+77
2024-06-12
PCI: Make minimum bridge window alignment reference more obvious
Ilpo Järvinen
1
-2
/
+4
2024-05-28
PCI: Fix resource double counting on remove & rescan
Ilpo Järvinen
1
-4
/
+2
2023-12-15
PCI: Use resource names in PCI log messages
Puranjay Mohan
1
-10
/
+20
2023-10-05
PCI: Make pci_assign_unassigned_resources() non-init
Randy Dunlap
1
-1
/
+1
2023-08-25
PCI: Fix typos in docs and comments
Bjorn Helgaas
1
-1
/
+1
2023-04-05
PCI: Make pci_bus_for_each_resource() index optional
Andy Shevchenko
1
-6
/
+4
2023-04-04
PCI: Introduce pci_dev_for_each_resource()
Mika Westerberg
1
-17
/
+10
2023-02-07
PCI: Distribute available resources for root buses, too
Mika Westerberg
1
-1
/
+56
2023-02-07
PCI: Take other bus devices into account when distributing resources
Mika Westerberg
1
-70
/
+106
2023-02-07
PCI: Align extra resources for hotplug bridges properly
Mika Westerberg
1
-6
/
+19
2022-10-14
Revert "PCI: Distribute available resources for root buses, too"
Bjorn Helgaas
1
-61
/
+1
2022-09-21
PCI: Fix whitespace and indentation
Mika Westerberg
1
-1
/
+1
2022-09-21
PCI: Distribute available resources for root buses, too
Mika Westerberg
1
-1
/
+61
2022-09-21
PCI: Move pci_assign_unassigned_root_bus_resources()
Mika Westerberg
1
-113
/
+113
2022-03-22
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2022-03-22
PCI: Remove unused assignments
Bjorn Helgaas
1
-1
/
+1
2022-03-03
PCI: Support BAR sizes up to 8TB
Dongdong Liu
1
-1
/
+1
[next]