Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | | | iommu/vt-d: Use ops->blocked_domain | Jason Gunthorpe | 2023-10-26 | 1 | -2/+1 | |
| | | | | | | * | | | iommu/vt-d: Update the definition of the blocking domain | Jason Gunthorpe | 2023-10-26 | 1 | -2/+2 | |
| | | | | | | * | | | iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain | Jason Gunthorpe | 2023-10-26 | 1 | -0/+2 | |
| | | | | | | * | | | iommu: Fix return code in iommu_group_alloc_default_domain() | Jason Gunthorpe | 2023-10-05 | 1 | -1/+1 | |
| | | | | | | * | | | iommu: Do not use IOMMU_DOMAIN_DMA if CONFIG_IOMMU_DMA is not enabled | Jason Gunthorpe | 2023-10-05 | 1 | -0/+12 | |
| | | | | | | | |/ | | | | | | | |/| | ||||||
| | | | | | | * | | iommu: Remove duplicate include | Jiapeng Chong | 2023-09-25 | 1 | -1/+0 | |
| | | | | | | * | | iommu/iova: Manage the depot list size | Robin Murphy | 2023-09-25 | 1 | -0/+30 | |
| | | | | | | * | | iommu/iova: Make the rcache depot scale better | Robin Murphy | 2023-09-25 | 1 | -30/+35 | |
| | | | | | | * | | iommu: Improve map/unmap sanity checks | Robin Murphy | 2023-09-25 | 1 | -5/+5 | |
| | | | | | | * | | iommu: Retire map/unmap ops | Robin Murphy | 2023-09-25 | 1 | -47/+13 | |
| | | | | | | * | | iommu/tegra-smmu: Update to {map,unmap}_pages | Robin Murphy | 2023-09-25 | 1 | -4/+8 | |
| | | | | | | * | | iommu/sun50i: Update to {map,unmap}_pages | Robin Murphy | 2023-09-25 | 1 | -4/+6 | |
| | | | | | | * | | iommu/rockchip: Update to {map,unmap}_pages | Robin Murphy | 2023-09-25 | 1 | -4/+7 | |
| | | | | | | * | | iommu/omap: Update to {map,unmap}_pages | Robin Murphy | 2023-09-25 | 1 | -4/+7 | |
| | | | | | | * | | iommu/exynos: Update to {map,unmap}_pages | Robin Murphy | 2023-09-25 | 1 | -4/+6 | |
| | | | | | | * | | iommu/omap: Convert to generic_single_device_group() | Jason Gunthorpe | 2023-09-25 | 2 | -27/+5 | |
| | | | | | | * | | iommu/ipmmu-vmsa: Convert to generic_single_device_group() | Jason Gunthorpe | 2023-09-25 | 1 | -17/+5 | |
| | | | | | | * | | iommu/rockchip: Convert to generic_single_device_group() | Jason Gunthorpe | 2023-09-25 | 1 | -20/+2 | |
| | | | | | | * | | iommu/sprd: Convert to generic_single_device_group() | Jason Gunthorpe | 2023-09-25 | 1 | -22/+2 | |
| | | | | | | * | | iommu/sun50i: Convert to generic_single_device_group() | Jason Gunthorpe | 2023-09-25 | 1 | -23/+6 | |
| | | | | | | * | | iommu: Add generic_single_device_group() | Jason Gunthorpe | 2023-09-25 | 1 | -1/+27 | |
| | | | | | | * | | iommu: Remove useless group refcounting | Jason Gunthorpe | 2023-09-25 | 1 | -36/+21 | |
| | | | | | | * | | iommu: Convert remaining simple drivers to domain_alloc_paging() | Jason Gunthorpe | 2023-09-25 | 4 | -20/+8 | |
| | | | | | | * | | iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging() | Jason Gunthorpe | 2023-09-25 | 8 | -40/+17 | |
| | | | | | | * | | iommu: Add ops->domain_alloc_paging() | Jason Gunthorpe | 2023-09-25 | 1 | -3/+14 | |
| | | | | | | * | | iommu: Add __iommu_group_domain_alloc() | Jason Gunthorpe | 2023-09-25 | 1 | -30/+29 | |
| | | | | | | * | | iommu: Require a default_domain for all iommu drivers | Jason Gunthorpe | 2023-09-25 | 1 | -15/+7 | |
| | | | | | | * | | iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAIN | Jason Gunthorpe | 2023-09-25 | 1 | -7/+19 | |
| | | | | | | * | | iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAIN | Jason Gunthorpe | 2023-09-25 | 1 | -0/+23 | |
| | | | | | | * | | iommu/ipmmu: Add an IOMMU_IDENTITIY_DOMAIN | Jason Gunthorpe | 2023-09-25 | 1 | -0/+43 | |
| | | | | | | * | | iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN | Jason Gunthorpe | 2023-09-25 | 1 | -0/+39 | |
| | | | | | | * | | iommu: Remove ops->set_platform_dma_ops() | Jason Gunthorpe | 2023-09-25 | 1 | -25/+5 | |
| | | | | | | * | | iommu/msm: Implement an IDENTITY domain | Jason Gunthorpe | 2023-09-25 | 1 | -4/+19 | |
| | | | | | | * | | iommu/omap: Implement an IDENTITY domain | Jason Gunthorpe | 2023-09-25 | 1 | -3/+18 | |
| | | | | | | * | | iommu/tegra-smmu: Support DMA domains in tegra | Jason Gunthorpe | 2023-09-25 | 1 | -1/+1 | |
| | | | | | | * | | iommu/tegra-smmu: Implement an IDENTITY domain | Jason Gunthorpe | 2023-09-25 | 1 | -5/+32 | |
| | | | | | | * | | iommu/exynos: Implement an IDENTITY domain | Jason Gunthorpe | 2023-09-25 | 1 | -34/+32 | |
| | | | | | | * | | iommu: Allow an IDENTITY domain as the default_domain in ARM32 | Jason Gunthorpe | 2023-09-25 | 3 | -23/+20 | |
| | | | | | | * | | iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type() | Jason Gunthorpe | 2023-09-25 | 1 | -37/+78 | |
| | | | | | | * | | iommu/mtk_iommu_v1: Implement an IDENTITY domain | Jason Gunthorpe | 2023-09-25 | 1 | -2/+19 | |
| | | | | | | * | | iommu/tegra-gart: Remove tegra-gart | Jason Gunthorpe | 2023-09-25 | 3 | -383/+0 | |
| | | | | | | * | | iommu/fsl_pamu: Implement a PLATFORM domain | Jason Gunthorpe | 2023-09-25 | 1 | -3/+38 | |
| | | | | | | * | | iommu: Add IOMMU_DOMAIN_PLATFORM for S390 | Jason Gunthorpe | 2023-09-25 | 1 | -2/+19 | |
| | | | | | | * | | iommu: Add IOMMU_DOMAIN_PLATFORM | Jason Gunthorpe | 2023-09-25 | 2 | -9/+18 | |
| | | | | | | * | | iommu: Add iommu_ops->identity_domain | Jason Gunthorpe | 2023-09-25 | 3 | -14/+6 | |
| | | | | | * | | | iommu/amd: Remove DMA_FQ type from domain allocation path | Vasant Hegde | 2023-10-16 | 1 | -1/+0 | |
| | | | | | * | | | Revert "iommu: Fix false ownership failure on AMD systems with PASID activated" | Vasant Hegde | 2023-10-06 | 1 | -19/+1 | |
| | | | | | * | | | iommu/amd: Remove unused EXPORT_SYMBOLS | Vasant Hegde | 2023-10-06 | 2 | -7/+0 | |
| | | | | | * | | | iommu/amd: Remove amd_iommu_device_info() | Vasant Hegde | 2023-10-06 | 2 | -42/+8 | |
| | | | | | * | | | iommu/amd: Remove PPR support | Vasant Hegde | 2023-10-06 | 3 | -59/+1 |