summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorLines
2026-04-08PCI: tegra194: Use DWC IP core versionManikanta Maddireddy-2/+4
2026-04-08PCI: tegra194: Free up Endpoint resources during remove()Vidya Sagar-0/+2
2026-04-08PCI: tegra194: Allow system suspend when the Endpoint link is not upVidya Sagar-6/+25
2026-04-08PCI: tegra194: Set LTR message request before PCIe link up in Endpoint modeVidya Sagar-9/+9
2026-04-08PCI: tegra194: Disable direct speed change for Endpoint modeVidya Sagar-0/+4
2026-04-08PCI: tegra194: Use devm_gpiod_get_optional() to parse "nvidia,refclk-select"Vidya Sagar-3/+3
2026-04-08PCI: tegra194: Disable PERST# IRQ only in Endpoint modeManikanta Maddireddy-1/+2
2026-04-08PCI: tegra194: Don't force the device into the D0 state before L2Vidya Sagar-41/+0
2026-04-08PCI: tegra194: Disable LTSSM after transition to Detect on surprise link downManikanta Maddireddy-13/+16
2026-04-08PCI: tegra194: Increase LTSSM poll time on surprise link downManikanta Maddireddy-15/+21
2026-04-08PCI: tegra194: Fix polling delay for L2 stateVidya Sagar-5/+4
2026-04-08selftests: pci_endpoint: Skip BAR subrange test on -ENOSPCChristian Bruel-0/+3
2026-04-07PCI: Remove no_pci_devices()Heiner Kallweit-17/+0
2026-04-07Merge tag 'hyperv-fixes-signed-20260406' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-3/+9
2026-04-07PCI: dw-rockchip: Add pcie_ltssm_state_transition tracepoint supportShawn Lin-0/+111
2026-04-07PCI: trace: Add PCI controller tracepoint featureShawn Lin-0/+1
2026-04-06PCI/NPEM: Set LED_HW_PLUGGABLE for hotplug-capable portsRichard Cheng-1/+1
2026-04-06PCI: imx6: Fix reference clock source selection for i.MX95Franz Schnyder-2/+2
2026-04-06PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSMChengwen Feng-5/+11
2026-04-06PCI: hisi: Use devm_ghes_register_vendor_record_notifier()Kai-Heng Feng-11/+1
2026-04-04PCI: cadence: Use cdns_pcie_read_sz() for byte or word read accessAksh Garg-31/+25
2026-04-04PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not foundChen-Yu Tsai-4/+4
2026-04-04PCI: tegra194: Expose BAR2 (MSI-X) and BAR4 (DMA) as 64-bit BAR_RESERVEDManikanta Maddireddy-5/+37
2026-04-04PCI: tegra194: Make BAR0 programmable and remove 1MB size limitManikanta Maddireddy-2/+2
2026-04-04PCI: aspeed: Fix IRQ domain leak on platform_get_irq() failureFelix Gu-4/+4
2026-04-04PCI: hv: Fix double ida_free in hv_pci_probe error pathSahil Chandna-3/+1
2026-04-04PCI: use generic driver_override infrastructureDanilo Krummrich-33/+7
2026-04-03PCI: imx6: Keep Root Port MSI capability with iMSI-RX to work around hardware...Richard Zhu-1/+9
2026-04-03PCI: Update PCIe spec references for AtomicOpsGerd Bayer-2/+2
2026-04-03PCI: Enable AtomicOps only if Root Port supports themGerd Bayer-21/+20
2026-04-03PCI: Do not enable AtomicOps by RCiEPsGerd Bayer-3/+2
2026-04-02PCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang-9/+12
2026-03-30PCI: Clean up dead code in KconfigJulian Braha-9/+3
2026-03-30PCI/DPC: Log AER error info for DPC/EDR uncorrectable errorsKuppuswamy Sathyanarayanan-0/+1
2026-03-30PCI/sysfs: Suppress FW_BUG warning when NUMA node already matchesLi RongQing-0/+3
2026-03-30PCI/AER: Stop ruling out unbound devices as error sourceLukas Wunner-2/+0
2026-03-30PCI/VGA: Fail pci_set_vga_state() if VGA decoding not supportedSimon Richter-0/+12
2026-03-27PCI: endpoint: pci-epf-vntb: Implement .get_dma_dev()Koichiro Den-0/+9
2026-03-27PCI: Fix alignment calculation for resource size larger than alignIlpo Järvinen-1/+8
2026-03-27PCI: Align head space betterIlpo Järvinen-1/+38
2026-03-27PCI: Rename window_alignment() to pci_min_window_alignment()Ilpo Järvinen-3/+6
2026-03-27resource: Pass full extent of empty space to resource_alignf callbackIlpo Järvinen-1/+2
2026-03-26PCI: Fix premature removal from realloc_head list during resource assignmentIlpo Järvinen-4/+4
2026-03-26PCI: Prevent shrinking bridge window from its required sizeIlpo Järvinen-2/+40
2026-03-26PCI: Prevent assignment to unsupported bridge windowsAhmed Naseef-0/+6
2026-03-27PCI: of: Remove max-link-speed generation validationHans Zhang-12/+7
2026-03-27PCI: controller: Validate max-link-speedHans Zhang-4/+5
2026-03-27PCI: j721e: Validate max-link-speed from DTHans Zhang-1/+2
2026-03-27PCI: dwc: Use pcie_get_link_speed() helper for safe array accessHans Zhang-9/+9
2026-03-27PCI: Add pcie_get_link_speed() helper for safe array accessHans Zhang-0/+18