index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-12
Merge tag 'pci-v6.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-17
/
+4
2025-09-08
PCI: mvebu: Fix use of for_each_of_range() iterator
Klaus Kudielka
1
-17
/
+4
2025-08-12
PCI: vmd: Remove MSI-X check on child devices
Nam Cao
1
-3
/
+0
2025-08-12
PCI: xilinx: Fix NULL pointer dereference in xilinx_pcie_intr_handler()
Nam Cao
1
-1
/
+1
2025-08-07
PCI: vmd: Fix wrong kfree() in vmd_msi_free()
Nam Cao
1
-1
/
+3
2025-08-01
Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
40
-983
/
+1337
2025-07-31
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2025-07-31
Merge branch 'pci/controller/xgene'
Bjorn Helgaas
2
-281
/
+180
2025-07-31
Merge branch 'pci/controller/vmd'
Bjorn Helgaas
1
-0
/
+2
2025-07-31
Merge branch 'pci/controller/sophgo'
Bjorn Helgaas
3
-0
/
+268
2025-07-31
Merge branch 'pci/controller/rockchip-host'
Bjorn Helgaas
1
-11
/
+2
2025-07-31
Merge branch 'pci/controller/rockchip'
Bjorn Helgaas
3
-49
/
+30
2025-07-31
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
6
-59
/
+327
2025-07-31
Merge branch 'pci/controller/mvebu'
Bjorn Helgaas
1
-4
/
+2
2025-07-31
Merge branch 'pci/controller/imx6'
Bjorn Helgaas
1
-14
/
+26
2025-07-31
Merge branch 'pci/controller/dw-rockchip'
Bjorn Helgaas
1
-3
/
+12
2025-07-31
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
1
-8
/
+8
2025-07-31
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
2
-21
/
+1
2025-07-31
Merge branch 'pci/controller/brcmstb'
Bjorn Helgaas
1
-6
/
+27
2025-07-31
Merge branch 'pci/controller/linkup-fix'
Bjorn Helgaas
6
-9
/
+15
2025-07-24
PCI: dwc: Add Sophgo SG2044 PCIe controller driver in Root Complex mode
Inochi Amaoto
3
-0
/
+268
2025-07-24
PCI: vmd: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-80
/
+91
2025-07-24
PCI: vmd: Convert to lock guards
Nam Cao
1
-44
/
+29
2025-07-24
PCI: plda: Switch to msi_create_parent_irq_domain()
Nam Cao
3
-24
/
+23
2025-07-24
PCI: xilinx: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-25
/
+32
2025-07-24
PCI: xilinx-nwl: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-23
/
+24
2025-07-24
PCI: xilinx-xdma: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-28
/
+22
2025-07-24
PCI: rcar-host: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-45
/
+26
2025-07-24
PCI: mediatek: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-26
/
+23
2025-07-24
PCI: mediatek-gen3: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-42
/
+26
2025-07-24
PCI: iproc: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-25
/
+22
2025-07-24
PCI: brcmstb: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-23
/
+23
2025-07-24
PCI: altera-msi: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-24
/
+22
2025-07-24
PCI: aardvark: Switch to msi_create_parent_irq_domain()
Nam Cao
2
-36
/
+24
2025-07-24
PCI: mobiveil: Switch to msi_create_parent_irq_domain()
Nam Cao
3
-22
/
+23
2025-07-24
PCI: dwc: Switch to msi_create_parent_irq_domain()
Nam Cao
3
-46
/
+25
2025-07-24
PCI: controller: Use dev_fwnode() instead of of_fwnode_handle()
Jiri Slaby (SUSE)
9
-14
/
+11
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+20
2025-07-24
PCI: imx6: Delay link start until configfs 'start' written
Richard Zhu
1
-3
/
+0
2025-07-24
PCI: imx6: Remove apps_reset toggling from imx_pcie_{assert/deassert}_core_reset
Richard Zhu
1
-2
/
+3
2025-07-23
PCI: Fix typos
Bjorn Helgaas
1
-1
/
+1
2025-07-23
PCI: mvebu: Use devm_add_action_or_reset() instead of devm_add_action()
Salah Triki
1
-4
/
+2
2025-07-22
PCI: xgene-msi: Restructure handler setup/teardown
Marc Zyngier
1
-70
/
+37
2025-07-22
PCI: xgene-msi: Probe as a standard platform driver
Marc Zyngier
1
-6
/
+1
2025-07-22
PCI: xgene-msi: Resend an MSI racing with itself on a different CPU
Marc Zyngier
1
-0
/
+1
2025-07-22
PCI: xgene-msi: Sanitise MSI allocation and affinity setting
Marc Zyngier
1
-129
/
+93
2025-07-22
PCI: xgene-msi: Get rid of intermediate tracking structure
Marc Zyngier
1
-42
/
+18
2025-07-22
PCI: xgene-msi: Use device-managed memory allocations
Marc Zyngier
1
-18
/
+19
2025-07-22
PCI: xgene-msi: Drop superfluous fields from xgene_msi structure
Marc Zyngier
1
-13
/
+10
2025-07-22
PCI: xgene-msi: Make per-CPU interrupt setup robust
Marc Zyngier
1
-23
/
+6
[next]