summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2022-05-04iommu/mediatek: Get the proper bankid for multi banksYong Wu1-7/+48
2022-05-04iommu/mediatek: Change the domid to iova_region_idYong Wu1-23/+23
2022-05-04iommu/mediatek: Initialise bank HW for each a bankYong Wu1-12/+20
2022-05-04iommu/mediatek: Add mtk_iommu_bank_data structureYong Wu1-62/+117
2022-05-04iommu/mediatek-v1: Just rename mtk_iommu to mtk_iommu_v1Yong Wu1-108/+103
2022-05-04iommu/mediatek: Remove mtk_iommu.hYong Wu3-36/+21
2022-05-04iommu/mediatek: Separate mtk_iommu_data for v1 and v2Yong Wu3-86/+106
2022-05-04iommu/mediatek: Just move code position in hw_initYong Wu1-24/+24
2022-05-04iommu/mediatek: Only adjust code about register baseYong Wu1-24/+27
2022-05-04iommu/mediatek: Add mt8195 supportYong Wu2-0/+42
2022-05-04iommu/mediatek: Add PCIe supportYong Wu1-1/+20
2022-05-04iommu/mediatek: Add infra iommu supportYong Wu2-7/+31
2022-05-04iommu/mediatek: Add a PM_CLK_AO flag for infra iommuYong Wu1-3/+26
2022-05-04iommu/mediatek: Allow IOMMU_DOMAIN_UNMANAGED for PCIe VFIOYong Wu1-1/+1
2022-05-04iommu/mediatek: Adjust device link when it is sub-commonYong Wu1-4/+14
2022-05-04iommu/mediatek: Contain MM IOMMU flow with the MM TYPEYong Wu1-91/+122
2022-05-04iommu/mediatek: Add IOMMU_TYPE flagYong Wu1-2/+10
2022-05-04iommu/mediatek: Add SUB_COMMON_3BITS flagYong Wu2-11/+17
2022-05-04iommu/mediatek: Always enable output PA over 32bits in isrYong Wu1-2/+2
2022-05-04iommu/mediatek: Remove the granule in the tlb flushYong Wu1-4/+2
2022-05-04iommu/mediatek: Add a flag STD_AXI_MODEYong Wu1-1/+3
2022-05-04iommu/mediatek: Add a flag DCM_DISABLEYong Wu1-1/+8
2022-05-04iommu/mediatek: Add 12G~16G support for multi domainsYong Wu1-3/+5
2022-05-04iommu/mediatek: Adapt sharing and non-sharing pgtable caseYong Wu2-20/+30
2022-05-04iommu/mediatek: Add mutex for data in the mtk_iommu_domainYong Wu1-1/+9
2022-05-04iommu/mediatek: Add mutex for m4u_group and m4u_dom in dataYong Wu2-2/+13
2022-05-04iommu/mediatek: Remove clk_disable in mtk_iommu_removeYong Wu1-1/+0
2022-05-04iommu/mediatek: Add list_del in mtk_iommu_removeYong Wu1-2/+1
2022-05-04iommu/mediatek: Fix 2 HW sharing pgtable issueYong Wu1-2/+5
2022-05-04iommu/dart: Add missing module owner to ops structureHector Martin1-0/+1
2022-05-04iommu/amd: Remove redundant checkVasant Hegde via iommu1-2/+1
2022-05-04iommu/amd: Do not call sleep while holding spinlockSuravee Suthikulpanit1-1/+11
2022-04-28iommu: Redefine IOMMU_CAP_CACHE_COHERENCY as the cap flag for IOMMU_CACHEJason Gunthorpe1-1/+1
2022-04-28vfio: Move the Intel no-snoop control off of IOMMU_CACHEJason Gunthorpe1-5/+2
2022-04-28iommu: Introduce the domain op enforce_cache_coherency()Jason Gunthorpe2-1/+20
2022-04-28iommu: Remove iommu group changes notifierLu Baolu1-75/+0
2022-04-28iommu: Add DMA ownership management interfacesLu Baolu1-3/+150
2022-04-28iommu/msm: Add a check for the return of kzalloc()Xiaoke Wang1-3/+8
2022-04-28iommu/dart: check return value after calling platform_get_resource()Yang Yingliang1-5/+4
2022-04-28Merge tag 'arm-smmu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Joerg Roedel2-1/+38
2022-04-28iommu/vt-d: Drop stop marker messagesLu Baolu1-0/+4
2022-04-28iommu/vt-d: Calculate mask for non-aligned flushesDavid Stevens1-3/+24
2022-04-28iommu/amd: Indicate whether DMA remap support is enabledMario Limonciello3-0/+9
2022-04-28iommu: Add capability for pre-boot DMA protectionRobin Murphy1-0/+2
2022-04-28iommu: Introduce device_iommu_capable()Robin Murphy1-0/+23
2022-04-28dma-iommu: Check that swiotlb is active before trying to use itMario Limonciello1-0/+5
2022-04-28iommu/amd: Enable swiotlb in all casesMario Limonciello1-7/+0
2022-04-28iommu/fsl_pamu: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2-0/+4
2022-04-22iommu: arm-smmu: disable large page mappings for Nvidia arm-smmuAshish Mhetre1-0/+30
2022-04-20iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()Nicolin Chen1-1/+8