summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2019-11-04iommu/io-pgtable-arm: Rationalise size checkRobin Murphy1-1/+9
2019-11-04iommu/io-pgtable: Make selftest gubbins consistently __initRobin Murphy2-13/+15
2019-11-04Merge branch 'for-joerg/arm-smmu/fixes' into for-joerg/arm-smmu/updatesWill Deacon2-13/+46
2019-11-04iommu: arm-smmu-impl: Add sdm845 implementation hookVivek Gautam4-2/+59
2019-11-01iommu/arm-smmu: Avoid pathological RPM behaviour for unmapsRob Clark1-1/+15
2019-10-30iommu/virtio: Remove unused variableCristiane Naves1-2/+1
2019-10-30iommu/amd: Support multiple PCI DMA aliases in IRQ RemappingLogan Gunthorpe1-7/+30
2019-10-30iommu/amd: Support multiple PCI DMA aliases in device tableLogan Gunthorpe2-73/+62
2019-10-30iommu/vt-d: Fix panic after kexec -p for kdumpJohn Donnelly1-1/+1
2019-10-30iommu/amd: Apply the same IVRS IOAPIC workaround to Acer Aspire A315-41Takashi Iwai1-0/+13
2019-10-30iommu/amd: Do not re-fetch iommu->cmd_buf_tailDenys Vlasenko1-6/+7
2019-10-30iommu/ipmmu-vmsa: Remove dev_err() on platform_get_irq() failureYueHaibing1-3/+1
2019-10-26Merge tag 'dma-mapping-5.4-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+9
2019-10-18iommu/vt-d: Return the correct dma mask when we are bypassing the IOMMUArvind Sankar1-1/+9
2019-10-18iommu/amd: Check PM_LEVEL_SIZE() condition in locked sectionJoerg Roedel1-3/+4
2019-10-18iommu/tegra-smmu: Fix page tables in > 4 GiB memoryThierry Reding1-5/+6
2019-10-18iommu/tegra-smmu: Fix client enablement orderNavneet Kumar1-9/+14
2019-10-18iommu/tegra-smmu: Use non-secure register for flushingNavneet Kumar1-1/+1
2019-10-18iommu/amd: Pass gfp flags to iommu_map_page() in amd_iommu_map()Joerg Roedel1-1/+1
2019-10-16iommu: rockchip: Free domain on .domain_freeEzequiel Garcia1-2/+5
2019-10-15iommu/vt-d: Select PCI_PRI for INTEL_IOMMU_SVMBjorn Helgaas1-0/+1
2019-10-15iommu/amd: Simpify decoding logic for INVALID_PPR_REQUEST eventSuthikulpanit, Suravee1-2/+1
2019-10-15iommu/amd: Fix incorrect PASID decoding from event logSuthikulpanit, Suravee2-4/+5
2019-10-15iommu: Introduce guest PASID bind functionJacob Pan1-0/+20
2019-10-15iommu/ioasid: Add custom allocatorsJacob Pan1-9/+280
2019-10-15iommu: Add I/O ASID allocatorJean-Philippe Brucker3-0/+156
2019-10-15iommu: Introduce cache_invalidate APIYi L Liu1-0/+10
2019-10-15iommu/ipmmu-vmsa: Only call platform_get_irq() when interrupt is mandatoryGeert Uytterhoeven1-2/+1
2019-10-15iommu/ipmmu-vmsa: Hook up r8a774b1 DT matching codeBiju Das1-0/+5
2019-10-15iommu/rockchip: Don't use platform_get_irq to implicitly count irqsHeiko Stuebner1-5/+14
2019-10-15iommu/amd: Switch to use acpi_dev_hid_uid_match()Andy Shevchenko1-25/+5
2019-10-15iommu/vt-d: Refactor find_domain() helperLu Baolu1-13/+18
2019-10-15iommu/qcom: Simplify a test in 'qcom_iommu_add_device()'Christophe JAILLET1-2/+2
2019-10-15iommu/amd: Convert AMD iommu driver to the dma-iommu apiTom Murphy2-625/+68
2019-10-15iommu/dma-iommu: Use the dev->coherent_dma_maskTom Murphy1-5/+7
2019-10-15iommu/dma-iommu: Handle deferred devicesTom Murphy1-1/+26
2019-10-15iommu: Add gfp parameter to iommu_ops::mapTom Murphy18-25/+57
2019-10-15iommu/amd: Remove unnecessary locking from AMD iommu driverTom Murphy2-10/+1
2019-10-01iommu/arm-smmu: Axe a useless test in 'arm_smmu_master_alloc_smes()'Christophe JAILLET1-2/+0
2019-10-01iommu/io-pgtable: Move some initialization data to .init.rodataChristophe JAILLET1-3/+3
2019-10-01iommu/arm-smmu: Report USF more clearlyRobin Murphy2-5/+18
2019-10-01iommu/arm-smmu: Remove arm_smmu_flush_opsRobin Murphy2-28/+18
2019-10-01iommu/arm-smmu: Move .tlb_sync method to implementationRobin Murphy2-19/+17
2019-10-01iommu/arm-smmu: Remove "leaf" indirectionRobin Murphy1-13/+16
2019-10-01iommu/arm-smmu: Remove .tlb_inv_range indirectionRobin Murphy2-47/+61
2019-10-01iommu/io-pgtable-arm: Support all Mali configurationsRobin Murphy1-1/+6
2019-10-01iommu/io-pgtable-arm: Correct Mali attributesRobin Murphy1-13/+40
2019-10-01iommu/arm-smmu: Free context bitmap in the err path of arm_smmu_init_domain_c...Liu Xiang1-0/+1
2019-09-29Merge tag 'iommu-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-94/+139
2019-09-28iommu/amd: Lock code paths traversing protection_domain->dev_listJoerg Roedel1-1/+24