summaryrefslogtreecommitdiff
path: root/drivers/pci/setup-bus.c
AgeCommit message (Expand)Author
4 daysMerge 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
2025-09-16PCI: Move find_bus_resource_of_type() earlierIlpo Järvinen
2025-09-16PCI: Fix failure detection during resource resizeIlpo Järvinen
2025-09-16PCI: Fix pdev_resources_assignable() disparityIlpo Järvinen
2025-09-16PCI: Ensure relaxed tail alignment does not increase min_alignIlpo Järvinen
2025-07-14PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IO...Michał Winiarski
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-06-02PCI: Remove unnecessary linesplit in __pci_setup_bridge()Ilpo Järvinen
2025-06-02PCI: WARN (not BUG()) when we fail to assign optional resourcesIlpo Järvinen
2025-04-18PCI: Restore assigned resources fully after releaseIlpo Järvinen
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas
2025-03-20PCI: Make pci_setup_bridge() staticIlpo Järvinen
2025-03-08PCI: Fix typosBjorn Helgaas
2025-03-07PCI: Increase Resizable BAR support from 512 GB to 128 TBZhiyuan Dai
2025-02-18PCI: Rework optional resource handlingIlpo Järvinen
2025-02-18PCI: Perform reset_resource() and build fail list in syncIlpo Järvinen
2025-02-18PCI: Use res->parent to check if resource is assignedIlpo Järvinen
2025-02-18PCI: Add debug print when releasing resources before retryIlpo Järvinen
2025-02-18PCI: Indicate optional resource assignment failuresIlpo Järvinen
2025-02-18PCI: Always have realloc_head in __assign_resources_sorted()Ilpo Järvinen
2025-02-18PCI: Extend enable to check for any optional resourceIlpo Järvinen
2025-02-18PCI: Add restore_dev_resource()Ilpo Järvinen
2025-02-18PCI: Consolidate assignment loop next round preparationIlpo Järvinen
2025-02-18PCI: Rename retval to retIlpo Järvinen