index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
Age
Commit message (
Expand
)
Author
Files
Lines
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 register
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 reassignment functionality
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/helgaas/pci
Linus Torvalds
20
-880
/
+2225
2020-04-02
Merge branch 'remotes/lorenzo/pci/tegra'
Bjorn Helgaas
1
-139
/
+44
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
2020-04-02
Merge branch 'remotes/lorenzo/pci/endpoint'
Bjorn Helgaas
5
-80
/
+822
2020-04-02
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
1
-36
/
+195
2020-04-02
Merge branch 'remotes/lorenzo/pci/amlogic'
Bjorn Helgaas
1
-94
/
+22
2020-04-02
PCI: tegra: Print -EPROBE_DEFER error message at debug level
Thierry Reding
1
-7
/
+35
2020-04-02
PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interrupt
Kishon Vijay Abraham I
1
-1
/
+4
2020-04-02
PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address
Kishon Vijay Abraham I
2
-29
/
+18
2020-04-02
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
1
-2
/
+13
2020-03-31
PCI: tegra: Add support for PCIe endpoint mode in Tegra194
Vidya Sagar
3
-18
/
+695
2020-03-27
PCI: dwc: pci-dra7xx: Fix MSI IRQ handling
Vignesh Raghavendra
1
-36
/
+195
2020-03-18
PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLAT
Hou Zhiqiang
1
-0
/
+1
2020-03-17
PCI: mobiveil: Fix sparse different address space warnings
Hou Zhiqiang
1
-3
/
+4
2020-03-10
PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe strings
Bjorn Helgaas
1
-2
/
+2
2020-03-09
PCI: hv: Introduce hv_msi_entry
Boqun Feng
1
-2
/
+1
2020-03-09
PCI: hv: Move retarget related structures into tlfs header
Boqun Feng
1
-32
/
+2
2020-03-09
PCI: hv: Move hypercall related definitions into tlfs header
Boqun Feng
1
-6
/
+0
2020-03-06
PCI: hv: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-4
/
+4
[prev]
[next]