index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-16
Merge branch 'pci/controller/tegra194'
Bjorn Helgaas
1
-0
/
+3
2024-05-16
Merge branch 'pci/controller/rockchip'
Bjorn Helgaas
1
-5
/
+3
2024-05-16
Merge branch 'pci/controller/mt7621'
Bjorn Helgaas
1
-1
/
+1
2024-05-16
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
16
-95
/
+298
2024-05-15
PCI: rockchip-ep: Remove wrong mask on subsys_vendor_id
Rick Wertenbroek
1
-4
/
+2
2024-04-11
PCI: mt7621: Fix string truncation in mt7621_pcie_parse_port()
Sergio Paracuellos
1
-1
/
+1
2024-04-10
PCI: tegra194: Fix probe path for Endpoint mode
Vidya Sagar
1
-0
/
+3
2024-04-10
PCI: endpoint: Remove "core_init_notifier" flag
Manivannan Sadhasivam
15
-2
/
+25
2024-04-10
PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue dri...
Manivannan Sadhasivam
10
-26
/
+90
2024-04-10
PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()
Manivannan Sadhasivam
4
-11
/
+11
2024-04-10
PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#
Manivannan Sadhasivam
4
-2
/
+25
2024-04-10
PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()
Manivannan Sadhasivam
3
-6
/
+6
2024-04-10
PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops
Manivannan Sadhasivam
3
-15
/
+9
2024-04-10
PCI: dwc: ep: Add Kernel-doc comments for APIs
Manivannan Sadhasivam
1
-0
/
+77
2024-04-10
PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
Manivannan Sadhasivam
1
-49
/
+71
2024-04-10
PCI: rockchip-ep: Set a 64-bit BAR if requested
Niklas Cassel
1
-1
/
+1
2024-04-10
PCI: cadence: Set a 64-bit BAR if requested
Niklas Cassel
1
-4
/
+1
2024-03-14
Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
15
-311
/
+482
2024-03-12
Merge branch 'pci/controller/qcom'
Bjorn Helgaas
1
-2
/
+40
2024-03-12
Merge branch 'pci/controller/imx'
Bjorn Helgaas
1
-275
/
+352
2024-03-12
Merge branch 'pci/controller/hyperv'
Bjorn Helgaas
1
-1
/
+2
2024-03-12
Merge branch 'pci/controller/dwc'
Bjorn Helgaas
2
-9
/
+19
2024-03-12
Merge branch 'pci/controller/cadence'
Bjorn Helgaas
2
-1
/
+19
2024-03-12
Merge branch 'pci/controller/broadcom'
Bjorn Helgaas
1
-1
/
+1
2024-03-10
PCI: hv: Fix ring buffer size calculation
Michael Kelley
1
-1
/
+2
2024-03-10
PCI: dwc: endpoint: Fix advertised resizable BAR size
Niklas Cassel
1
-1
/
+6
2024-03-10
PCI: cadence: Clear the ARI Capability Next Function Number of the last function
Jasko-EXT Wojciech
2
-1
/
+19
2024-03-10
PCI: dwc: Strengthen the MSI address allocation logic
Ajay Agarwal
1
-8
/
+13
2024-03-10
PCI: brcmstb: Fix broken brcm_pcie_mdio_write() polling
Jonathan Bell
1
-1
/
+1
2024-03-10
PCI: qcom: Add X1E80100 PCIe support
Abel Vesa
1
-0
/
+1
2024-03-10
PCI: qcom: Enable BDF to SID translation properly
Manivannan Sadhasivam
1
-0
/
+10
2024-03-08
PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295p
Johan Hovold
1
-2
/
+29
2024-03-04
PCI: imx6: Add iMX95 Endpoint (EP) support
Frank Li
1
-0
/
+47
2024-03-04
PCI: imx6: Add epc_features in imx6_pcie_drvdata
Frank Li
1
-1
/
+8
2024-03-04
PCI: imx6: Clean up addr_space retrieval code
Frank Li
1
-8
/
+1
2024-03-04
PCI: imx6: Add iMX95 PCIe Root Complex support
Frank Li
1
-5
/
+71
2024-03-04
PCI: imx6: Simplify switch-case logic by introducing init_phy() callback
Frank Li
1
-65
/
+69
2024-03-04
PCI: imx6: Simplify configure_type() by using mode_off and mode_mask
Frank Li
1
-20
/
+39
2024-03-04
PCI: imx6: Simplify ltssm_enable() by using ltssm_off and ltssm_mask
Frank Li
1
-21
/
+16
2024-03-04
PCI: imx6: Simplify reset handling by using *_FLAG_HAS_*_RESET
Frank Li
1
-65
/
+39
2024-02-21
PCI: imx6: Simplify PHY handling by using IMX6_PCIE_FLAG_HAS_PHYDRV
Frank Li
1
-7
/
+17
2024-02-21
PCI: imx6: Simplify clock handling by using clk_bulk*() function
Frank Li
1
-88
/
+50
2024-02-16
PCI: endpoint: Drop only_64bit on reserved BARs
Niklas Cassel
2
-2
/
+2
2024-02-16
PCI: endpoint: Clean up hardware description for BARs
Niklas Cassel
8
-22
/
+49
2024-02-09
Merge tag 'pci-v6.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+6
2024-02-07
PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment
Dan Carpenter
1
-3
/
+4
2024-02-07
PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
Dan Carpenter
1
-1
/
+2
2024-01-31
PCI/ASPM: Fix deadlock when enabling ASPM
Johan Hovold
1
-1
/
+1
2024-01-17
Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
47
-492
/
+797
2024-01-15
Merge branch 'pci/irq-clean-up'
Bjorn Helgaas
21
-178
/
+165
[next]