summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-11-22iommu: Rename ops->domain_alloc_user() to domain_alloc_paging_flags()Jason Gunthorpe6-30/+20
2024-11-22iommu: Add ops->domain_alloc_nested()Jason Gunthorpe5-17/+24
2024-11-22Merge tag 'iommu-updates-v6.13' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Jason Gunthorpe42-1607/+4421
2024-11-21Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-336/+1936
2024-11-15Merge branches 'intel/vt-d', 'amd/amd-vi' and 'iommufd/arm-smmuv3-nested' int...Joerg Roedel28-1233/+1413
2024-11-15Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' ...Joerg Roedel23-446/+3134
2024-11-15iommu/arm-smmu-v3: Import IOMMUFD module namespaceNathan Chancellor1-0/+2
2024-11-14iommufd: Add IOMMU_IOAS_CHANGE_PROCESSSteve Sistare4-0/+151
2024-11-14iommufd: Lock all IOAS objectsSteve Sistare3-0/+67
2024-11-14iommufd: Export do_update_pinnedSteve Sistare2-5/+10
2024-11-12iommu/arm-smmu-v3: Support IOMMU_HWPT_INVALIDATE using a VIOMMU objectNicolin Chen3-3/+142
2024-11-12iommu/arm-smmu-v3: Allow ATS for IOMMU_DOMAIN_NESTEDJason Gunthorpe3-9/+52
2024-11-12iommu/arm-smmu-v3: Use S2FWB for NESTED domainsJason Gunthorpe4-9/+36
2024-11-12iommu/arm-smmu-v3: Support IOMMU_DOMAIN_NESTEDJason Gunthorpe3-1/+205
2024-11-12iommu/arm-smmu-v3: Support IOMMU_VIOMMU_ALLOCNicolin Chen3-0/+59
2024-11-12Merge branch 'iommufd/arm-smmuv3-nested' of iommu/linux into iommufd for-nextJason Gunthorpe8-71/+127
2024-11-12iommufd/selftest: Add IOMMU_TEST_OP_DEV_CHECK_CACHE test commandNicolin Chen2-0/+27
2024-11-12iommufd/selftest: Add mock_viommu_cache_invalidateNicolin Chen2-1/+100
2024-11-12iommufd/viommu: Add iommufd_viommu_find_dev helperNicolin Chen1-0/+13
2024-11-12iommufd: Allow hwpt_id to carry viommu_id for IOMMU_HWPT_INVALIDATENicolin Chen1-9/+31
2024-11-12iommufd/viommu: Add IOMMUFD_OBJ_VDEVICE and IOMMU_VDEVICE_ALLOC ioctlNicolin Chen3-0/+100
2024-11-12iommufd/selftest: Add IOMMU_VIOMMU_TYPE_SELFTESTNicolin Chen2-0/+69
2024-11-12iommufd/selftest: Add refcount to mock_iommu_deviceNicolin Chen1-8/+31
2024-11-12iommufd/selftest: Prepare for mock_viommu_alloc_domain_nested()Nicolin Chen1-39/+50
2024-11-12iommufd/selftest: Add container_of helpersNicolin Chen1-33/+42
2024-11-12iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOCNicolin Chen2-1/+73
2024-11-12iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctlNicolin Chen4-1/+92
2024-11-12iommufd: Verify object in iommufd_object_finalize/abort()Nicolin Chen1-5/+11
2024-11-12iommufd: Move _iommufd_object_alloc helper to a sharable fileNicolin Chen5-36/+47
2024-11-12iommu/tegra241-cmdqv: Fix alignment failure at max_n_shiftNicolin Chen1-1/+2
2024-11-12kmemleak: iommu/iova: fix transient kmemleak false positiveCatalin Marinas1-0/+6
2024-11-08iommufd: Move struct iommufd_object to public iommufd headerNicolin Chen1-24/+1
2024-11-08iommu: Make set_dev_pasid op support domain replacementYi Liu1-0/+3
2024-11-08iommu/arm-smmu-v3: Make set_dev_pasid() op support replaceJason Gunthorpe3-8/+5
2024-11-08iommu/vt-d: Add set_dev_pasid callback for nested domainYi Liu3-6/+57
2024-11-08iommu/vt-d: Make identity_domain_set_dev_pasid() to handle domain replacementYi Liu1-1/+18
2024-11-08iommu/vt-d: Make intel_svm_set_dev_pasid() support domain replacementYi Liu3-6/+12
2024-11-08iommu/vt-d: Limit intel_iommu_set_dev_pasid() for paging domainYi Liu1-2/+4
2024-11-08iommu/vt-d: Make intel_iommu_set_dev_pasid() to handle domain replacementYi Liu1-9/+37
2024-11-08iommu/vt-d: Add iommu_domain_did() to get didYi Liu2-7/+16
2024-11-08iommu/vt-d: Consolidate the struct dev_pasid_info add/removeYi Liu3-51/+74
2024-11-08iommu/vt-d: Add pasid replace helpersYi Liu2-0/+205
2024-11-08iommu/vt-d: Refactor the pasid setup helpersYi Liu1-64/+105
2024-11-08iommu/vt-d: Add a helper to flush cache for updating present pasid entryYi Liu1-18/+34
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu7-8/+16
2024-11-08iommu/iova: Fix typo 'adderss'Gan Jie1-1/+1
2024-11-07iommufd: Allow fault reporting for non-PRI PCI devicesZhangfei Gao1-2/+7
2024-11-06iommu: Add a kdoc to iommu_unmap()Jason Gunthorpe1-0/+14
2024-11-06iommu/io-pgtable-arm-v7s: Remove split on unmap behaviorJason Gunthorpe1-143/+6
2024-11-06iommu/io-pgtable-arm: Remove split on unmap behaviorJason Gunthorpe1-79/+2