aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski1-17/+0
2020-03-28PCI: Add ACS quirk for Zhaoxin Root/Downstream PortsRaymond Pang1-0/+25
2020-03-28PCI: Add ACS quirk for Zhaoxin multi-function devicesRaymond Pang1-0/+4
2020-03-28PCI/ASPM: Reduce severity of common clock config messageChris Packham1-1/+1
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan5-7/+9
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan5-0/+253
2020-03-28PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDRKuppuswamy Sathyanarayanan2-3/+11
2020-03-28PCI/AER: Add pci_aer_raw_clear_status() to unconditionally clear Error StatusKuppuswamy Sathyanarayanan2-4/+20
2020-03-28PCI/DPC: Cache DPC capabilities in pci_init_capabilities()Kuppuswamy Sathyanarayanan3-12/+24
2020-03-28PCI/ERR: Return status of pcie_do_recovery()Kuppuswamy Sathyanarayanan2-6/+9
2020-03-28PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan6-81/+14
2020-03-28PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas1-72/+31
2020-03-28PCI/ERR: Update error status after reset_link()Kuppuswamy Sathyanarayanan1-1/+2
2020-03-28PCI/ERR: Combine pci_channel_io_frozen casesKuppuswamy Sathyanarayanan1-6/+5
2020-03-27PCI: dwc: pci-dra7xx: Fix MSI IRQ handlingVignesh Raghavendra1-36/+195
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