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
/
controller
Age
Commit message (
Expand
)
Author
Lines
2025-07-07
PCI: rockchip: Use standard PCIe definitions
Geraldo Nascimento
-35
/
+26
2025-07-07
PCI: dwc: Make dw_pcie_ptm_ops static
Manivannan Sadhasivam
-1
/
+1
2025-07-01
PCI: host-generic: Rename and export gen_pci_init() for PCIe controller drivers
Mayank Rana
-2
/
+5
2025-07-01
PCI: dwc: Export DWC MSI controller related APIs
Mayank Rana
-18
/
+34
2025-06-30
PCI: host-generic: Set driver_data before calling gen_pci_init()
Geert Uytterhoeven
-2
/
+2
2025-06-30
PCI: apple: Add tracking of probed root ports
Marc Zyngier
-4
/
+49
2025-06-25
PCI: dwc: Simplify the return value of PTM debugfs functions returning bool
Hans Zhang
-7
/
+7
2025-06-25
PCI: Move link up wait time and max retries macros to pci.h
Niklas Cassel
-7
/
+3
2025-06-25
PCI: dwc: Ensure that dw_pcie_wait_for_link() waits 100 ms after link up
Niklas Cassel
-0
/
+8
2025-06-25
PCI: qcom: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ
Niklas Cassel
-0
/
+1
2025-06-25
PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ
Niklas Cassel
-0
/
+1
2025-06-25
PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MS
Niklas Cassel
-1
/
+1
2025-06-25
PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MS
Niklas Cassel
-1
/
+1
2025-06-23
PCI: brcmstb: Set MLW based on "num-lanes" DT property if present
Jim Quinlan
-1
/
+26
2025-06-23
PCI: vmd: Add VMD Device ID Support for Panther Lake (PTL)-H/P/U
George D Sworo
-0
/
+2
2025-06-19
PCI: dw-rockchip: Delay link training after hot reset in EP mode
Wilfred Mallawa
-3
/
+12
2025-06-19
PCI: rockchip: Remove redundant PCIe message routing definitions
Hans Zhang
-14
/
+0
2025-06-19
PCI: cadence: Replace private message routing enums with PCI core definitions
Hans Zhang
-21
/
+1
2025-06-17
PCI: hv: Allow dynamic MSI-X vector allocation
Shradha Gupta
-1
/
+2
2025-06-12
PCI: rockchip-host: Remove unused header includes
Hans Zhang
-9
/
+0
2025-06-12
PCI: rockchip-host: Correct non-fatal error log message
Hans Zhang
-1
/
+1
2025-06-12
PCI: rockchip-host: Fix "Unexpected Completion" log message
Hans Zhang
-1
/
+1
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-312
/
+1152
2025-06-04
Merge branch 'pci/ptm-debugfs'
Bjorn Helgaas
-5
/
+297
2025-06-04
Merge branch 'pci/controller/tegra194'
Bjorn Helgaas
-9
/
+10
2025-06-04
Merge branch 'pci/controller/rockchip'
Bjorn Helgaas
-3
/
+5
2025-06-04
Merge branch 'pci/controller/rcar-gen4'
Bjorn Helgaas
-0
/
+1
2025-06-04
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
-0
/
+92
2025-06-04
Merge branch 'pci/controller/mvebu'
Bjorn Helgaas
-17
/
+9
2025-06-04
Merge branch 'pci/controller/mobiveil'
Bjorn Helgaas
-2
/
+1
2025-06-04
Merge branch 'pci/controller/imx6'
Bjorn Helgaas
-31
/
+182
2025-06-04
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
-4
/
+1
2025-06-04
Merge branch 'pci/controller/dwc-ep'
Bjorn Helgaas
-7
/
+6
2025-06-04
Merge branch 'pci/controller/dw-rockchip'
Bjorn Helgaas
-101
/
+137
2025-06-04
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
-36
/
+197
2025-06-04
Merge branch 'pci/controller/apple'
Bjorn Helgaas
-75
/
+190
2025-06-04
Merge branch 'pci/endpoint'
Bjorn Helgaas
-22
/
+24
2025-06-03
Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-21
/
+78
2025-06-02
PCI: j721e: Fix host/endpoint dependencies
Arnd Bergmann
-4
/
+4
2025-06-02
PCI: j721e: Add support to build as a loadable module
Siddharth Vadapalli
-4
/
+32
2025-06-02
PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanup
Siddharth Vadapalli
-0
/
+16
2025-06-02
PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanup
Siddharth Vadapalli
-0
/
+109
2025-06-02
PCI: cadence: Add support to build pcie-cadence library as a kernel module
Kishon Vijay Abraham I
-5
/
+32
2025-05-30
PCI: qcom: Replace PERST# sleep time with proper macro
Niklas Cassel
-1
/
+1
2025-05-30
PCI: dw-rockchip: Replace PERST# sleep time with proper macro
Niklas Cassel
-1
/
+2
2025-05-30
PCI: host-common: Convert to library for host controller drivers
Manivannan Sadhasivam
-6
/
+33
2025-05-28
PCI: cadence: Remove duplicate message code definitions
Hans Zhang
-13
/
+3
2025-05-28
PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...
Niklas Cassel
-9
/
+6
2025-05-28
PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encoding
Niklas Cassel
-8
/
+11
2025-05-28
PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...
Niklas Cassel
-2
/
+2
[prev]
[next]