aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-31PCI: Do not size non-existing prefetchable windowIlpo Järvinen1-1/+1
2025-10-08PCI: Fix regression in pci_bus_distribute_available_resources()Yangyu Chen1-2/+3
2025-09-24PCI: 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
2025-09-16PCI: Move find_bus_resource_of_type() earlierIlpo Järvinen1-28/+28
2025-09-16PCI: Fix failure detection during resource resizeIlpo Järvinen1-8/+18
2025-09-16PCI: Fix pdev_resources_assignable() disparityIlpo Järvinen1-0/+1
2025-09-16PCI: Ensure relaxed tail alignment does not increase min_alignIlpo Järvinen1-4/+7
2025-07-14PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO...Michał Winiarski1-1/+2
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+9
2025-06-02PCI: Remove unnecessary linesplit in __pci_setup_bridge()Ilpo Järvinen1-2/+1
2025-06-02PCI: WARN (not BUG()) when we fail to assign optional resourcesIlpo Järvinen1-5/+8
2025-04-18PCI: Restore assigned resources fully after releaseIlpo Järvinen1-0/+4
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2025-03-20PCI: Make pci_setup_bridge() staticIlpo Järvinen1-1/+1
2025-03-08PCI: Fix typosBjorn Helgaas1-1/+1
2025-03-07PCI: Increase Resizable BAR support from 512 GB to 128 TBZhiyuan Dai1-1/+1
2025-02-18PCI: Rework optional resource handlingIlpo Järvinen1-31/+58
2025-02-18PCI: Perform reset_resource() and build fail list in syncIlpo Järvinen1-6/+29
2025-02-18PCI: Use res->parent to check if resource is assignedIlpo Järvinen1-1/+1
2025-02-18PCI: Add debug print when releasing resources before retryIlpo Järvinen1-2/+12
2025-02-18PCI: Indicate optional resource assignment failuresIlpo Järvinen1-2/+6
2025-02-18PCI: Always have realloc_head in __assign_resources_sorted()Ilpo Järvinen1-2/+6
2025-02-18PCI: Extend enable to check for any optional resourceIlpo Järvinen1-0/+12
2025-02-18PCI: Add restore_dev_resource()Ilpo Järvinen1-20/+15
2025-02-18PCI: Consolidate assignment loop next round preparationIlpo Järvinen1-62/+42
2025-02-18PCI: Rename retval to retIlpo Järvinen1-5/+4
2025-02-18PCI: Use while loop and break instead of gotosIlpo Järvinen1-106/+106
2025-02-18PCI: Refactor pdev_sort_resources() & __dev_sort_resources()Ilpo Järvinen1-21/+23
2025-02-18PCI: Converge return paths in __assign_resources_sorted()Ilpo Järvinen1-2/+3
2025-02-18PCI: Add dev & res local variables to resource assignment funcsIlpo Järvinen1-29/+37
2025-02-18PCI: Add pci_resource_num() helperIlpo Järvinen1-5/+5
2025-02-18PCI: Check resource_size() separatelyIlpo Järvinen1-2/+5
2025-02-18PCI: Add pci_resource_is_iov() to identify IOV resourcesMichał Winiarski1-4/+3