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