aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-25iommu/amd: Introduce helper functions for managing GCR3 tableSuravee Suthikulpanit1-27/+38
2023-09-25iommu/amd: Refactor protection domain allocation codeVasant Hegde1-23/+22
2023-09-25iommu/amd: Consolidate logic to allocate protection domainSuravee Suthikulpanit1-12/+7
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit3-8/+8
2023-09-25iommu/amd: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit2-2/+0
2023-09-25iommu/iova: Manage the depot list sizeRobin Murphy1-0/+30
2023-09-25iommu/iova: Make the rcache depot scale betterRobin Murphy1-30/+35
2023-09-25iommu: Improve map/unmap sanity checksRobin Murphy1-5/+5
2023-09-25iommu: Retire map/unmap opsRobin Murphy1-47/+13
2023-09-25iommu/tegra-smmu: Update to {map,unmap}_pagesRobin Murphy1-4/+8
2023-09-25iommu/sun50i: Update to {map,unmap}_pagesRobin Murphy1-4/+6
2023-09-25iommu/rockchip: Update to {map,unmap}_pagesRobin Murphy1-4/+7
2023-09-25iommu/omap: Update to {map,unmap}_pagesRobin Murphy1-4/+7
2023-09-25iommu/exynos: Update to {map,unmap}_pagesRobin Murphy1-4/+6
2023-09-25iommu/omap: Convert to generic_single_device_group()Jason Gunthorpe2-27/+5
2023-09-25iommu/ipmmu-vmsa: Convert to generic_single_device_group()Jason Gunthorpe1-17/+5
2023-09-25iommu/rockchip: Convert to generic_single_device_group()Jason Gunthorpe1-20/+2