index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
cadence
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-18
PCI: sg2042: Fix a reference count issue in sg2042_pcie_remove()
Christophe JAILLET
1
-3
/
+0
2025-10-14
PCI: cadence: Search for MSI Capability with correct ID
Hans Zhang
1
-1
/
+1
2025-10-03
Merge branch 'pci/controller/sophgo'
Bjorn Helgaas
6
-6
/
+151
2025-10-03
Merge branch 'pci/controller/j721e'
Bjorn Helgaas
1
-1
/
+27
2025-10-03
Merge branch 'pci/endpoint'
Bjorn Helgaas
1
-2
/
+0
2025-09-29
PCI: j721e: Fix incorrect error message in probe()
Alok Tiwari
1
-1
/
+1
2025-09-19
PCI: sg2042: Add Sophgo SG2042 PCIe driver
Chen Wang
3
-0
/
+145
2025-09-19
PCI: cadence: Check for the existence of cdns_pcie::ops before using it
Chen Wang
3
-6
/
+6
2025-09-08
PCI: j721e: Fix programming sequence of "strap" settings
Siddharth Vadapalli
1
-0
/
+25
2025-09-01
PCI: j721e: Fix module autoloading
Siddharth Vadapalli
1
-0
/
+1
2025-08-20
PCI: cadence: Use cdns_pcie_find_*capability() to avoid hardcoding offsets
Hans Zhang
2
-21
/
+22
2025-08-20
PCI: cadence: Implement capability search using PCI core APIs
Hans Zhang
2
-0
/
+48
2025-08-14
PCI: endpoint: Drop superfluous pci_epc_features initialization
Niklas Cassel
1
-2
/
+0
2025-06-19
PCI: cadence: Replace private message routing enums with PCI core definitions
Hans Zhang
2
-21
/
+1
2025-06-04
Merge branch 'pci/controller/dw-rockchip'
Bjorn Helgaas
1
-5
/
+1
2025-06-04
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
6
-36
/
+197
2025-06-03
PCI: j721e: Fix host/endpoint dependencies
Arnd Bergmann
2
-4
/
+4
2025-06-03
PCI: j721e: Add support to build as a loadable module
Siddharth Vadapalli
2
-4
/
+32
2025-06-03
PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper for cleanup
Siddharth Vadapalli
2
-0
/
+16
2025-06-03
PCI: cadence-host: Introduce cdns_pcie_host_disable() helper for cleanup
Siddharth Vadapalli
2
-0
/
+109
2025-06-03
PCI: cadence: Add support to build pcie-cadence library as a kernel module
Kishon Vijay Abraham I
5
-5
/
+32
2025-05-29
PCI: cadence: Remove duplicate message code definitions
Hans Zhang
2
-13
/
+3
2025-05-29
PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_msix() nr_irqs enco...
Niklas Cassel
1
-5
/
+3
2025-05-29
PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_msi() nr_irqs encoding
Niklas Cassel
1
-1
/
+2
2025-05-29
PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_msix() return value...
Niklas Cassel
1
-1
/
+1
2025-05-29
PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_msi() return value e...
Niklas Cassel
1
-1
/
+1
2025-05-29
PCI: cadence-ep: Correct PBA offset in .set_msix() callback
Niklas Cassel
1
-2
/
+3
2025-05-13
PCI: cadence: Simplify J721e link status check
Hans Zhang
1
-5
/
+1
2025-04-23
PCI: cadence: Fix runtime atomic count underflow
Hans Zhang
1
-10
/
+1
2025-03-27
Merge branch 'pci/misc'
Bjorn Helgaas
1
-4
/
+4
2025-03-27
Merge branch 'pci/controller/j721e'
Bjorn Helgaas
1
-2
/
+3
2025-03-26
PCI: j721e: Fix the value of .linkdown_irq_regfield for J784S4
Siddharth Vadapalli
1
-2
/
+3
2025-03-09
PCI: Fix typos
Bjorn Helgaas
1
-4
/
+4
2025-03-04
PCI: cadence-ep: Fix the driver to send MSG TLP for INTx without data payload
Hans Zhang
2
-3
/
+2
2024-11-25
Merge branch 'pci/controller/j721e'
Bjorn Helgaas
1
-14
/
+23
2024-11-25
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
1
-2
/
+2
2024-11-13
PCI: cadence: Lower severity of message when phy-names property is absent in DTS
Bartosz Wawrzyniak
1
-2
/
+2
2024-11-04
PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS milliseconds
Siddharth Vadapalli
1
-14
/
+12
2024-11-03
PCI: j721e: Add PCIe support for J722S SoC
Siddharth Vadapalli
1
-0
/
+11
2024-10-04
PCI: controller: Switch back to struct platform_driver::remove()
Sergio Paracuellos
1
-1
/
+1
2024-09-19
Merge branch 'pci/misc'
Bjorn Helgaas
1
-1
/
+1
2024-09-19
Merge branch 'pci/controller/j721e'
Bjorn Helgaas
3
-35
/
+181
2024-09-19
PCI: Fix typos
Bjorn Helgaas
1
-1
/
+1
2024-09-04
PCI: j721e: Add suspend and resume support
Théo Lebrun
1
-6
/
+92
2024-09-04
PCI: j721e: Use T_PERST_CLK_US macro
Thomas Richard
1
-1
/
+1
2024-09-04
PCI: cadence: Drop excess cdns_pcie_rc.dev kerneldoc description
Bjorn Helgaas
1
-1
/
+0
2024-09-03
PCI: j721e: Add reset GPIO to struct j721e_pcie
Théo Lebrun
1
-0
/
+2
2024-09-03
PCI: j721e: Use dev_err_probe() in the probe() function
Thomas Richard
1
-11
/
+8
2024-09-03
PCI: cadence: Set cdns_pcie_host_init() global
Thomas Richard
2
-3
/
+8
2024-09-03
PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()
Thomas Richard
2
-13
/
+32
[next]