summaryrefslogtreecommitdiffstats
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2020-05-29iommu: Remove iommu_sva_ops::mm_exit()Jean-Philippe Brucker1-11/+0
2020-05-27iommu/sun50i: Constify sun50i_iommu_opsRikard Falkeborn1-1/+1
2020-05-27iommu/hyper-v: Constify hyperv_ir_domain_opsRikard Falkeborn1-1/+1
2020-05-27iommu/vt-d: Use pci_ats_supported()Jean-Philippe Brucker1-6/+3
2020-05-27iommu/arm-smmu-v3: Use pci_ats_supported()Jean-Philippe Brucker1-13/+7
2020-05-27iommu/amd: Use pci_ats_supported()Jean-Philippe Brucker1-8/+4
2020-05-25iommu: Don't take group reference in iommu_alloc_default_domain()Joerg Roedel1-12/+9
2020-05-25iommu/vt-d: fix a GCC warningQian Cai1-1/+1
2020-05-25iommu/vt-d: Fix pointer cast warnings on 32 bitLu Baolu2-5/+6
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