summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig3-12/+5
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-1/+1
2022-04-11Merge drm/drm-next into drm-intel-nextJani Nikula42-2015/+712
2022-04-08iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren1-1/+1
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-9/+5
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-14/+4
2022-03-25Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds32-1897/+573
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-1/+75
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-86/+27
2022-03-08Merge branches 'arm/mediatek', 'arm/msm', 'arm/renesas', 'arm/rockchip', 'arm...Joerg Roedel32-1897/+573
2022-03-08Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel4-74/+61
2022-03-08iommu/amd: Improve amd_iommu_v2_exit()Suravee Suthikulpanit1-17/+17
2022-03-08iommu/amd: Remove unused struct fault.devidVasant Hegde1-1/+0
2022-03-08iommu/amd: Clean up function declarationsVasant Hegde2-5/+1