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
2020-05-29
PCI: tegra194: Fix runtime PM imbalance on error
Dinghao Liu
1
-3
/
+2
2020-05-28
PCI: hv: Use struct_size() helper
Gustavo A. R. Silva
1
-14
/
+8
2020-05-27
PCI: Add Loongson PCI Controller support
Jiaxun Yang
3
-0
/
+258
2020-05-22
PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_port
Kishon Vijay Abraham I
1
-1
/
+1
2020-05-22
PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up link
Marc Zyngier
1
-2
/
+2
2020-05-22
PCI: dwc: Fix inner MSI IRQ domain registration
Marc Zyngier
1
-0
/
+2
2020-05-22
PCI: dwc: pci-dra7xx: Use devm_platform_ioremap_resource_byname()
Wei Yongjun
1
-5
/
+3
2020-05-22
PCI: dwc: intel: Make intel_pcie_cpu_addr() static
Jason Yan
1
-1
/
+1
2020-05-22
PCI: dwc: Program outbound ATU upper limit register
Alan Mikhak
2
-3
/
+7
2020-05-22
PCI: rcar: Add endpoint mode support
Lad Prabhakar
4
-0
/
+581
2020-05-22
PCI: endpoint: Add support to handle multiple base for mapping outbound memory
Lad Prabhakar
1
-8
/
+8
2020-05-18
PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DT
Kishon Vijay Abraham I
2
-4
/
+4
2020-05-18
PCI: cadence: Remove "cdns,max-outbound-regions" DT property
Kishon Vijay Abraham I
2
-8
/
+0
2020-05-18
PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macros
Pali Rohár
1
-23
/
+18
2020-05-18
PCI: aardvark: Add PHY support
Marek Behún
1
-0
/
+69
2020-05-18
PCI: aardvark: Add FIXME comment for PCIE_CORE_CMD_STATUS_REG access
Pali Rohár
1
-0
/
+7
2020-05-18
PCI: aardvark: Issue PERST via GPIO
Pali Rohár
1
-1
/
+42
2020-05-18
PCI: aardvark: Improve link training
Marek Behún
1
-25
/
+89
2020-05-18
PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only reg...
Pali Rohár
1
-4
/
+0
2020-05-18
PCI: aardvark: Train link immediately after enabling training
Pali Rohár
1
-6
/
+9
2020-05-13
PCI: brcmstb: Wait for Raspberry Pi's firmware when present
Nicolas Saenz Julienne
1
-0
/
+17
2020-05-12
PCI: Check for platform_get_irq() failure consistently
Aman Sharma
7
-10
/
+16
2020-05-11
PCI: hv: Retry PCI bus D0 entry on invalid device state
Wei Hu
1
-2
/
+38
2020-05-11
PCI: hv: Fix the PCI HyperV probe failure path to release resource properly
Wei Hu
1
-4
/
+16
2020-05-11
PCI: brcmstb: Disable L0s component of ASPM if requested
Jim Quinlan
1
-1
/
+13
2020-05-11
PCI: brcmstb: Fix window register offset from 4 to 8
Jim Quinlan
1
-2
/
+2
2020-05-11
PCI: brcmstb: Don't clk_put() a managed clock
Jim Quinlan
1
-1
/
+0
2020-05-11
PCI: brcmstb: Assert fundamental reset on initialization
Nicolas Saenz Julienne
1
-0
/
+1
2020-05-11
PCI: endpoint: Pass page size as argument to pci_epc_mem_init()
Lad Prabhakar
2
-2
/
+2
2020-05-11
PCI: rcar: Fix calculating mask for PCIEPAMR register
Lad Prabhakar
1
-1
/
+4
2020-05-11
PCI: rcar: Move shareable code to a common file
Lad Prabhakar
4
-293
/
+361
2020-05-11
PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
Lad Prabhakar
3
-1
/
+11
2020-05-11
PCI: tegra: Fix reporting GPIO error value
Pali Rohár
1
-2
/
+2
2020-05-07
PCI: rcar: Add suspend/resume
Kazufumi Ikeda
1
-15
/
+75
2020-05-07
PCI: rcar: Fix incorrect programming of OB windows
Andrew Murray
1
-4
/
+5
2020-05-07
PCI: host-generic: Eliminate pci_host_common_probe wrappers
Rob Herring
6
-42
/
+24
2020-05-05
PCI: altera: Clean up indentation issue on a return statement
Colin Ian King
1
-1
/
+1
2020-05-05
PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling paths
Christophe JAILLET
1
-1
/
+1
2020-05-05
PCI: dwc: Make hisi_pcie_platform_ops static
Zou Wei
1
-1
/
+1
2020-05-05
PCI: dwc: Clean up computing of msix_tbl
Jiri Slaby
1
-5
/
+1
2020-05-01
PCI: host-generic: Support building as modules
Rob Herring
3
-4
/
+12
2020-05-01
PCI: Constify struct pci_ecam_ops
Rob Herring
8
-16
/
+16
2020-04-24
PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by default
Bjorn Helgaas
1
-1
/
+0
2020-04-24
PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by default
Bjorn Helgaas
1
-1
/
+1
2020-04-23
PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU...
Andrea Parri (Microsoft)
1
-16
/
+28
2020-04-03
Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
20
-882
/
+2227
2020-04-02
Merge branch 'remotes/lorenzo/pci/tegra'
Bjorn Helgaas
1
-141
/
+46
2020-04-02
Merge branch 'remotes/lorenzo/pci/qcom'
Bjorn Helgaas
1
-1
/
+7
2020-04-02
Merge branch 'remotes/lorenzo/pci/mobiveil'
Bjorn Helgaas
9
-454
/
+947
2020-04-02
Merge branch 'remotes/lorenzo/pci/hv'
Bjorn Helgaas
1
-74
/
+186
[prev]
[next]