summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-132-2/+2
|\
| * treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-2/+2
* | Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-121-17/+10
|\ \ | |/ |/|
| * xen/pci: Get rid of verbose_request and use dev_dbg() insteadBoris Ostrovsky2020-05-291-17/+10
* | Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-06-082-19/+36
|\ \
| * | s390/pci: create links between PFs and VFsNiklas Schnelle2020-05-201-3/+0
| * | PCI/IOV: Introduce pci_iov_sysfs_link() functionNiklas Schnelle2020-05-201-11/+25
| * | s390/pci: Do not disable PF when VFs existPierre Morel2020-04-281-0/+3
| * | s390/pci: Handling multifunctionsPierre Morel2020-04-281-3/+3
| * | s390/pci: create zPCI busPierre Morel2020-04-281-4/+7
* | | Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-081-1/+17
|\ \ \
| * | | PCI/ATS: Only enable ATS for trusted devicesJean-Philippe Brucker2020-05-271-1/+17
| | |/ | |/|
* | | Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-0667-1871/+3217
|\ \ \
| * \ \ Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2020-06-041-2/+4
| |\ \ \
| | * | | PCI: vmd: Filter resource type bits from shadow registerJon Derrick2020-05-291-2/+4
| | | |/ | | |/|
| * | | Merge branch 'remotes/lorenzo/pci/v3-semi'Bjorn Helgaas2020-06-041-1/+1
| |\ \ \
| | * | | PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET2020-05-051-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-06-042-7/+5
| |\ \ \
| | * | | PCI: tegra: Fix runtime PM imbalance on errorDinghao Liu2020-06-011-2/+1
| | * | | PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-3/+2
| | * | | PCI: tegra: Fix reporting GPIO error valuePali Rohár2020-05-111-2/+2
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2020-06-0410-1241/+2048
| |\ \ \
| | * | | PCI: rcar: Add endpoint mode supportLad Prabhakar2020-05-224-0/+581
| | * | | PCI: endpoint: Add support to handle multiple base for mapping outbound memoryLad Prabhakar2020-05-222-69/+146
| | * | | PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar2020-05-113-2/+9
| | * | | PCI: rcar: Fix calculating mask for PCIEPAMR registerLad Prabhakar2020-05-111-1/+4
| | * | | PCI: rcar: Move shareable code to a common fileLad Prabhakar2020-05-114-293/+361
| | * | | PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar2020-05-113-1/+11
| | * | | PCI: rcar: Add suspend/resumeKazufumi Ikeda2020-05-071-15/+75
| | * | | PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray2020-05-071-4/+5
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/pci-bridge-emul'Bjorn Helgaas2020-06-041-30/+31
| |\ \ \
| | * | | PCI: pci-bridge-emul: Eliminate the 'reserved' memberJon Derrick2020-05-221-17/+13
| | * | | PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0Jon Derrick2020-05-221-15/+16
| | * | | PCI: pci-bridge-emul: Fix Root Cap/Status commentJon Derrick2020-05-221-1/+5
| | * | | PCI: pci-bridge-emul: Fix PCIe bit conflictsJon Derrick2020-05-221-3/+3
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2020-06-041-20/+62
| |\ \ \
| | * | | PCI: hv: Use struct_size() helperGustavo A. R. Silva2020-05-281-14/+8
| | * | | PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu2020-05-111-2/+38
| | * | | PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu2020-05-111-4/+16
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas2020-06-0411-64/+59
| |\ \ \
| | * | | PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring2020-05-076-42/+24
| | * | | PCI: host-generic: Support building as modulesRob Herring2020-05-015-4/+17
| | * | | PCI: Constify struct pci_ecam_opsRob Herring2020-05-019-19/+19
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2020-06-041-0/+3
| |\ \ \
| | * | | PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseKunihiko Hayashi2020-05-051-0/+3
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-06-0411-20/+414
| |\ \ \
| | * | | PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driverKunihiko Hayashi2020-06-043-2/+396
| | * | | PCI: dwc: Use private data pointer of "struct irq_domain" to get pcie_portKishon Vijay Abraham I2020-05-221-1/+1
| | * | | PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier2020-05-221-2/+2
| | * | | PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier2020-05-221-0/+2