index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
PCI: qcom: Disable mirroring of DBI and iATU register space in BAR region
Prudhvi Yarlagadda
3
-15
/
+61
2024-10-04
PCI: dra7xx: Fix error handling when IRQ request fails in probe
Siddharth Vadapalli
1
-1
/
+7
2024-10-04
PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler
Sean Anderson
1
-2
/
+2
2024-10-04
PCI: imx6: Fix i.MX8MP PCIe EP's occasional failure to trigger MSI
Richard Zhu
1
-0
/
+2
2024-10-04
PCI: imx6: Fix establish link failure in EP mode for i.MX8MM and i.MX8MP
Richard Zhu
1
-2
/
+4
2024-10-04
PCI: imx6: Fix missing call to phy_power_off() in error handling
Frank Li
1
-3
/
+4
2024-10-04
PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main" IRQ
Siddharth Vadapalli
1
-1
/
+2
2024-10-04
PCI: qcom-ep: Enable controller resources like PHY only after refclk is avail...
Manivannan Sadhasivam
1
-10
/
+4
2024-10-04
PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
Alexandra Diupina
1
-2
/
+2
2024-10-04
PCI: xilinx-nwl: Clean up clock on probe failure/removal
Sean Anderson
1
-4
/
+19
2024-10-04
PCI: xilinx-nwl: Fix register misspelling
Sean Anderson
1
-6
/
+6
2024-10-04
PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
Dan Carpenter
1
-1
/
+1
2024-08-21
PCI: qcom: Use OPP only if the platform supports it
Manivannan Sadhasivam
1
-2
/
+5
2024-08-21
PCI: qcom-ep: Disable MHI RAM data parity error interrupt for SA8775P SoC
Manivannan Sadhasivam
1
-0
/
+13
2024-07-19
Merge branch 'pci/misc'
Bjorn Helgaas
10
-0
/
+10
2024-07-19
Merge branch 'pci/controller/vmd'
Bjorn Helgaas
1
-4
/
+4
2024-07-19
Merge branch 'pci/controller/tegra194'
Bjorn Helgaas
1
-4
/
+1
2024-07-19
Merge branch 'pci/controller/rockchip'
Bjorn Helgaas
5
-44
/
+315
2024-07-19
Merge branch 'pci/controller/rcar-gen4'
Bjorn Helgaas
2
-34
/
+276
2024-07-19
Merge branch 'pci/controller/rcar'
Bjorn Helgaas
1
-1
/
+5
2024-07-19
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
5
-168
/
+290
2024-07-19
Merge branch 'pci/controller/microchip'
Bjorn Helgaas
8
-560
/
+1512
2024-07-19
Merge branch 'pci/controller/loongson'
Bjorn Helgaas
1
-0
/
+13
2024-07-19
Merge branch 'pci/controller/layerscape'
Bjorn Helgaas
2
-2
/
+2
2024-07-19
Merge branch 'pci/controller/keystone'
Bjorn Helgaas
1
-82
/
+118
2024-07-19
Merge branch 'pci/controller/hyperv'
Bjorn Helgaas
1
-2
/
+2
2024-07-19
Merge branch 'pci/controller/exynos'
Bjorn Helgaas
1
-50
/
+4
2024-07-19
Merge branch 'pci/controller/dra7xx'
Bjorn Helgaas
1
-2
/
+2
2024-07-19
Merge branch 'pci/controller/artpec6'
Bjorn Helgaas
1
-4
/
+4
2024-07-19
Merge branch 'pci/controller/al'
Bjorn Helgaas
1
-3
/
+13
2024-07-19
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
15
-135
/
+283
2024-07-19
Merge branch 'pci/controller/gpio'
Bjorn Helgaas
7
-117
/
+52
2024-07-19
Merge branch 'pci/endpoint'
Bjorn Helgaas
3
-3
/
+4
2024-07-19
PCI: loongson: Enable MSI in LS7A Root Complex
Huacai Chen
1
-0
/
+13
2024-07-10
PCI: vmd: Create domain symlink before pci_bus_add_devices()
Jiwei Sun
1
-4
/
+4
2024-07-10
PCI: qcom: Prevent use of uninitialized data in qcom_pcie_suspend_noirq()
Dan Carpenter
1
-1
/
+1
2024-07-10
PCI: qcom: Prevent potential error pointer dereference
Dan Carpenter
1
-1
/
+1
2024-07-10
PCI: qcom: Fix missing error code in qcom_pcie_probe()
Dan Carpenter
1
-1
/
+2
2024-07-09
PCI: dw-rockchip: Use pci_epc_init_notify() directly
Niklas Cassel
1
-1
/
+1
2024-07-09
PCI: dw-rockchip: Add endpoint mode support
Niklas Cassel
3
-5
/
+228
2024-07-09
PCI: dw-rockchip: Refactor the driver to prepare for EP mode
Niklas Cassel
1
-24
/
+60
2024-07-09
PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helper
Niklas Cassel
1
-1
/
+6
2024-07-09
PCI: dw-rockchip: Fix weird indentation
Niklas Cassel
1
-4
/
+3
2024-07-09
PCI: dw-rockchip: Fix initial PERST# GPIO value
Niklas Cassel
1
-1
/
+1
2024-07-09
PCI: dw-rockchip: Add error messages in .probe() error paths
Uwe Kleine-König
1
-8
/
+13
2024-07-09
PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
Manivannan Sadhasivam
1
-1
/
+1
2024-07-09
PCI: rockchip-host: Wait 100ms after reset before starting configuration
Damien Le Moal
1
-0
/
+2
2024-07-09
PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handling
Damien Le Moal
1
-0
/
+1
2024-07-09
PCI: dwc: ep: Enforce DWC specific 64-bit BAR limitation
Niklas Cassel
1
-0
/
+7
2024-07-09
PCI: layerscape-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link ...
Manivannan Sadhasivam
1
-1
/
+1
[next]