aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
AgeCommit message (Expand)AuthorFilesLines
9 daysMerge branch 'pci/controller/dwc-imx6'Bjorn Helgaas1-0/+1
13 daysPCI: host-generic: Add common helpers for parsing Root Port propertiesSherry Sun1-0/+1
2026-05-08PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()Krzysztof Wilczyński1-6/+0
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+22
2026-04-13Merge branch 'pci/controller/max-link-speed'Bjorn Helgaas1-0/+16
2026-04-13Merge branch 'pci/resource'Bjorn Helgaas1-0/+6
2026-04-07PCI: Remove no_pci_devices()Heiner Kallweit1-17/+0
2026-04-04PCI: use generic driver_override infrastructureDanilo Krummrich1-1/+0
2026-03-26PCI: Prevent assignment to unsupported bridge windowsAhmed Naseef1-0/+6
2026-03-27PCI: Add pcie_get_link_speed() helper for safe array accessHans Zhang1-0/+16
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-3/+3
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+31
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-159/+90
2026-02-06Merge branch 'pci/virtualization'Bjorn Helgaas1-12/+0
2026-02-06Merge branch 'pci/trace'Bjorn Helgaas1-3/+6
2026-02-06Merge branch 'pci/resource'Bjorn Helgaas1-84/+50
2026-02-06Merge branch 'pci/pwrctrl'Bjorn Helgaas1-59/+0
2026-02-06PCI: Disable ACS SV for IDT 0x80b5 switchManivannan Sadhasivam1-12/+0
2026-01-31PCI/MSI: Convert the boolean no_64bit_msi flag to a DMA address maskVivian Wang1-0/+7
2026-01-30PCI: Initialize RCB from pci_configure_device()Håkon Bugge1-0/+32
2026-01-27PCI: Move CardBus bridge scanning to setup-cardbus.cIlpo Järvinen1-58/+15
2026-01-27PCI: Add pbus_validate_busn() for Bus Number validationIlpo Järvinen1-12/+21
2026-01-27PCI: Add dword #defines for Bus Number + Secondary Latency TimerIlpo Järvinen1-12/+13
2026-01-27PCI: Use scnprintf() instead of sprintf()Ilpo Järvinen1-3/+4
2026-01-22PCI: Introduce pcie_is_cxl()Terry Bowman1-0/+31
2026-01-16PCI/pwrctrl: Switch to pwrctrl create, power on/off, destroy APIsManivannan Sadhasivam1-59/+0
2026-01-08PCI: Do not attempt to set ExtTag for VFsHåkon Bugge1-1/+2
2025-12-23PCI: trace: Add RAS tracepoint to monitor link speed changesShuai Xue1-3/+6
2025-12-23PCI: Use resource_set_range() that correctly sets ->endIlpo Järvinen1-4/+2
2025-12-06Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-1/+30
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+8
2025-12-03Merge branch 'pci/misc'Bjorn Helgaas1-2/+1
2025-12-03Merge branch 'pci/err'Bjorn Helgaas1-2/+0
2025-11-24PCI/PM: Stop needlessly clearing state_saved on enumeration and thawLukas Wunner1-2/+0
2025-11-24PCI: Use max() instead of max_t() to ease static analysisDavid Laight1-2/+1
2025-11-14Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2025-11-12PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas1-0/+7
2025-11-03PCI/IDE: Report available IDE streamsDan Williams1-1/+13
2025-11-03PCI/IDE: Add IDE establishment helpersDan Williams1-0/+1
2025-11-03PCI: Add PCIe Device 3 Extended Capability enumerationDan Williams1-0/+12
2025-11-03PCI/TSM: Establish Secure Sessions and Link EncryptionDan Williams1-0/+3
2025-11-03PCI/IDE: Enumerate Selective Stream IDE capabilitiesDan Williams1-0/+1
2025-10-28PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platformsDan Williams1-1/+7
2025-10-14PCI: Revert early bridge resource set upIlpo Järvinen1-10/+3
2025-10-03Merge branch 'pci/virtualization'Bjorn Helgaas1-1/+1
2025-10-03Merge branch 'pci/resource'Bjorn Helgaas1-12/+36
2025-10-03Merge branch 'pci/pwrctrl'Bjorn Helgaas1-3/+16
2025-09-26PCI: Add lockdep assertion in pci_stop_and_remove_bus_device()Niklas Schnelle1-1/+1
2025-09-25PCI: Set up bridge resources earlierIlpo Järvinen1-3/+10
2025-09-16PCI: Add defines for bridge window indexingIlpo Järvinen1-3/+7
2025-09-16PCI: Preserve bridge window resource type flagsIlpo Järvinen1-6/+19
2025-08-27PCI/pwrctrl: Fix device and OF node leak at bus scanJohan Hovold1-3/+16
2025-08-11PCI: Clean up pci_scan_child_bus_extend() loopIlpo Järvinen1-3/+3
2025-08-11PCI: Clean up early_dump_pci_device()Ilpo Järvinen1-4/+5
2025-08-11PCI: Use header type defines in pci_setup_device()Ilpo Järvinen1-2/+2
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+11
2025-07-31Merge branch 'pci/hotplug'Bjorn Helgaas1-1/+1
2025-07-29PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-1/+1
2025-07-22PCI: Support Immediate Readiness on devices without PM capabilitiesSean Christopherson1-0/+10
2025-07-22PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_PWRCTRL is enabledManivannan Sadhasivam1-0/+7
2025-05-15PCI: Limit visibility of match_driver flag to PCI coreLukas Wunner1-1/+0
2025-04-16PCI: Use PCI_STD_NUM_BARS instead of 6Ilpo Järvinen1-1/+1
2025-03-28Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+67
2025-03-27Merge branch 'pci/devtree-create'Bjorn Helgaas1-0/+2
2025-03-27Merge branch 'pci/pwrctrl'Bjorn Helgaas1-0/+41
2025-03-27Merge branch 'pci/enumeration'Bjorn Helgaas1-9/+19
2025-03-27Merge branch 'pci/doe'Bjorn Helgaas1-0/+2
2025-03-21PCI/DOE: Expose DOE features via sysfsAlistair Francis1-0/+2
2025-03-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter1-3/+2
2025-03-10PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke1-1/+4
2025-03-10PCI: Fix reference leak in pci_register_host_bridge()Ma Ke1-2/+7
2025-03-10PCI: Cache offset of Resizable BAR capabilityBjorn Helgaas1-0/+1
2025-03-10PCI: Enable Configuration RRS SV earlyBjorn Helgaas1-3/+5
2025-02-28PCI: of: Create device tree PCI host bridge nodeHerve Codina1-0/+2
2025-02-21PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen1-2/+3
2025-02-20PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is createdManivannan Sadhasivam1-10/+17
2025-02-20PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()Manivannan Sadhasivam1-0/+34
2025-02-12PCI: Fix BUILD_BUG_ON usage for old gccAlex Williamson1-2/+3
2025-01-23Merge branch 'pci/err'Bjorn Helgaas1-5/+9
2025-01-23PCI: Batch BAR sizing operationsAlex Williamson1-25/+68
2025-01-14PCI: Store number of supported End-End TLP PrefixesIlpo Järvinen1-5/+9
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+55
2024-11-25Merge branch 'pci/tph'Bjorn Helgaas1-0/+1
2024-11-25Merge branch 'pci/thunderbolt'Bjorn Helgaas1-7/+23
2024-11-25Merge branch 'pci/pm'Bjorn Helgaas1-0/+11
2024-11-25Merge branch 'pci/enumeration'Bjorn Helgaas1-10/+10
2024-11-13PCI: Enable runtime PM of the host bridgeKrishna chaitanya chundru1-0/+11
2024-11-11PCI: Refactor pcie_update_link_speed()Ilpo Järvinen1-5/+7
2024-11-11PCI: Store all PCIe Supported Link SpeedsIlpo Järvinen1-0/+3
2024-11-06PCI: Detect and trust built-in Thunderbolt chipsEsther Shimanovich1-7/+23
2024-10-18PCI: Simplify pci_read_bridge_bases() logicIlpo Järvinen1-8/+9
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen1-3/+2
2024-10-12PCI: Hold rescan lock while adding devices during host probeBartosz Golaszewski1-0/+2
2024-10-02PCI: Add TLP Processing Hints (TPH) supportWei Huang1-0/+1
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-1/+1
2024-09-19Merge branch 'pci/npem'Bjorn Helgaas1-0/+2
2024-09-13PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam1-1/+1
2024-09-10PCI: Rename CRS Completion Status to RRSBjorn Helgaas1-14/+14
2024-09-10PCI: Wait for device readiness with Configuration RRSBjorn Helgaas1-6/+3
2024-09-04PCI/NPEM: Add Native PCIe Enclosure Management supportMariusz Tkaczyk1-0/+2
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+23
2024-06-12PCI: Hold the rescan mutex when scanning for the first timeBartosz Golaszewski1-0/+2
2024-06-04PCI: Revert the cfg_access_lock lockdep mechanismDan Williams1-3/+0
2024-06-03PCI: Use preserve_config in place of pci_flagsVidya Sagar1-11/+9
2024-06-03PCI: Unify ACPI and DT 'preserve config' supportVidya Sagar1-0/+3
2024-06-03PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()Vidya Sagar1-0/+11
2024-05-16Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2024-05-16Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+3
2024-05-08PCI: Lock upstream bridge for pci_reset_function()Dave Jiang1-0/+3
2024-04-23PCI: Clear Secondary Status errors after enumerationVidya Sagar1-0/+3
2024-04-17PCI: Constify pcibus_classHeiner Kallweit1-1/+1
2024-03-12Merge branch 'pci/sysfs'Bjorn Helgaas1-0/+4
2024-03-12PCI/ASPM: Save L1 PM Substates Capability for suspend/resumeDavid E. Box1-0/+1
2024-03-07PCI/ASPM: Move pci_configure_ltr() to aspm.cDavid E. Box1-61/+0
2024-03-05PCI/sysfs: Compile pci-sysfs.c only if CONFIG_SYSFS=yLukas Wunner1-0/+4
2023-12-15PCI: Log bridge info when first enumerating bridgeBjorn Helgaas1-4/+19
2023-12-15PCI: Log bridge windows conditionallyBjorn Helgaas1-9/+15
2023-12-15PCI: Supply bridge device, not secondary bus, to read window detailsBjorn Helgaas1-15/+6
2023-12-15PCI: Move pci_read_bridge_windows() below individual window accessorsBjorn Helgaas1-51/+51
2023-12-15PCI: Use resource names in PCI log messagesPuranjay Mohan1-13/+13
2023-12-15PCI: Log device type during enumerationBjorn Helgaas1-2/+40
2023-10-28Merge branch 'pci/field-get'Bjorn Helgaas1-4/+4
2023-10-24PCI: Use FIELD_GET()Bjorn Helgaas1-4/+4
2023-10-10PCI: 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-14PCI: 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-13PCI: Fix dropping valid root bus resources with .end = zeroGeert Uytterhoeven1-1/+1
2023-02-13PCI: Honor firmware's device disabled statusRob Herring1-0/+2
2023-01-05PCI/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-12Merge 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-07Revert "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-20PCI: 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-22PCI: Extend isolated function probing to s390Niklas Schnelle1-1/+1
2022-07-22PCI: Move jailhouse's isolated function handling to pci_scan_slot()Niklas Schnelle1-20/+10
2022-07-22PCI: Split out next_ari_fn() from next_fn()Niklas Schnelle1-13/+18
2022-07-22PCI: Clean up pci_scan_slot()Niklas Schnelle1-19/+19
2022-07-19PCI: Replace magic constant for PCI Sig Vendor IDIra Weiny1-1/+1
2022-07-05PCI: Clear PCI_STATUS when setting up deviceKai-Heng Feng1-0/+3
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+12
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas1-5/+5
2022-01-13Merge branch 'pci/host/mt7621'Bjorn Helgaas1-2/+2
2022-01-12PCI: Let pcibios_root_bridge_prepare() access bridge->windowsSergio Paracuellos1-2/+2
2021-12-09PCI/MSI: Move msi_lock to struct pci_devThomas Gleixner1-1/+3
2021-11-18PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu1-5/+5
2021-11-15PCI: Use pci_find_vsec_capability() when looking for TBT devicesAndy Shevchenko1-13/+5
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas1-3/+4
2021-11-05Merge branch 'pci/resource'Bjorn Helgaas1-4/+27
2021-11-05Merge branch 'pci/enumeration'Bjorn Helgaas1-2/+2
2021-10-27PCI: Prefer 'unsigned int' over bare 'unsigned'Krzysztof Wilczyński1-3/+4
2021-10-19PCI: Re-enable Downstream Port LTR after reset or hotplugMingchuang Qiao1-3/+15
2021-09-29PCI: Coalesce host bridge contiguous aperturesKai-Heng Feng1-4/+27
2021-09-21PCI: Rename pcibios_add_device() to pcibios_device_add()Oliver O'Halloran1-2/+2
2021-09-02Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas1-2/+10
2021-09-02Merge branch 'pci/vpd'Bjorn Helgaas1-1/+0
2021-08-23PCI: Support populating MSI domains of root buses via bridgesBoqun Feng1-1/+5
2021-08-23PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng1-1/+5
2021-08-18PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni1-3/+4
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede1-1/+0
2021-08-17PCI: Add array to track reset method orderingAmey Narkhede1-3/+2
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede1-2/+3
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit1-1/+0
2021-07-09Revert "PCI: Coalesce host bridge contiguous apertures"Bjorn Helgaas1-46/+4
2021-07-08Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+47
2021-07-06Merge branch 'pci/resource'Bjorn Helgaas1-4/+46
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman1-1/+2
2021-06-04PCI: Coalesce host bridge contiguous aperturesKai-Heng Feng1-4/+46
2021-05-27PCI: Print a debug message on PCI device releaseNiklas Schnelle1-0/+1
2021-05-27PCI: Add sysfs "removable" attributeRajat Jain1-0/+22
2021-05-25PCI/MSI: Fix MSIs for generic hosts that use device-tree's "msi-map"Jean-Philippe Brucker1-1/+2
2021-05-04Merge branch 'remotes/lorenzo/pci/msi'Bjorn Helgaas1-2/+2
2021-04-20PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier1-0/+2
2021-04-20PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier1-2/+0
2021-03-23PCI: Release OF node in pci_scan_device()'s error pathDmitry Baryshkov1-0/+1
2020-12-15Merge branch 'pci/msi'Bjorn Helgaas1-19/+2
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2020-12-15Merge branch 'pci/err'Bjorn Helgaas1-0/+2