summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-03-27Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel1-0/+4
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar1-4/+2
2020-03-25powerpc/eeh: Make early EEH init pseries specificOliver O'Halloran3-3/+3
2020-03-25powerpc/eeh: Do early EEH init only when requiredOliver O'Halloran2-1/+5
2020-03-25PCI: rpaphp: Remove unused variable 'value'Chen Zhou1-2/+1
2020-03-24PCI: intel-mid: Convert to new X86 CPU match macrosThomas Gleixner1-4/+2
2020-03-21pci/switchtec: Replace completion wait queue usage for pollSebastian Andrzej Siewior1-9/+13
2020-03-21PCI/switchtec: Fix init_completion race condition with poll_wait()Logan Gunthorpe1-1/+1
2020-03-19PCI: Avoid ASMedia XHCI USB PME# from D0 defectKai-Heng Feng1-0/+11
2020-03-18PCI/P2PDMA: Add Intel Sky Lake-E Root Ports B, C, D to the whitelistAndrew Maier1-0/+3
2020-03-18PCI/ASPM: Clear the correct bits when enabling L1 substatesYicong Yang1-2/+2
2020-03-18PCI/ATS: Export symbols of PASID functionsJean-Philippe Brucker1-0/+4
2020-03-18PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLATHou Zhiqiang1-0/+1
2020-03-17PCI: mobiveil: Fix sparse different address space warningsHou Zhiqiang1-3/+4
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-03-10PCI: Add PCIE_LNKCAP2_SLS2SPEED() macroYicong Yang2-13/+13
2020-03-10PCI: Use pci_speed_string() for all PCI/PCI-X/PCIe stringsBjorn Helgaas4-36/+10
2020-03-10PCI: Add pci_speed_string()Bjorn Helgaas3-37/+42
2020-03-10s390/pci: embedding hotplug_slot in zdevPierre Morel1-70/+29
2020-03-09PCI: hv: Introduce hv_msi_entryBoqun Feng1-2/+1
2020-03-09PCI: hv: Move retarget related structures into tlfs headerBoqun Feng1-32/+2
2020-03-09PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng1-6/+0
2020-03-08PCI/AER: Fix the broken interrupt injectionThomas Gleixner2-4/+3
2020-03-06PCI: hv: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-03-06PCI: hv: Add support for protocol 1.3 and support PCI_BUS_RELATIONS2Long Li1-0/+109
2020-03-06PCI: hv: Decouple the func definition in hv_dr_state from VSP messageLong Li1-30/+70
2020-03-05PCI: Introduce pci_get_dsnJacob Keller1-0/+34
2020-03-04PCI: pci-bridge-emul: Use new constant PCI_STATUS_ERROR_BITSHeiner Kallweit1-12/+2
2020-03-04PCI: Add pci_status_get_and_clear_errorsHeiner Kallweit1-0/+23
2020-03-04PCI: amlogic: Use AXG PCIERemi Pommarel1-94/+22
2020-02-28PCI: Add 32 GT/s decoding in some macrosYicong Yang1-2/+4
2020-02-27PCI: Add boot interrupt quirk mechanism for Xeon chipsetsSean V Kelley1-7/+73
2020-02-27PCI: brcmstb: Fix build on 32bit ARM platforms with older compilersMarek Szyprowski1-1/+1
2020-02-26PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson1-1/+7
2020-02-26PCI: pci-epf-test: Add support to defer core initializationVidya Sagar1-41/+77
2020-02-25PCI: dwc: Add API to notify core initialization completionVidya Sagar2-0/+12
2020-02-25PCI: endpoint: Add notification for core init completionVidya Sagar1-1/+18
2020-02-25PCI: dwc: Refactor core initialization code for EP modeVidya Sagar2-28/+50
2020-02-24PCI: tegra: Use pci_parse_request_of_pci_ranges()Rob Herring1-141/+46
2020-02-24PCI: hv: Add missing kfree(hbus) in hv_pci_probe()'s error handling pathDexuan Cui1-1/+1
2020-02-24PCI: hv: Remove unnecessary type casting from kzallocDexuan Cui1-1/+1
2020-02-24PCI: endpoint: Assign function number for each PF in EPC coreKishon Vijay Abraham I2-26/+27
2020-02-24PCI: endpoint: Protect concurrent access to pci_epf_ops with mutexKishon Vijay Abraham I1-1/+10
2020-02-24PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I1-2/+8
2020-02-24PCI: endpoint: Replace spinlock with mutexKishon Vijay Abraham I1-51/+31
2020-02-24PCI: endpoint: Use notification chain mechanism to notify EPC events to EPFKishon Vijay Abraham I3-31/+13
2020-02-21PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCsHou Zhiqiang4-2/+291
2020-02-21PCI: mobiveil: Add Header Type field checkHou Zhiqiang1-0/+13
2020-02-21PCI: mobiveil: Add 8-bit and 16-bit CSR register accessorsHou Zhiqiang1-0/+23
2020-02-21PCI: mobiveil: Allow mobiveil_host_init() to be used to re-init hostHou Zhiqiang2-7/+13