summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2023-10-24iommufd/iova_bitmap: Move symbols to IOMMUFD namespaceJoao Martins
2023-10-24vfio: Move iova_bitmap into iommufdJoao Martins
2023-10-16iommu/amd: Remove DMA_FQ type from domain allocation pathVasant Hegde
2023-10-16iommu/virtio: Add __counted_by for struct viommu_request and use struct_size()Gustavo A. R. Silva
2023-10-16iommu/vt-d: debugfs: Support dumping a specified page tableJingqi Liu
2023-10-16iommu/vt-d: debugfs: Create/remove debugfs file per {device, pasid}Jingqi Liu
2023-10-16iommu/vt-d: debugfs: Dump entry pointing to huge pageJingqi Liu
2023-10-16iommu/vt-d: Remove unused functionJiapeng Chong
2023-10-12iommu/arm-smmu-v3-sva: Remove bond refcountMichael Shavit
2023-10-12iommu/arm-smmu-v3-sva: Remove unused iommu_sva handleMichael Shavit
2023-10-12iommu/arm-smmu-v3: Rename cdcfg to cd_tableMichael Shavit
2023-10-12iommu/arm-smmu-v3: Update comment about STE livenessMichael Shavit
2023-10-12iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finaliseMichael Shavit
2023-10-12iommu/arm-smmu-v3: Move CD table to arm_smmu_masterMichael Shavit
2023-10-12iommu/arm-smmu-v3: Refactor write_ctx_descMichael Shavit
2023-10-12iommu/arm-smmu-v3: move stall_enabled to the cd tableMichael Shavit
2023-10-12iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tablesMichael Shavit
2023-10-12iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfgMichael Shavit
2023-10-12iommu/arm-smmu-v3: Move ctx_desc out of s1_cfgMichael Shavit
2023-10-12iommu/arm-smmu-qcom: Add SM7150 SMMUv2Danila Tikhonov
2023-10-12iommu/arm-smmu-qcom: Add SDM670 MDSS compatibleRichard Acayan
2023-10-10iommu/vt-d: Add domain_alloc_user opYi Liu
2023-10-10iommufd/selftest: Add domain_alloc_user() support in iommu mockYi Liu
2023-10-10iommufd: Support allocating nested parent domainYi Liu
2023-10-10iommufd: Flow user flags for domain allocation to domain_alloc_user()Yi Liu
2023-10-10iommufd: Use the domain_alloc_user() op for domain allocationYi Liu
2023-10-06Revert "iommu: Fix false ownership failure on AMD systems with PASID activated"Vasant Hegde
2023-10-06iommu/amd: Remove unused EXPORT_SYMBOLSVasant Hegde
2023-10-06iommu/amd: Remove amd_iommu_device_info()Vasant Hegde
2023-10-06iommu/amd: Remove PPR supportVasant Hegde
2023-10-06iommu/amd: Remove iommu_v2 moduleVasant Hegde
2023-10-05iommu: Fix return code in iommu_group_alloc_default_domain()Jason Gunthorpe
2023-10-05iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabledJason Gunthorpe
2023-10-02iommu/dma: Use a large flush queue and timeout for shadow_on_flushNiklas Schnelle
2023-10-02iommu/dma: Allow a single FQ in addition to per-CPU FQsNiklas Schnelle
2023-10-02iommu/s390: Disable deferred flush for ISM devicesNiklas Schnelle
2023-10-02s390/pci: Use dma-iommu layerNiklas Schnelle
2023-10-02iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM returnNiklas Schnelle
2023-09-25iommu/vt-d: Avoid memory allocation in iommu_suspend()Zhang Rui
2023-09-25iommu/tegra-smmu: Drop unnecessary error check for for debugfs_create_dir()Jinjie Ruan
2023-09-25iommu: Remove duplicate includeJiapeng Chong
2023-09-25iommu/amd: Initialize iommu_device->max_pasidsVasant Hegde
2023-09-25iommu/amd: Enable device ATS/PASID/PRI capabilities independentlyVasant Hegde
2023-09-25iommu/amd: Introduce iommu_dev_data.flags to track device capabilitiesVasant Hegde
2023-09-25iommu/amd: Introduce iommu_dev_data.pprSuravee Suthikulpanit
2023-09-25iommu/amd: Rename ats related variablesVasant Hegde
2023-09-25iommu/amd: Modify logic for checking GT and PPR featuresSuravee Suthikulpanit
2023-09-25iommu/amd: Consolidate feature detection and reporting logicSuravee Suthikulpanit
2023-09-25iommu/amd: Miscellaneous clean up when free domainSuravee Suthikulpanit
2023-09-25iommu/amd: Do not set amd_iommu_pgtable in pass-through modeVasant Hegde