summaryrefslogtreecommitdiff
path: root/drivers/pci/probe.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-25PCI: Use resource_set_range() that correctly sets ->endIlpo Järvinen1-4/+2
2026-03-25PCI: Use resource names in PCI log messagesPuranjay Mohan1-13/+13
2026-03-04PCI: Add defines for bridge window indexingIlpo Järvinen1-3/+7
2026-03-04PCI: Log bridge info when first enumerating bridgeBjorn Helgaas1-4/+19
2026-03-04PCI: Log bridge windows conditionallyBjorn Helgaas1-9/+15
2026-03-04PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas1-15/+6
2026-03-04PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas1-51/+51
2026-03-04PCI: Initialize RCB from pci_configure_device()Håkon Bugge1-0/+32
2026-03-04PCI: Do not attempt to set ExtTag for VFsHåkon Bugge1-1/+2
2025-08-28PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-1/+1
2025-05-02PCI: Fix reference leak in pci_register_host_bridge()Ma Ke1-2/+7
2025-04-25PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
2025-04-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter1-3/+2
2025-01-23Revert "PCI: Use preserve_config in place of pci_flags"Terry Tritton1-9/+11
2024-12-27PCI: Use preserve_config in place of pci_flagsVidya Sagar1-11/+9
2024-12-14PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-7/+23
2023-11-28PCI: Do error check on own line to split long "if" conditionsIlpo Järvinen1-3/+3
2023-09-06PCI: Free released resource after coalescingRoss Lagerwall1-0/+1
2023-08-29Merge branch 'pci/misc'Bjorn Helgaas1-2/+1
2023-08-25PCI: Fix typos in docs and commentsBjorn Helgaas1-1/+1
2023-08-10PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen1-0/+1
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-26Merge branch 'pci/resource'Bjorn Helgaas1-1/+3
2023-06-20PCI: Work around PCIe link training failuresMaciej W. Rozycki1-0/+2
2023-06-15PCI: Initialize dev->link_active_reporting earlierMaciej W. Rozycki1-1/+5
2023-06-09PCI: Release resource invalidated by coalescingRoss Lagerwall1-1/+3
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2023-04-20PCI: Restrict device disabled status check to DTRob Herring1-4/+4
2023-04-18PCI/DOE: Create mailboxes on device enumerationLukas Wunner1-0/+1
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-1/+1
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-02-22Merge branch 'pci/resource'Bjorn Helgaas1-1/+1
2023-02-14PCI: Fix dropping valid root bus resources with .end = zeroGeert Uytterhoeven1-1/+1
2023-02-14PCI: Honor firmware's device disabled statusRob Herring1-0/+2
2023-01-06PCI/CXL: Export native CXL error reporting controlIra Weiny1-0/+1
2022-12-14Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+7
2022-12-13Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+6
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner1-2/+0
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny1-0/+6
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár1-0/+7
2022-11-08Revert "PCI: Clear PCI_STATUS when setting up device"Bjorn Helgaas1-3/+0
2022-09-21PCI: Fix typo in pci_scan_child_bus_extend()Mika Westerberg1-1/+1
2022-09-21PCI: Fix whitespace and indentationMika Westerberg1-2/+0
2022-09-21PCI: Pass available buses even if the bridge is already configuredMika Westerberg1-2/+3
2022-09-21PCI: Fix used_buses calculation in pci_scan_child_bus_extend()Mika Westerberg1-2/+2
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-1/+1
2022-08-04Merge branch 'pci/err'Bjorn Helgaas1-0/+3
2022-07-23PCI: Extend isolated function probing to s390Niklas Schnelle1-1/+1
2022-07-23PCI: Move jailhouse's isolated function handling to pci_scan_slot()Niklas Schnelle1-20/+10