aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2025-07-28Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+4
2025-07-26PCI: pnv_php: Enable third attention indicator stateTimothy Pearson1-1/+14
2025-07-26PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson1-3/+107
2025-07-26PCI: pnv_php: Work around switches with broken presence detectionTimothy Pearson1-0/+27
2025-07-26PCI: pnv_php: Clean up allocated IRQs on unplugTimothy Pearson1-19/+77
2025-07-24Merge tag 'pci-v6.16-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-0/+7
2025-07-24PCI: endpoint: pci-epf-test: Add doorbell test supportFrank Li1-0/+130
2025-07-24PCI: endpoint: Add pci_epf_align_inbound_addr() helper for inbound address alignmentFrank Li1-0/+38
2025-07-24PCI: endpoint: pci-ep-msi: Add checks for MSI parent and mutabilityFrank Li1-0/+8
2025-07-24PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controllerFrank Li3-0/+101
2025-07-24PCI: dwc: Add Sophgo SG2044 PCIe controller driver in Root Complex modeInochi Amaoto3-0/+268
2025-07-24PCI: vmd: Switch to msi_create_parent_irq_domain()Nam Cao2-80/+91
2025-07-24PCI: vmd: Convert to lock guardsNam Cao1-44/+29
2025-07-24PCI: plda: Switch to msi_create_parent_irq_domain()Nam Cao3-23/+22
2025-07-24PCI: xilinx: Switch to msi_create_parent_irq_domain()Nam Cao2-24/+31
2025-07-24PCI: xilinx-nwl: Switch to msi_create_parent_irq_domain()Nam Cao2-22/+23
2025-07-24PCI: xilinx-xdma: Switch to msi_create_parent_irq_domain()Nam Cao2-27/+21
2025-07-24PCI: rcar-host: Switch to msi_create_parent_irq_domain()Nam Cao2-44/+25
2025-07-24PCI: mediatek: Switch to msi_create_parent_irq_domain()Nam Cao2-26/+23
2025-07-24PCI: mediatek-gen3: Switch to msi_create_parent_irq_domain()Nam Cao2-40/+24
2025-07-24PCI: iproc: Switch to msi_create_parent_irq_domain()Nam Cao2-24/+21
2025-07-24PCI: brcmstb: Switch to msi_create_parent_irq_domain()Nam Cao2-23/+23
2025-07-24PCI: altera-msi: Switch to msi_create_parent_irq_domain()Nam Cao2-23/+21
2025-07-24PCI: aardvark: Switch to msi_create_parent_irq_domain()Nam Cao2-35/+23
2025-07-24PCI: mobiveil: Switch to msi_create_parent_irq_domain()Nam Cao3-22/+23
2025-07-24PCI: dwc: Switch to msi_create_parent_irq_domain()Nam Cao3-44/+23
2025-07-24PCI: controller: Use dev_fwnode() instead of of_fwnode_handle()Jiri Slaby (SUSE)9-14/+11
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+20
2025-07-24PCI: imx6: Delay link start until configfs 'start' writtenRichard Zhu1-3/+0
2025-07-24PCI: imx6: Remove apps_reset toggling from imx_pcie_{assert/deassert}_core_resetRichard Zhu1-2/+3
2025-07-23PCI: Fix typosBjorn Helgaas3-3/+3
2025-07-23PCI: mvebu: Use devm_add_action_or_reset() instead of devm_add_action()Salah Triki1-4/+2
2025-07-23PCI/TPH: Expose pcie_tph_get_st_table_size()Yishai Hadas1-5/+6
2025-07-22PCI: Support Immediate Readiness on devices without PM capabilitiesSean Christopherson2-4/+10
2025-07-22PCI: xgene-msi: Restructure handler setup/teardownMarc Zyngier1-70/+37
2025-07-22PCI: xgene-msi: Probe as a standard platform driverMarc Zyngier1-6/+1
2025-07-22PCI: xgene-msi: Resend an MSI racing with itself on a different CPUMarc Zyngier1-0/+1
2025-07-22PCI: xgene-msi: Sanitise MSI allocation and affinity settingMarc Zyngier1-129/+93
2025-07-22PCI: xgene-msi: Get rid of intermediate tracking structureMarc Zyngier1-42/+18
2025-07-22PCI: xgene-msi: Use device-managed memory allocationsMarc Zyngier1-18/+19
2025-07-22PCI: xgene-msi: Drop superfluous fields from xgene_msi structureMarc Zyngier1-13/+10
2025-07-22PCI: xgene-msi: Make per-CPU interrupt setup robustMarc Zyngier1-23/+6
2025-07-22PCI: xgene: Drop XGENE_PCIE_IP_VER_UNKNMarc Zyngier1-5/+1
2025-07-22PCI: xgene: Drop useless conditional compilationMarc Zyngier1-4/+0
2025-07-22PCI: xgene: Defer probing if the MSI widget driver hasn't probed yetMarc Zyngier1-0/+23
2025-07-22PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_PWRCTRL is enabledManivannan Sadhasivam1-0/+7
2025-07-21Merge tag 'arm-soc/for-6.17/drivers' of https://github.com/Broadcom/stblinux into soc/driversArnd Bergmann1-0/+1
2025-07-21PCI: imx6: Add LUT configuration for MSI/IOMMU in Endpoint modeFrank Li1-1/+10
2025-07-21PCI: imx6: Add helper function imx_pcie_add_lut_by_rid()Frank Li1-7/+10
2025-07-21PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attributeManivannan Sadhasivam1-1/+1