summaryrefslogtreecommitdiff
path: root/drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3-sva.c
AgeCommit message (Expand)AuthorFilesLines
2024-07-02iommu/arm-smmu-v3: Put the SVA mmu notifier in the smmu_domainJason Gunthorpe1-327/+68
2024-07-02iommu/arm-smmu-v3: Make SVA allocate a normal arm_smmu_domainJason Gunthorpe1-9/+12
2024-07-02iommu/arm-smmu-v3: Add ssid to struct arm_smmu_master_domainJason Gunthorpe1-8/+7
2024-07-02iommu/arm-smmu-v3: Make smmu_domain->devices into an allocated listJason Gunthorpe1-4/+7
2024-07-02iommu/arm-smmu-v3: Start building a generic PASID layerJason Gunthorpe1-27/+30
2024-07-02iommu/arm-smmu-v3: Convert to domain_alloc_sva()Jason Gunthorpe1-2/+4
2024-05-10iommu/arm-smmu-v3: Make the kunit into a moduleJason Gunthorpe1-0/+1
2024-05-01iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entryJason Gunthorpe1-3/+5
2024-05-01iommu/arm-smmu-v3: Move the CD generation for SVA into a functionJason Gunthorpe1-57/+98
2024-05-01iommu/arm-smmu-v3: Consolidate clearing a CD table entryJason Gunthorpe1-1/+1
2024-05-01iommu/arm-smmu-v3: Move the CD generation for S1 domains into a functionJason Gunthorpe1-1/+24
2024-04-09iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASIDJason Gunthorpe1-0/+3
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel1-14/+8
2024-02-29iommu/arm-smmu-v3: Check that the RID domain is S1 in SVAJason Gunthorpe1-1/+7
2024-02-22iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockJason Gunthorpe1-26/+12
2024-02-16iommu: Separate SVA and IOPFLu Baolu1-1/+0
2024-02-16iommu: Remove iommu_[un]register_device_fault_handler()Lu Baolu1-12/+1
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang1-8/+15
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: Refactor write_ctx_descMichael Shavit1-4/+35
2023-10-12iommu/arm-smmu-v3: Move ctx_desc out of s1_cfgMichael Shavit1-1/+1
2023-09-22iommu/arm-smmu-v3: Fix soft lockup triggered by arm_smmu_mm_invalidate_rangeNicolin Chen1-2/+16
2023-09-02Merge tag 'iommu-updates-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
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-09iommu: Generalize PASID 0 for normal DMA w/o PASIDJacob Pan1-1/+1
2022-11-03iommu: Rename iommu-sva-lib.{c,h}Lu Baolu1-1/+1
2022-11-03iommu: Remove SVA related callbacks from iommu opsLu Baolu1-40/+0
2022-11-03arm-smmu-v3/sva: Add SVA domain supportLu Baolu1-0/+61
2022-11-03iommu: Remove SVM_FLAG_SUPERVISOR_MODE supportLu Baolu1-2/+1
2022-09-09arm64/sysreg: Standardise naming of ID_AA64MMFR0_EL1.ASIDBitsMark Brown1-1/+1
2022-09-09arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition namesMark Brown1-3/+3
2022-05-06iommu/arm-smmu-v3-sva: Fix mm use-after-freeJean-Philippe Brucker1-2/+11
2022-04-20iommu/arm-smmu-v3: Fix size calculation in arm_smmu_mm_invalidate_range()Nicolin Chen1-1/+8
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu1-4/+1
2021-12-14iommu/arm-smmu-v3: Constify arm_smmu_mmu_notifier_opsRikard Falkeborn1-1/+1
2021-06-08iommu/arm-smmu-v3: Add stall support for platform devicesJean-Philippe Brucker1-6/+53
2021-01-22iommu/arm-smmu-v3: Make BTM optional for SVAJean-Philippe Brucker1-3/+7
2020-11-23iommu/arm-smmu-v3: Hook up ATC invalidation to mm opsJean-Philippe Brucker1-1/+15
2020-11-23iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()Jean-Philippe Brucker1-2/+228
2020-09-29iommu/arm-smmu-v3: Add SVA device featureJean-Philippe Brucker1-0/+49
2020-09-29iommu/arm-smmu-v3: Check for SVA featuresJean-Philippe Brucker1-0/+45
2020-09-29iommu/arm-smmu-v3: Seize private ASIDJean-Philippe Brucker1-2/+33
2020-09-29iommu/arm-smmu-v3: Share process page tablesJean-Philippe Brucker1-0/+123