summaryrefslogtreecommitdiff
path: root/drivers/pci/setup-bus.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-20PCI: Account fully optional bridge windows correctlyIlpo Järvinen1-13/+16
2026-02-12PCI: Validate window resource type in pbus_select_window_for_type()Kai-Heng Feng1-3/+10
2026-02-12Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-414/+232
2026-02-07PCI: Don't claim disabled bridge windowsIlpo Järvinen1-0/+2
2026-01-28PCI: Separate CardBus setup & build it only with CONFIG_CARDBUSIlpo Järvinen1-164/+7
2026-01-28PCI: Add 'pci' prefix to struct pci_dev_resource handling functionsIlpo Järvinen1-53/+61
2026-01-28PCI: Use resource_assigned() in setup-bus.c algorithmIlpo Järvinen1-31/+33
2026-01-28PCI: Add pbus_mem_size_optional() to handle optional sizesIlpo Järvinen1-23/+54
2026-01-28PCI: Check invalid align earlier in pbus_size_mem()Ilpo Järvinen1-13/+12
2026-01-28PCI: Log reset and restore of resourcesIlpo Järvinen1-1/+9
2026-01-28PCI: Add pci_resource_is_bridge_win()Ilpo Järvinen1-4/+3
2026-01-28PCI: Fetch dev_res to local var in __assign_resources_sorted()Ilpo Järvinen1-16/+17
2026-01-28PCI: Use res_to_dev_res() in reassign_resources_sorted()Ilpo Järvinen1-10/+1
2026-01-28PCI: Pass bridge window resource to pbus_size_mem()Ilpo Järvinen1-18/+17
2026-01-28PCI: Push realloc check into pbus_size_mem()Ilpo Järvinen1-22/+12
2026-01-28PCI: Remove old_size limit from bridge window sizingIlpo Järvinen1-8/+3
2026-01-28PCI: Stop over-estimating bridge window sizeIlpo Järvinen1-92/+5
2026-01-28PCI: Rewrite bridge window head alignment functionIlpo Järvinen1-9/+44
2026-01-26PCI: Fix bridge window alignment with optional resourcesIlpo Järvinen1-4/+6
2026-01-22PCI: Fix Resizable BAR restore orderIlpo Järvinen1-2/+18
2026-01-22PCI: Fix BAR resize rollback path overwriting retIlpo Järvinen1-2/+1
2025-12-05Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-34/+92
2025-11-14PCI: Prevent restoring assigned resourcesIlpo Järvinen1-0/+4
2025-11-14PCI: Fix restoring BARs on BAR resize rollback pathIlpo Järvinen1-25/+75
2025-11-14PCI: Free saved list without holding pci_bus_semIlpo Järvinen1-1/+1
2025-11-14PCI: Try BAR resize even when no window was releasedIlpo Järvinen1-4/+2
2025-11-14PCI: Change pci_dev variable from 'bridge' to 'dev'Ilpo Järvinen1-8/+9
2025-11-14PCI: Prevent resource tree corruption when BAR resize failsIlpo Järvinen1-0/+5
2025-10-31PCI: Do not size non-existing prefetchable windowIlpo Järvinen1-1/+1
2025-10-09PCI: Fix regression in pci_bus_distribute_available_resources()Yangyu Chen1-2/+3
2025-09-25PCI: Don't print stale information about resourceIlpo Järvinen1-5/+10
2025-09-16PCI: Alter misleading recursion to pci_bus_release_bridge_resources()Ilpo Järvinen1-1/+1
2025-09-16PCI: Pass bridge window to pci_bus_release_bridge_resources()Ilpo Järvinen1-42/+27
2025-09-16PCI: Add pci_setup_one_bridge_window()Ilpo Järvinen1-18/+19
2025-09-16PCI: Refactor remove_dev_resources() to use pbus_select_window()Ilpo Järvinen1-25/+9
2025-09-16PCI: Refactor distributing available memory to use loopsIlpo Järvinen1-90/+72
2025-09-16PCI: Use pbus_select_window_for_type() during mem window sizingIlpo Järvinen1-87/+24
2025-09-16PCI: Use pbus_select_window() in space available checkerIlpo Järvinen1-33/+32
2025-09-16PCI: Rename resource variable from r to resIlpo Järvinen1-7/+7
2025-09-16PCI: Use pbus_select_window_for_type() during IO window sizingIlpo Järvinen1-2/+1
2025-09-16PCI: Warn if bridge window cannot be released when resizing BARIlpo Järvinen1-0/+6
2025-09-16PCI: Fix finding bridge window in pci_reassign_bridge_resources()Ilpo Järvinen1-20/+18
2025-09-16PCI: Add bridge window selection functionsIlpo Järvinen1-0/+101
2025-09-16PCI: Preserve bridge window resource type flagsIlpo Järvinen1-31/+58
2025-09-16PCI: Use pci_release_resource() instead of release_resource()Ilpo Järvinen1-32/+14
2025-09-16PCI: Disable non-claimed bridge windowIlpo Järvinen1-13/+12
2025-09-16PCI: Always claim bridge window before its setupIlpo Järvinen1-4/+8
2025-09-16PCI: Refactor find_bus_resource_of_type() logic checksIlpo Järvinen1-3/+7