index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Lines
2025-07-28
Merge tag 'pm-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-0
/
+4
2025-07-26
PCI: pnv_php: Enable third attention indicator state
Timothy Pearson
-1
/
+14
2025-07-26
PCI: pnv_php: Fix surprise plug detection and recovery
Timothy Pearson
-3
/
+107
2025-07-26
PCI: pnv_php: Work around switches with broken presence detection
Timothy Pearson
-0
/
+27
2025-07-26
PCI: pnv_php: Clean up allocated IRQs on unplug
Timothy Pearson
-19
/
+77
2025-07-24
Merge tag 'pci-v6.16-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+7
2025-07-24
PCI: endpoint: pci-epf-test: Add doorbell test support
Frank Li
-0
/
+130
2025-07-24
PCI: endpoint: Add pci_epf_align_inbound_addr() helper for inbound address al...
Frank Li
-0
/
+38
2025-07-24
PCI: endpoint: pci-ep-msi: Add checks for MSI parent and mutability
Frank Li
-0
/
+8
2025-07-24
PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
Frank Li
-0
/
+101
2025-07-24
PCI: dwc: Add Sophgo SG2044 PCIe controller driver in Root Complex mode
Inochi Amaoto
-0
/
+268
2025-07-24
PCI: vmd: Switch to msi_create_parent_irq_domain()
Nam Cao
-80
/
+91
2025-07-24
PCI: vmd: Convert to lock guards
Nam Cao
-44
/
+29
2025-07-24
PCI: plda: Switch to msi_create_parent_irq_domain()
Nam Cao
-24
/
+23
2025-07-24
PCI: xilinx: Switch to msi_create_parent_irq_domain()
Nam Cao
-25
/
+32
2025-07-24
PCI: xilinx-nwl: Switch to msi_create_parent_irq_domain()
Nam Cao
-23
/
+24
2025-07-24
PCI: xilinx-xdma: Switch to msi_create_parent_irq_domain()
Nam Cao
-28
/
+22
2025-07-24
PCI: rcar-host: Switch to msi_create_parent_irq_domain()
Nam Cao
-45
/
+26
2025-07-24
PCI: mediatek: Switch to msi_create_parent_irq_domain()
Nam Cao
-26
/
+23
2025-07-24
PCI: mediatek-gen3: Switch to msi_create_parent_irq_domain()
Nam Cao
-42
/
+26
2025-07-24
PCI: iproc: Switch to msi_create_parent_irq_domain()
Nam Cao
-25
/
+22
2025-07-24
PCI: brcmstb: Switch to msi_create_parent_irq_domain()
Nam Cao
-23
/
+23
2025-07-24
PCI: altera-msi: Switch to msi_create_parent_irq_domain()
Nam Cao
-24
/
+22
2025-07-24
PCI: aardvark: Switch to msi_create_parent_irq_domain()
Nam Cao
-36
/
+24
2025-07-24
PCI: mobiveil: Switch to msi_create_parent_irq_domain()
Nam Cao
-22
/
+23
2025-07-24
PCI: dwc: Switch to msi_create_parent_irq_domain()
Nam Cao
-46
/
+25
2025-07-24
PCI: controller: Use dev_fwnode() instead of of_fwnode_handle()
Jiri Slaby (SUSE)
-14
/
+11
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+20
2025-07-24
PCI: imx6: Delay link start until configfs 'start' written
Richard Zhu
-3
/
+0
2025-07-24
PCI: imx6: Remove apps_reset toggling from imx_pcie_{assert/deassert}_core_reset
Richard Zhu
-2
/
+3
2025-07-23
PCI: Fix typos
Bjorn Helgaas
-3
/
+3
2025-07-23
PCI: mvebu: Use devm_add_action_or_reset() instead of devm_add_action()
Salah Triki
-4
/
+2
2025-07-23
PCI/TPH: Expose pcie_tph_get_st_table_size()
Yishai Hadas
-5
/
+6
2025-07-22
PCI: Support Immediate Readiness on devices without PM capabilities
Sean Christopherson
-4
/
+10
2025-07-22
PCI: xgene-msi: Restructure handler setup/teardown
Marc Zyngier
-70
/
+37
2025-07-22
PCI: xgene-msi: Probe as a standard platform driver
Marc Zyngier
-6
/
+1
2025-07-22
PCI: xgene-msi: Resend an MSI racing with itself on a different CPU
Marc Zyngier
-0
/
+1
2025-07-22
PCI: xgene-msi: Sanitise MSI allocation and affinity setting
Marc Zyngier
-129
/
+93
2025-07-22
PCI: xgene-msi: Get rid of intermediate tracking structure
Marc Zyngier
-42
/
+18
2025-07-22
PCI: xgene-msi: Use device-managed memory allocations
Marc Zyngier
-18
/
+19
2025-07-22
PCI: xgene-msi: Drop superfluous fields from xgene_msi structure
Marc Zyngier
-13
/
+10
2025-07-22
PCI: xgene-msi: Make per-CPU interrupt setup robust
Marc Zyngier
-23
/
+6
2025-07-22
PCI: xgene: Drop XGENE_PCIE_IP_VER_UNKN
Marc Zyngier
-5
/
+1
2025-07-22
PCI: xgene: Drop useless conditional compilation
Marc Zyngier
-4
/
+0
2025-07-22
PCI: xgene: Defer probing if the MSI widget driver hasn't probed yet
Marc Zyngier
-0
/
+23
2025-07-22
PCI/pwrctrl: Create pwrctrl devices only when CONFIG_PCI_PWRCTRL is enabled
Manivannan Sadhasivam
-0
/
+7
2025-07-21
Merge tag 'arm-soc/for-6.17/drivers' of https://github.com/Broadcom/stblinux ...
Arnd Bergmann
-0
/
+1
2025-07-21
PCI: imx6: Add LUT configuration for MSI/IOMMU in Endpoint mode
Frank Li
-1
/
+10
2025-07-21
PCI: imx6: Add helper function imx_pcie_add_lut_by_rid()
Frank Li
-7
/
+10
2025-07-21
PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attribute
Manivannan Sadhasivam
-1
/
+1
[prev]
[next]