summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins1-4/+4
2023-10-24vfio: Move iova_bitmap into iommufdJoao Martins3-0/+431
2023-10-16iommu/amd: Remove DMA_FQ type from domain allocation pathVasant Hegde1-1/+0
2023-10-16iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()Gustavo A. R. Silva1-2/+2
2023-10-16iommu/vt-d: debugfs: Support dumping a specified page tableJingqi Liu1-34/+119
2023-10-16iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}Jingqi Liu3-5/+69
2023-10-16iommu/vt-d: debugfs: Dump entry pointing to huge pageJingqi Liu1-3/+8
2023-10-16iommu/vt-d: Remove unused functionJiapeng Chong1-9/+0
2023-10-12iommu/arm-smmu-v3-sva: Remove bond refcountMichael Shavit1-11/+1
2023-10-12iommu/arm-smmu-v3-sva: Remove unused iommu_sva handleMichael Shavit1-12/+6
2023-10-12iommu/arm-smmu-v3: Rename cdcfg to cd_tableMichael Shavit1-35/+35
2023-10-12iommu/arm-smmu-v3: Update comment about STE livenessMichael Shavit1-1/+1
2023-10-12iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finaliseMichael Shavit1-7/+3
2023-10-12iommu/arm-smmu-v3: Move CD table to arm_smmu_masterMichael Shavit2-49/+58
2023-10-12iommu/arm-smmu-v3: Refactor write_ctx_descMichael Shavit3-35/+54
2023-10-12iommu/arm-smmu-v3: move stall_enabled to the cd tableMichael Shavit2-5/+6
2023-10-12iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tablesMichael Shavit1-5/+4
2023-10-12iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfgMichael Shavit2-26/+22
2023-10-12iommu/arm-smmu-v3: Move ctx_desc out of s1_cfgMichael Shavit3-14/+17
2023-10-12iommu/arm-smmu-qcom: Add SM7150 SMMUv2Danila Tikhonov1-0/+1
2023-10-12iommu/arm-smmu-qcom: Add SDM670 MDSS compatibleRichard Acayan1-0/+1
2023-10-10iommu/vt-d: Add domain_alloc_user opYi Liu1-0/+28
2023-10-10iommufd/selftest: Add domain_alloc_user() support in iommu mockYi Liu1-0/+19
2023-10-10iommufd: Support allocating nested parent domainYi Liu1-1/+4
2023-10-10iommufd: Flow user flags for domain allocation to domain_alloc_user()Yi Liu3-5/+9
2023-10-10iommufd: Use the domain_alloc_user() op for domain allocationYi Liu1-4/+15
2023-10-06Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"Vasant Hegde1-19/+1
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde2-7/+0
2023-10-06iommu/amd: Remove amd_iommu_device_info()Vasant Hegde2-42/+8
2023-10-06iommu/amd: Remove PPR supportVasant Hegde3-59/+1
2023-10-06iommu/amd: Remove iommu_v2 moduleVasant Hegde5-1051/+0
2023-10-05iommu: Fix return code in iommu_group_alloc_default_domain()Jason Gunthorpe1-1/+1
2023-10-05iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabledJason Gunthorpe1-0/+12
2023-10-02iommu/dma: Use a large flush queue and timeout for shadow_on_flushNiklas Schnelle1-18/+32
2023-10-02iommu/dma: Allow a single FQ in addition to per-CPU FQsNiklas Schnelle2-39/+132
2023-10-02iommu/s390: Disable deferred flush for ISM devicesNiklas Schnelle1-1/+3
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle2-43/+361
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle9-24/+61
2023-09-25iommu/vt-d: Avoid memory allocation in iommu_suspend()Zhang Rui2-17/+1
2023-09-25iommu/tegra-smmu: Drop unnecessary error check for for debugfs_create_dir()Jinjie Ruan1-2/+0
2023-09-25iommu: Remove duplicate includeJiapeng Chong1-1/+0
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde2-10/+2
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde3-89/+120
2023-09-25iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde2-19/+30
2023-09-25iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit2-6/+5
2023-09-25iommu/amd: Rename ats related variablesVasant Hegde2-19/+17
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit4-14/+8
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit4-60/+54
2023-09-25iommu/amd: Miscellaneous clean up when free domainSuravee Suthikulpanit2-26/+26
2023-09-25iommu/amd: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde1-3/+0