index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-07-09
PCI: qcom-ep: Use the generic dw_pcie_ep_linkdown() API to handle Link Down e...
Manivannan Sadhasivam
1
-1
/
+1
2024-07-09
PCI: dwc: ep: Remove dw_pcie_ep_init_notify() wrapper
Manivannan Sadhasivam
13
-28
/
+11
2024-07-09
PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event
Manivannan Sadhasivam
2
-35
/
+73
2024-07-09
PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system su...
Frank Li
2
-5
/
+93
2024-07-09
PCI: dwc: Add outbound MSG TLPs support
Yoshihiro Shimoda
2
-2
/
+11
2024-07-09
PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
Yoshihiro Shimoda
4
-60
/
+77
2024-07-09
PCI: dwc: Fix index 0 incorrectly being interpreted as a free ATU slot
Frank Li
1
-3
/
+10
2024-07-09
PCI: dwc: Use msleep() in dw_pcie_wait_for_link()
Konrad Dybcio
2
-3
/
+2
2024-07-09
PCI: kirin: Convert to use agnostic GPIO API
Andy Shevchenko
1
-70
/
+35
2024-07-09
PCI: kirin: Convert kirin_pcie_parse_port() to scoped iterator
Javier Carrasco
1
-15
/
+6
2024-07-09
PCI: qcom: Add OPP support to scale performance
Krishna chaitanya chundru
1
-19
/
+80
2024-07-09
PCI: qcom: Add ICC bandwidth vote for CPU to PCIe path
Krishna chaitanya chundru
1
-4
/
+41
2024-07-09
PCI: qcom-ep: Disable resources unconditionally during PERST# assert
Manivannan Sadhasivam
1
-6
/
+0
2024-07-09
PCI: qcom-ep: Override NO_SNOOP attribute for SA8775P EP
Mrinmay Sarkar
1
-3
/
+16
[next]