aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2022-05-13iommu/vt-d: Fold dmar_insert_one_dev_info() into its callerLu Baolu1-59/+51
2022-05-13iommu/vt-d: Change return type of dmar_insert_one_dev_info()Lu Baolu1-16/+11
2022-05-13iommu/vt-d: Remove unneeded validity check on devMuhammad Usama Anjum1-1/+1
2022-05-13iommu/dma: Explicitly sort PCI DMA windowsRobin Murphy1-1/+12
2022-05-13iommu/dma: Fix iova map result check bugYunfei Wang1-3/+4
2022-05-13iommu/mediatek: Fix NULL pointer dereference when printing dev_nameMiles Chen2-0/+13
2022-05-13iommu: iommu_group_claim_dma_owner() must always assign a domainJason Gunthorpe via iommu1-36/+91
2022-05-10iommu/arm-smmu: Force identity domains for legacy bindingRobin Murphy1-0/+3
2022-05-06iommu/arm-smmu: Support Tegra234 SMMUThierry Reding1-1/+2
2022-05-06iommu/arm-smmu-qcom: Add SC8280XP supportBjorn Andersson1-0/+1
2022-05-06iommu/arm-smmu-v3-sva: Fix mm use-after-freeJean-Philippe Brucker1-2/+11
2022-05-06iommu/arm-smmu-v3: check return value after calling platform_get_resource()Yang Yingliang1-0/+2
2022-05-06iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe()Yang Yingliang1-3/+2
2022-05-04iommu: Make sysfs robust for non-API groupsRobin Murphy1-1/+8
2022-05-04iommu/msm: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-4/+7
2022-05-04iommu/mediatek: Add mt8186 iommu supportYong Wu1-0/+16
2022-05-04iommu/mediatek: mt8195: Enable multi banks for infra iommuYong Wu1-2/+5
2022-05-04iommu/mediatek: Backup/restore regsiters for multi banksYong Wu1-15/+31
2022-05-04iommu/mediatek: Initialise/Remove for multi bank devYong Wu1-14/+30
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