summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-05-25iommu: Don't call .probe_finalize() under group->mutexJoerg Roedel1-10/+18
2020-05-21iommu/arm-smmu-v3: Manage ASIDs with xarrayJean-Philippe Brucker1-9/+18
2020-05-19iommu: Fix deferred domain attachmentJoerg Roedel1-6/+11
2020-05-19iommu/mediatek-v1: Fix a build warning for a unused variable 'data'Yong Wu1-2/+0
2020-05-19iommu/sun50i: Fix return value check in sun50i_iommu_probe()Wei Yongjun1-1/+1
2020-05-18iommu/arm-smmu-v3: Don't reserve implementation defined register spaceJean-Philippe Brucker1-4/+31
2020-05-18iommu/arm-smmu-qcom: Request direct mapping for modem deviceSibi Sankar1-0/+2
2020-05-18iommu/arm-smmu-v3: remove set but not used variable 'smmu'Chen Zhou1-2/+0
2020-05-18iommu/mediatek-v1: Add def_domain_typeYong Wu1-5/+11
2020-05-18iommu/omap: Add registration for DT fwnode pointerTero Kristo via iommu1-0/+1
2020-05-18iommu/vt-d: Remove IOVA handling code from the non-dma_ops pathTom Murphy1-63/+32
2020-05-18iommu/vt-d: Remove duplicated check in intel_svm_bind_mm()Lu Baolu1-5/+0
2020-05-18iommu/vt-d: Remove redundant IOTLB flushLu Baolu1-5/+1
2020-05-18iommu/vt-d: Add page request draining supportLu Baolu1-5/+102
2020-05-18iommu/vt-d: Disable non-recoverable fault processing before unbindLu Baolu4-11/+32
2020-05-18iommu/vt-d: debugfs: Add support to show inv queue internalsLu Baolu1-0/+62
2020-05-18iommu/vt-d: Multiple descriptors per qi_submit_sync()Lu Baolu4-31/+44
2020-05-18iommu/vt-d: Replace intel SVM APIs with generic SVA APIsJacob Pan2-55/+72
2020-05-18iommu/vt-d: Report SVA feature with generic flagJacob Pan1-0/+18
2020-05-18iommu/vt-d: Add get_domain_info() helperLu Baolu3-20/+34
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