summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
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
2023-09-25iommu/amd: Introduce helper functions for managing GCR3 tableSuravee Suthikulpanit
2023-09-25iommu/amd: Refactor protection domain allocation codeVasant Hegde
2023-09-25iommu/amd: Consolidate logic to allocate protection domainSuravee Suthikulpanit
2023-09-25iommu/amd: Consolidate timeout pre-define to amd_iommu_type.hSuravee Suthikulpanit
2023-09-25iommu/amd: Remove unused amd_io_pgtable.pt_root variableSuravee Suthikulpanit
2023-09-25iommu/iova: Manage the depot list sizeRobin Murphy
2023-09-25iommu/iova: Make the rcache depot scale betterRobin Murphy
2023-09-25iommu: Improve map/unmap sanity checksRobin Murphy
2023-09-25iommu: Retire map/unmap opsRobin Murphy
2023-09-25iommu/tegra-smmu: Update to {map,unmap}_pagesRobin Murphy
2023-09-25iommu/sun50i: Update to {map,unmap}_pagesRobin Murphy
2023-09-25iommu/rockchip: Update to {map,unmap}_pagesRobin Murphy
2023-09-25iommu/omap: Update to {map,unmap}_pagesRobin Murphy
2023-09-25iommu/exynos: Update to {map,unmap}_pagesRobin Murphy
2023-09-25iommu/omap: Convert to generic_single_device_group()Jason Gunthorpe
2023-09-25iommu/ipmmu-vmsa: Convert to generic_single_device_group()Jason Gunthorpe
2023-09-25iommu/rockchip: Convert to generic_single_device_group()Jason Gunthorpe
2023-09-25iommu/sprd: Convert to generic_single_device_group()Jason Gunthorpe
2023-09-25iommu/sun50i: Convert to generic_single_device_group()Jason Gunthorpe
2023-09-25iommu: Add generic_single_device_group()Jason Gunthorpe
2023-09-25iommu: Remove useless group refcountingJason Gunthorpe
2023-09-25iommu: Convert remaining simple drivers to domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu: Add ops->domain_alloc_paging()Jason Gunthorpe
2023-09-25iommu: Add __iommu_group_domain_alloc()Jason Gunthorpe
2023-09-25iommu: Require a default_domain for all iommu driversJason Gunthorpe
2023-09-25iommu/sun50i: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe
2023-09-25iommu/mtk_iommu: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe