summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* PCI: Move Apex Edge TPU class quirk to fix BAR assignmentBjorn Helgaas2020-05-021-0/+7
* PCI: Add ACS quirk for Zhaoxin Root/Downstream PortsRaymond Pang2020-05-021-0/+25
* PCI: Add ACS quirk for Zhaoxin multi-function devicesRaymond Pang2020-05-021-0/+4
* PCI: Avoid ASMedia XHCI USB PME# from D0 defectKai-Heng Feng2020-05-021-0/+11
* PCI: endpoint: Fix for concurrent memory allocation in OB address regionKishon Vijay Abraham I2020-04-171-2/+8
* PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson2020-04-171-1/+7
* PCI: Add boot interrupt quirk mechanism for Xeon chipsetsSean V Kelley2020-04-171-7/+73
* PCI/ASPM: Clear the correct bits when enabling L1 substatesYicong Yang2020-04-171-2/+2
* PCI: pciehp: Fix indefinite wait on sysfs requestsLukas Wunner2020-04-171-7/+7
* PCI/switchtec: Fix init_completion race condition with poll_wait()Logan Gunthorpe2020-04-171-1/+1
* PCI: sysfs: Revert "rescan" file renamesKelsey Skunberg2020-04-081-2/+4
* PCI: brcmstb: Fix build on 32bit ARM platforms with older compilersMarek Szyprowski2020-02-271-1/+1
* Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-061-2/+4
|\
| * PCI/ATS: Use PF PASID for VFsKuppuswamy Sathyanarayanan2020-02-051-2/+4
* | Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-052-0/+3
|\ \
| * | PCI: Export pci_ats_disabled() as a GPL symbol to modulesWill Deacon2019-12-231-0/+1
| * | PCI/ATS: Restore EXPORT_SYMBOL_GPL() for pci_{enable,disable}_ats()Greg Kroah-Hartman2019-12-231-0/+2
* | | Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-02-041-33/+49
|\ \ \
| * | | pci/hotplug/pnv-php: Wrap warnings in macroFrederic Barrat2020-01-231-23/+28
| * | | pci/hotplug/pnv-php: Relax check when disabling slotFrederic Barrat2020-01-231-1/+7
| * | | pci/hotplug/pnv-php: Register opencapi slotsFrederic Barrat2020-01-231-0/+5
| * | | pci/hotplug/pnv-php: Improve error msg on power state change failureFrederic Barrat2020-01-231-5/+11
| * | | pci/hotplug/pnv-php: Remove erroneous warningFrederic Barrat2020-01-231-6/+0
| |/ /
* | | treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* | | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-12/+13
| |/ |/|
* | Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-3126-415/+2353
|\ \
| * \ Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2020-01-291-30/+1
| |\ \
| | * | PCI: uniphier: remove module code from built-in driverMasahiro Yamada2020-01-131-30/+1
| * | | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-01-291-2/+2
| |\ \ \
| | * | | PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler2020-01-101-1/+1
| | * | | PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf2020-01-101-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2020-01-291-0/+150
| |\ \ \
| | * | | PCI: qcom: Add support for SDM845 PCIe controllerBjorn Andersson2020-01-101-0/+150
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2020-01-291-1/+1
| |\ \ \
| | * | | PCI: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski2020-01-131-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2020-01-291-3/+3
| |\ \ \
| | * | | PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I2020-01-211-1/+1
| | * | | PCI: keystone: Fix outbound region mappingYurii Monakov2020-01-101-1/+1
| | * | | PCI: keystone: Fix link training retries initiationYurii Monakov2020-01-101-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-01-296-7/+626
| |\ \ \
| | * | | PCI: artpec6: Configure FTS with dwc helper functionDilip Kota2020-01-091-7/+1
| | * | | PCI: dwc: intel: PCIe RC controller driverDilip Kota2020-01-095-0/+625
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2020-01-293-0/+1025
| |\ \ \
| | * | | PCI: brcmstb: Add MSI supportJim Quinlan2020-01-282-1/+262
| | * | | PCI: brcmstb: Add Broadcom STB PCIe host controller driverJim Quinlan2020-01-283-0/+764
| | |/ /
| * | | Merge branch 'pci/host-vmd'Bjorn Helgaas2020-01-294-153/+29
| |\ \ \
| | * | | PCI: vmd: Add two VMD Device IDsSushma Kalakota2020-01-291-0/+4
| | * | | PCI: vmd: Remove dma_map_ops overridesJon Derrick2020-01-242-151/+0
| | * | | PCI: Introduce pci_real_dma_dev()Jon Derrick2020-01-242-1/+24
| | * | | x86/PCI: Expose VMD's pci_dev in struct pci_sysdataJon Derrick2020-01-241-1/+1
| | |/ /