summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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-11kmemleak: 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
2024-11-05iommu/vt-d: Drain PRQs when domain removed from RIDLu Baolu3-18/+10
2024-11-05iommu/vt-d: Drop pasid requirement for prq initializationKlaus Jensen1-6/+4
2024-11-05iommufd: Enable PRI when doing the iommufd_hwpt_allocJoel Granados2-2/+4
2024-11-05iommu/vt-d: Move IOMMU_IOPF into INTEL_IOMMUJoel Granados1-1/+1
2024-11-05iommu/vt-d: Remove the pasid present check in prq_event_threadKlaus Jensen1-8/+2
2024-11-05iommu/vt-d: Separate page request queue from SVMJoel Granados5-419/+424
2024-11-05iommu/vt-d: Fix checks and print in pgtable_walk()Zhenzhong Duan1-5/+6
2024-11-05iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes()Zhenzhong Duan1-9/+20
2024-11-05iommu/vt-d: Drop s1_pgtbl from dmar_domainYi Liu3-5/+1
2024-11-05iommu/vt-d: Remove unused dmar_msi_readDr. David Alan Gilbert1-13/+0
2024-11-05iommu/vt-d: Increase buffer size for device nameAndy Shevchenko2-2/+2
2024-11-05iommu/vt-d: Use PCI_DEVID() macroJinjie Ruan3-5/+5
2024-11-05iommu/vt-d: Refine intel_iommu_domain_alloc_user()Lu Baolu1-2/+15