index
:
kernel/git/stable/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.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
setup-bus.c
Age
Commit message (
Expand
)
Author
2026-06-23
PCI: Remove const removal cast
Ilpo Järvinen
2026-06-23
PCI: Consolidate add_list (aka realloc_head) empty sanity checks
Ilpo Järvinen
2026-06-23
PCI: Rename 'added' to 'add_list'
Ilpo Järvinen
2026-03-27
PCI: Fix alignment calculation for resource size larger than align
Ilpo Järvinen
2026-03-27
PCI: Rename window_alignment() to pci_min_window_alignment()
Ilpo Järvinen
2026-03-26
PCI: Fix premature removal from realloc_head list during resource assignment
Ilpo Järvinen
2026-03-26
PCI: Prevent shrinking bridge window from its required size
Ilpo Järvinen
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-19
PCI: Account fully optional bridge windows correctly
Ilpo Järvinen
2026-02-12
PCI: Validate window resource type in pbus_select_window_for_type()
Kai-Heng Feng
2026-02-11
Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-02-06
PCI: Don't claim disabled bridge windows
Ilpo Järvinen
2026-01-27
PCI: Separate CardBus setup & build it only with CONFIG_CARDBUS
Ilpo Järvinen
2026-01-27
PCI: Add 'pci' prefix to struct pci_dev_resource handling functions
Ilpo Järvinen
2026-01-27
PCI: Use resource_assigned() in setup-bus.c algorithm
Ilpo Järvinen
2026-01-27
PCI: Add pbus_mem_size_optional() to handle optional sizes
Ilpo Järvinen
2026-01-27
PCI: Check invalid align earlier in pbus_size_mem()
Ilpo Järvinen
2026-01-27
PCI: Log reset and restore of resources
Ilpo Järvinen
2026-01-27
PCI: Add pci_resource_is_bridge_win()
Ilpo Järvinen
2026-01-27
PCI: Fetch dev_res to local var in __assign_resources_sorted()
Ilpo Järvinen
2026-01-27
PCI: Use res_to_dev_res() in reassign_resources_sorted()
Ilpo Järvinen
2026-01-27
PCI: Pass bridge window resource to pbus_size_mem()
Ilpo Järvinen
2026-01-27
PCI: Push realloc check into pbus_size_mem()
Ilpo Järvinen
2026-01-27
PCI: Remove old_size limit from bridge window sizing
Ilpo Järvinen
2026-01-27
PCI: Stop over-estimating bridge window size
Ilpo Järvinen
2026-01-27
PCI: Rewrite bridge window head alignment function
Ilpo Järvinen
2026-01-26
PCI: Fix bridge window alignment with optional resources
Ilpo Järvinen
2026-01-22
PCI: Fix Resizable BAR restore order
Ilpo Järvinen
2026-01-22
PCI: Fix BAR resize rollback path overwriting ret
Ilpo Järvinen
2025-12-04
Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2025-11-14
PCI: Prevent restoring assigned resources
Ilpo Järvinen
2025-11-14
PCI: Fix restoring BARs on BAR resize rollback path
Ilpo Järvinen
2025-11-14
PCI: Free saved list without holding pci_bus_sem
Ilpo Järvinen
2025-11-14
PCI: Try BAR resize even when no window was released
Ilpo Järvinen
2025-11-14
PCI: Change pci_dev variable from 'bridge' to 'dev'
Ilpo Järvinen
2025-11-14
PCI: Prevent resource tree corruption when BAR resize fails
Ilpo Järvinen
2025-10-31
PCI: Do not size non-existing prefetchable window
Ilpo Järvinen
2025-10-08
PCI: Fix regression in pci_bus_distribute_available_resources()
Yangyu Chen
2025-09-24
PCI: Don't print stale information about resource
Ilpo Järvinen
2025-09-16
PCI: Alter misleading recursion to pci_bus_release_bridge_resources()
Ilpo Järvinen
2025-09-16
PCI: Pass bridge window to pci_bus_release_bridge_resources()
Ilpo Järvinen
2025-09-16
PCI: Add pci_setup_one_bridge_window()
Ilpo Järvinen
2025-09-16
PCI: Refactor remove_dev_resources() to use pbus_select_window()
Ilpo Järvinen
2025-09-16
PCI: Refactor distributing available memory to use loops
Ilpo Järvinen
2025-09-16
PCI: Use pbus_select_window_for_type() during mem window sizing
Ilpo Järvinen
2025-09-16
PCI: Use pbus_select_window() in space available checker
Ilpo Järvinen
2025-09-16
PCI: Rename resource variable from r to res
Ilpo Järvinen
2025-09-16
PCI: Use pbus_select_window_for_type() during IO window sizing
Ilpo Järvinen
2025-09-16
PCI: Warn if bridge window cannot be released when resizing BAR
Ilpo Järvinen
[next]