index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-27
Merge branch 'pci/misc'
Bjorn Helgaas
2
-12
/
+12
2025-03-27
Merge branch 'pci/controller/dwc-cpu-addr-fixup'
Bjorn Helgaas
6
-91
/
+186
2025-03-27
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
1
-0
/
+5
2025-03-27
Merge branch 'pci/controller/layerscape'
Bjorn Helgaas
1
-1
/
+1
2025-03-27
Merge branch 'pci/controller/imx6'
Bjorn Helgaas
1
-69
/
+19
2025-03-27
Merge branch 'pci/controller/histb'
Bjorn Helgaas
1
-4
/
+8
2025-03-27
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
8
-0
/
+868
2025-03-27
Merge branch 'pci/controller/amd-mdb'
Bjorn Helgaas
3
-0
/
+488
2025-03-27
Merge branch 'pci/scoped-cleanup'
Bjorn Helgaas
1
-32
/
+18
2025-03-27
Merge branch 'pci/endpoint-test'
Bjorn Helgaas
1
-0
/
+2
2025-03-27
PCI: layerscape: Fix arg_count to syscon_regmap_lookup_by_phandle_args()
Ioana Ciornei
1
-1
/
+1
2025-03-26
PCI: dw-rockchip: Endpoint mode cannot raise INTx interrupts
Niklas Cassel
1
-0
/
+2
2025-03-24
PCI: intel-gw: Remove intel_pcie_cpu_addr()
Frank Li
1
-7
/
+1
2025-03-24
PCI: imx6: Remove imx_pcie_cpu_addr_fixup()
Frank Li
1
-17
/
+1
2025-03-24
PCI: dwc: Use parent_bus_offset to remove need for .cpu_addr_fixup()
Frank Li
3
-11
/
+9
2025-03-24
PCI: dwc: ep: Ensure proper iteration over outbound map windows
Frank Li
1
-1
/
+1
2025-03-24
PCI: dwc: ep: Use devicetree 'reg[addr_space]' to derive CPU -> ATU addr offset
Frank Li
1
-0
/
+7
2025-03-24
PCI: dwc: ep: Consolidate devicetree handling in dw_pcie_ep_get_resources()
Bjorn Helgaas
1
-15
/
+29
2025-03-24
PCI: dwc: ep: Call epc_create() early in dw_pcie_ep_init()
Bjorn Helgaas
1
-9
/
+9
2025-03-24
PCI: dwc: Use devicetree 'reg[config]' to derive CPU -> ATU addr offset
Frank Li
2
-0
/
+7
2025-03-24
PCI: dwc: Add dw_pcie_parent_bus_offset() checking and debug
Frank Li
2
-1
/
+52
2025-03-24
PCI: dwc: Add dw_pcie_parent_bus_offset()
Frank Li
2
-0
/
+26
2025-03-23
PCI: amd-mdb: Add AMD MDB Root Port driver
Thippeswamy Havalige
3
-0
/
+488
2025-03-17
PCI: dwc: Consolidate devicetree handling in dw_pcie_host_get_resources()
Bjorn Helgaas
1
-12
/
+25
2025-03-17
PCI: dwc: Call devm_pci_alloc_host_bridge() early in dw_pcie_host_init()
Frank Li
1
-6
/
+6
2025-03-17
PCI: dwc: Rename cpu_addr to parent_bus_addr for ATU configuration
Frank Li
4
-30
/
+31
2025-03-17
PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off()
Frank Li
1
-1
/
+1
2025-03-16
PCI: histb: Fix an error handling path in histb_pcie_probe()
Christophe JAILLET
1
-4
/
+8
2025-03-15
PCI: imx6: Use devm_clk_bulk_get_all() to fetch clocks
Richard Zhu
1
-61
/
+14
2025-03-15
PCI: imx6: Identify controller via 'linux,pci-domain', not address
Richard Zhu
1
-9
/
+6
2025-03-14
PCI: dw-rockchip: Hide broken ATS capability for RK3588 running in EP mode
Niklas Cassel
1
-0
/
+29
2025-03-14
PCI: dwc: ep: Add dw_pcie_ep_hide_ext_capability()
Niklas Cassel
2
-0
/
+46
2025-03-14
PCI: dwc: ep: Return -ENOMEM for allocation failures
Dan Carpenter
1
-0
/
+1
2025-03-08
PCI: Fix typos
Bjorn Helgaas
2
-12
/
+12
2025-03-08
PCI: dwc: ep: Remove superfluous function dw_pcie_ep_find_ext_capability()
Niklas Cassel
1
-21
/
+3
2025-03-08
PCI: dw-rockchip: Describe Resizable BARs as Resizable BARs
Niklas Cassel
1
-11
/
+11
2025-03-08
PCI: keystone: Specify correct alignment requirement
Niklas Cassel
1
-1
/
+1
2025-03-08
PCI: keystone: Describe Resizable BARs as Resizable BARs
Niklas Cassel
1
-2
/
+2
2025-03-08
PCI: dwc: ep: Allow EPF drivers to configure the size of Resizable BARs
Niklas Cassel
1
-15
/
+167
2025-03-08
PCI: dwc: ep: Move dw_pcie_ep_find_ext_capability()
Niklas Cassel
1
-18
/
+18
2025-03-06
PCI: kirin: Tidy up _probe() related function with dev_err_probe()
Zhang Zekun
1
-25
/
+15
2025-03-06
PCI: dwc: Add debugfs property to provide LTSSM status of the PCIe link
Hans Zhang
2
-0
/
+110
2025-03-06
PCI: dwc: Add debugfs based Statistical Counter support for DWC
Shradha Todi
1
-0
/
+248
2025-03-06
PCI: dwc: Add debugfs based Error Injection support for DWC
Shradha Todi
1
-2
/
+166
2025-03-06
PCI: dwc: Add debugfs based Silicon Debug support for DWC
Shradha Todi
7
-0
/
+230
2025-03-05
PCI: kirin: Use helper function for_each_available_child_of_node_scoped()
Zhang Zekun
1
-7
/
+3
2025-03-03
PCI: dwc: Add helper to find the Vendor Specific Extended Capability (VSEC)
Shradha Todi
1
-0
/
+40
2025-02-24
PCI: qcom-ep: Enable EP mode support for SAR2130P
Dmitry Baryshkov
1
-0
/
+1
2025-02-24
PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVED
Manivannan Sadhasivam
1
-0
/
+4
2025-01-25
Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
10
-211
/
+498
[next]