summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-05-18iommu/vt-d: Add custom allocator for IOASIDJacob Pan2-0/+86
2020-05-18iommu/vt-d: Enlightened PASID allocationLu Baolu2-1/+69
2020-05-18iommu/vt-d: Add svm/sva invalidate functionJacob Pan1-0/+171
2020-05-18iommu/vt-d: Support flushing more translation cache typesJacob Pan2-1/+41
2020-05-18iommu/vt-d: Add bind guest PASID supportJacob Pan2-0/+204
2020-05-18iommu/vt-d: Add nested translation helper functionJacob Pan3-28/+181
2020-05-18iommu/vt-d: Use a helper function to skip agaw for SLJacob Pan1-10/+23
2020-05-18iommu/vt-d: Move domain helper to headerJacob Pan1-6/+0
2020-05-18iommu/omap: Add check for iommu group when no IOMMU in useTero Kristo via iommu1-0/+3
2020-05-15iommu: Remove functions that support private domainSai Praneeth Prakhya1-65/+0
2020-05-14iommu/sun50i: Use __GFP_ZERO instead of memset()Joerg Roedel1-2/+1
2020-05-14iommu/sun50i: Fix compile warningsJoerg Roedel1-3/+0
2020-05-14iommu: Add Allwinner H6 IOMMU driverMaxime Ripard3-0/+1037
2020-05-13iommu/amd: Unify format of the printed messagesAndy Shevchenko1-4/+4
2020-05-13iommu/vt-d: Unify format of the printed messagesAndy Shevchenko1-2/+1
2020-05-13iommu/vt-d: Apply per-device dma_opsLu Baolu1-56/+26
2020-05-13iommu/vt-d: Allow PCI sub-hierarchy to use DMA domainLu Baolu1-25/+0
2020-05-13iommu/vt-d: Allow 32bit devices to uses DMA domainLu Baolu1-290/+1
2020-05-13Merge tag 'v5.7-rc4' into coreJoerg Roedel5-6/+10
2020-05-13iommu/msm: Make msm_iommu_lock staticSamuel Zou1-1/+1
2020-05-13iommu/amd: Fix get_acpihid_device_id()Raul E Rangel1-1/+2
2020-05-13iommu/amd: Fix over-read of ACPI UID from IVRS tableAlexander Monakov1-4/+5
2020-05-13iommu/iova: Unify format of the printed messagesAndy Shevchenko1-3/+3
2020-05-13iommu/renesas: Fix unused-function warningArnd Bergmann1-5/+2
2020-05-13iommu: Do not probe devices on IOMMU-less bussesThierry Reding1-0/+3
2020-05-13iommu/amd: Fix variable "iommu" set but not usedQian Cai1-3/+0
2020-05-08iommu/virtio: Reverse arguments to list_addJulia Lawall1-1/+1
2020-05-07iommu/arm-smmu: Allow client devices to select direct mappingJordan Crouse1-0/+19
2020-05-07iommu/arm-smmu: Implement iommu_ops->def_domain_type call-backSai Prakash Ranjan2-0/+13
2020-05-07iommu: arm-smmu-impl: Convert to a generic reset implementationSai Prakash Ranjan2-6/+18
2020-05-07iommu/arm-smmu: Make remove callback message more informativeSai Prakash Ranjan1-1/+1
2020-05-05iommu/amd: Do not flush Device Table in iommu_map_page()Joerg Roedel1-11/+16
2020-05-05iommu/amd: Update Device Table in increase_address_space()Joerg Roedel1-13/+36
2020-05-05iommu/amd: Call domain_flush_complete() in update_domain()Joerg Roedel1-0/+1
2020-05-05iommu/amd: Do not loop forever when trying to increase address spaceJoerg Roedel1-1/+12
2020-05-05iommu/amd: Fix race in increase_address_space()/fetch_pte()Joerg Roedel2-37/+112
2020-05-05iommu: Unexport iommu_group_get_for_dev()Joerg Roedel1-2/+2
2020-05-05iommu: Move more initialization to __iommu_probe_device()Joerg Roedel1-29/+18
2020-05-05iommu: Remove add_device()/remove_device() code-pathsJoerg Roedel1-120/+38
2020-05-05iommu/exynos: Convert to probe/release_device() call-backsJoerg Roedel1-20/+6
2020-05-05iommu/exynos: Use first SYSMMU in controllers list for IOMMU coreJoerg Roedel1-0/+10
2020-05-05iommu/omap: Convert to probe/release_device() call-backsJoerg Roedel1-36/+13
2020-05-05iommu/omap: Remove orphan_dev trackingJoerg Roedel1-50/+4
2020-05-05iommu/renesas: Convert to probe/release_device() call-backsJoerg Roedel1-40/+20
2020-05-05iommu/tegra: Convert to probe/release_device() call-backsJoerg Roedel2-41/+14
2020-05-05iommu/rockchip: Convert to probe/release_device() call-backsJoerg Roedel1-19/+7
2020-05-05iommu/qcom: Convert to probe/release_device() call-backsJoerg Roedel1-17/+7
2020-05-05iommu/mediatek-v1 Convert to probe/release_device() call-backsJoerg Roedel1-30/+20
2020-05-05iommu/mediatek: Convert to probe/release_device() call-backsJoerg Roedel1-18/+6
2020-05-05iommu/msm: Convert to probe/release_device() call-backsJoerg Roedel1-27/+7