summaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorLines
2020-04-08Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+4
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-4/+7
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-70/+29
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1352/+3336
2020-04-02Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas-141/+46
2020-04-02Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas-1/+7
2020-04-02Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas-454/+947
2020-04-02Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas-74/+186
2020-04-02Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas-234/+1280
2020-04-02Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas-36/+195
2020-04-02Merge branch 'remotes/lorenzo/pci/amlogic'Bjorn Helgaas-94/+22
2020-04-02Merge branch 'pci/virtualization'Bjorn Helgaas-0/+29
2020-04-02Merge branch 'pci/resource'Bjorn Helgaas-29/+22
2020-04-02Merge branch 'pci/p2pdma'Bjorn Helgaas-0/+3
2020-04-02Merge branch 'pci/misc'Bjorn Helgaas-3/+16
2020-04-02Merge branch 'pci/interrupts'Bjorn Helgaas-7/+73
2020-04-02Merge branch 'pci/hotplug'Bjorn Helgaas-15/+79
2020-04-02Merge branch 'pci/enumeration'Bjorn Helgaas-85/+66
2020-04-02Merge branch 'pci/edr'Bjorn Helgaas-176/+362
2020-04-02PCI: tegra: Print -EPROBE_DEFER error message at debug levelThierry Reding-7/+35
2020-04-02PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interruptKishon Vijay Abraham I-1/+4
2020-04-02PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table addressKishon Vijay Abraham I-29/+20
2020-04-02PCI: endpoint: Fix ->set_msix() to take BIR and offset as argumentsKishon Vijay Abraham I-10/+44
2020-04-02PCI: endpoint: functions/pci-epf-test: Print throughput informationKishon Vijay Abraham I-0/+48
2020-04-02PCI: endpoint: functions/pci-epf-test: Add DMA support to transfer dataKishon Vijay Abraham I-3/+202
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-12/+59
2020-03-31PCI: pciehp: Fix MSI interrupt raceStuart Hayes-6/+20
2020-03-31PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner-7/+7
2020-03-31PCI: endpoint: Fix clearing start entry in configfsKunihiko Hayashi-0/+1
2020-03-31PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar-18/+695
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+3
2020-03-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+2
2020-03-30PCI: sysfs: Revert "rescan" file renamesKelsey Skunberg-2/+4
2020-03-30PCI: Add support for root bus sizingIvan Kokshaysky-12/+22
2020-03-30PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski-17/+0
2020-03-28PCI: Add ACS quirk for Zhaoxin Root/Downstream PortsRaymond Pang-0/+25
2020-03-28PCI: Add ACS quirk for Zhaoxin multi-function devicesRaymond Pang-0/+4
2020-03-28PCI/ASPM: Reduce severity of common clock config messageChris Packham-1/+1
2020-03-28PCI/AER: Rationalize error status register clearingKuppuswamy Sathyanarayanan-7/+9
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan-0/+253
2020-03-28PCI/DPC: Expose dpc_process_error(), dpc_reset_link() for use by EDRKuppuswamy Sathyanarayanan-3/+11
2020-03-28PCI/AER: Add pci_aer_raw_clear_status() to unconditionally clear Error StatusKuppuswamy Sathyanarayanan-4/+20
2020-03-28PCI/DPC: Cache DPC capabilities in pci_init_capabilities()Kuppuswamy Sathyanarayanan-12/+24
2020-03-28PCI/ERR: Return status of pcie_do_recovery()Kuppuswamy Sathyanarayanan-6/+9
2020-03-28PCI/ERR: Remove service dependency in pcie_do_recovery()Kuppuswamy Sathyanarayanan-81/+14
2020-03-28PCI/DPC: Move DPC data into struct pci_devBjorn Helgaas-72/+31
2020-03-28PCI/ERR: Update error status after reset_link()Kuppuswamy Sathyanarayanan-1/+2
2020-03-28PCI/ERR: Combine pci_channel_io_frozen casesKuppuswamy Sathyanarayanan-6/+5
2020-03-27PCI: dwc: pci-dra7xx: Fix MSI IRQ handlingVignesh Raghavendra-36/+195
2020-03-27Merge branches 'iommu/fixes', 'arm/qcom', 'arm/omap', 'arm/smmu', 'x86/amd', ...Joerg Roedel-0/+4