summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm
AgeCommit message (Expand)AuthorFilesLines
2024-02-22iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockJason Gunthorpe1-26/+12
2024-02-13Revert "iommu/arm-smmu: Convert to domain_alloc_paging()"Dmitry Baryshkov1-11/+6
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-132/+173
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel7-132/+173
2023-12-13iommu/arm-smmu: Convert to domain_alloc_paging()Jason Gunthorpe1-6/+11
2023-12-13iommu/arm-smmu: Pass arm_smmu_domain to internal functionsJason Gunthorpe1-12/+10
2023-12-13iommu/arm-smmu: Implement IOMMU_DOMAIN_BLOCKEDJason Gunthorpe1-3/+25
2023-12-13iommu/arm-smmu: Convert to a global static identity domainJason Gunthorpe2-29/+53
2023-12-13iommu/arm-smmu: Reorganize arm_smmu_domain_add_master()Jason Gunthorpe1-13/+10
2023-12-13iommu/arm-smmu-v3: Remove ARM_SMMU_DOMAIN_NESTEDJason Gunthorpe2-4/+1
2023-12-13iommu/arm-smmu-v3: Master cannot be NULL in arm_smmu_write_strtab_ent()Jason Gunthorpe1-7/+2
2023-12-13iommu/arm-smmu-v3: Add a type for the STEJason Gunthorpe2-31/+35
2023-12-12iommu/arm-smmu-v3: disable stall for quiet_cdWenkai Lin1-0/+3
2023-12-12iommu/qcom: restore IOMMU state if neededVladimir Lypak1-1/+9
2023-12-12iommu/arm-smmu-qcom: Add QCM2290 MDSS compatibleKonrad Dybcio1-0/+1
2023-12-12iommu/arm-smmu-qcom: Add missing GMU entry to match tableRob Clark1-0/+1
2023-12-12iommu: Mark dev_iommu_priv_set() with a lockdepJason Gunthorpe2-2/+0
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang1-8/+15
2023-11-27iommu: Clean up open-coded ownership checksRobin Murphy3-24/+4
2023-11-27iommu/arm-smmu: Don't register fwnode for legacy bindingRobin Murphy1-1/+2
2023-10-27Merge branches 'iommu/fixes', 'arm/tegra', 'arm/smmu', 'virtio', 'x86/vt-d', ...Joerg Roedel5-170/+216
2023-10-26Merge tag 'v6.6-rc7' into coreJoerg Roedel2-7/+26
2023-10-12iommu/arm-smmu-v3-sva: Remove bond refcountMichael Shavit1-11/+1
2023-10-12iommu/arm-smmu-v3-sva: Remove unused iommu_sva handleMichael Shavit1-12/+6
2023-10-12iommu/arm-smmu-v3: Rename cdcfg to cd_tableMichael Shavit1-35/+35
2023-10-12iommu/arm-smmu-v3: Update comment about STE livenessMichael Shavit1-1/+1
2023-10-12iommu/arm-smmu-v3: Cleanup arm_smmu_domain_finaliseMichael Shavit1-7/+3
2023-10-12iommu/arm-smmu-v3: Move CD table to arm_smmu_masterMichael Shavit2-49/+58
2023-10-12iommu/arm-smmu-v3: Refactor write_ctx_descMichael Shavit3-35/+54
2023-10-12iommu/arm-smmu-v3: move stall_enabled to the cd tableMichael Shavit2-5/+6
2023-10-12iommu/arm-smmu-v3: Encapsulate ctx_desc_cfg init in alloc_cd_tablesMichael Shavit1-5/+4
2023-10-12iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfgMichael Shavit2-26/+22
2023-10-12iommu/arm-smmu-v3: Move ctx_desc out of s1_cfgMichael Shavit3-14/+17
2023-10-12iommu/arm-smmu-qcom: Add SM7150 SMMUv2Danila Tikhonov1-0/+1
2023-10-12iommu/arm-smmu-qcom: Add SDM670 MDSS compatibleRichard Acayan1-0/+1
2023-09-25iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()Jason Gunthorpe1-4/+2
2023-09-25iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAINJason Gunthorpe1-0/+39
2023-09-22iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_rangeNicolin Chen1-2/+16
2023-09-18iommu/arm-smmu-v3: Avoid constructing invalid range commandsRobin Murphy1-5/+10
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-57/+73
2023-08-21Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/rockchip', '...Joerg Roedel7-57/+73
2023-08-21iommu: Explicitly include correct DT includesRob Herring3-4/+2
2023-08-18mmu_notifiers: rename invalidate_range notifierAlistair Popple1-6/+7
2023-08-18arm64/smmu: use TLBI ASID when invalidating entire rangeAlistair Popple1-3/+13
2023-08-11iommu/arm-smmu-qcom: Add SM6375 SMMUv2Konrad Dybcio1-0/+1
2023-08-11iommu/arm-smmu-qcom: Add SM6350 DPU compatibleKonrad Dybcio1-0/+1
2023-08-11iommu/arm-smmu-qcom: Add SM6375 DPU compatibleKonrad Dybcio1-0/+1
2023-08-11iommu/arm-smmu-qcom: Sort the compatible list alphabeticallyKonrad Dybcio1-2/+2
2023-08-09iommu: Generalize PASID 0 for normal DMA w/o PASIDJacob Pan2-9/+9