aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/arm
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Gravatar Joerg Roedel 10-343/+1452
2024-05-10iommu/arm-smmu-v3: Make the kunit into a moduleGravatar Jason Gunthorpe 4-1/+14
2024-05-10iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()Gravatar Jason Gunthorpe 1-3/+1
2024-05-01iommu/arm-smmu-v3: Add unit tests for arm_smmu_write_entryGravatar Jason Gunthorpe 5-26/+521
2024-05-01iommu/arm-smmu-v3: Build the whole CD in arm_smmu_make_s1_cd()Gravatar Jason Gunthorpe 2-32/+18
2024-05-01iommu/arm-smmu-v3: Move the CD generation for SVA into a functionGravatar Jason Gunthorpe 3-132/+107
2024-05-01iommu/arm-smmu-v3: Allocate the CD table entry in advanceGravatar Jason Gunthorpe 1-16/+8
2024-05-01iommu/arm-smmu-v3: Make arm_smmu_alloc_cd_ptr()Gravatar Jason Gunthorpe 2-23/+39
2024-05-01iommu/arm-smmu-v3: Consolidate clearing a CD table entryGravatar Jason Gunthorpe 3-11/+18
2024-05-01iommu/arm-smmu-v3: Move the CD generation for S1 domains into a functionGravatar Jason Gunthorpe 3-29/+76
2024-05-01iommu/arm-smmu-v3: Make CD programming use arm_smmu_write_entry()Gravatar Jason Gunthorpe 1-22/+67
2024-05-01iommu/arm-smmu-v3: Add an ops indirection to the STE codeGravatar Jason Gunthorpe 1-72/+104
2024-04-18iommu/arm-smmu-qcom: Use the custom fault handler on more platformsGravatar Georgi Djakov 1-0/+4
2024-04-18iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845Gravatar Georgi Djakov 2-0/+147
2024-04-18iommu/arm-smmu: Allow using a threaded handler for context interruptsGravatar Georgi Djakov 2-2/+11
2024-04-18iommu/arm-smmu-qcom-debug: Add support for TBUsGravatar Georgi Djakov 3-0/+357
2024-04-18iommu/arm-smmu-v3: Free MSIs in case of ENOMEMGravatar Aleksandr Aprelkov 1-1/+1
2024-04-18iommu/arm-smmu: Convert to domain_alloc_paging()Gravatar Jason Gunthorpe 1-6/+2
2024-04-12iommu: Pass domain to remove_dev_pasid() opGravatar Yi Liu 1-7/+2
2024-04-09iommu/arm-smmu-v3: Add a type for the CD entryGravatar Jason Gunthorpe 2-10/+17
2024-04-09iommu/arm-smmu-v3: Do not ATC invalidate the entire domainGravatar Jason Gunthorpe 1-1/+4
2024-04-09iommu/arm-smmu-v3: Do not allow a SVA domain to be set on the wrong PASIDGravatar Jason Gunthorpe 1-0/+3
2024-04-09iommu/arm-smmu-v3: Retire disable_bypass parameterGravatar Robin Murphy 1-33/+13
2024-03-26iommu/arm-smmu-v3: Fix access for STE.SHCFGGravatar Mostafa Saleh 2-12/+25
2024-03-26iommu/arm-smmu-v3: Add cpu_to_le64() around STRTAB_STE_0_VGravatar Jason Gunthorpe 1-1/+2
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-318/+529
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+3
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Gravatar Joerg Roedel 6-318/+529
2024-03-01iommu: constify of_phandle_args in xlateGravatar Krzysztof Kozlowski 3-3/+6
2024-02-29iommu/arm-smmu-v3: Convert to domain_alloc_paging()Gravatar Jason Gunthorpe 1-5/+17
2024-02-29iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalizeGravatar Jason Gunthorpe 1-17/+18
2024-02-29iommu/arm-smmu-v3: Use the identity/blocked domain during releaseGravatar Jason Gunthorpe 1-5/+2
2024-02-29iommu/arm-smmu-v3: Add a global static BLOCKED domainGravatar Jason Gunthorpe 1-0/+19
2024-02-29iommu/arm-smmu-v3: Add a global static IDENTITY domainGravatar Jason Gunthorpe 2-25/+58
2024-02-29iommu/arm-smmu-v3: Check that the RID domain is S1 in SVAGravatar Jason Gunthorpe 1-1/+7
2024-02-29iommu/arm-smmu-v3: Remove arm_smmu_master->domainGravatar Jason Gunthorpe 2-17/+10
2024-02-29iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()Gravatar Jason Gunthorpe 1-7/+6
2024-02-29iommu/arm-smmu-v3: Put writing the context descriptor in the right orderGravatar Jason Gunthorpe 1-9/+20
2024-02-29iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()Gravatar Jason Gunthorpe 1-6/+9
2024-02-29iommu/arm-smmu-v3: Compute the STE only once for each masterGravatar Jason Gunthorpe 1-35/+22
2024-02-29iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_devGravatar Jason Gunthorpe 1-9/+13
2024-02-29iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()Gravatar Jason Gunthorpe 2-14/+15
2024-02-29iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functionsGravatar Jason Gunthorpe 1-55/+83
2024-02-29iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypassGravatar Jason Gunthorpe 1-42/+55
2024-02-29iommu/arm-smmu-v3: Make STE programming independent of the callersGravatar Jason Gunthorpe 1-64/+211
2024-02-22iommu/arm-smmu-qcom: Add X1E80100 MDSS compatibleGravatar Abel Vesa 1-0/+1
2024-02-22iommu/arm-smmu-v3: Do not use GFP_KERNEL under as spinlockGravatar Jason Gunthorpe 1-26/+12
2024-02-16iommu: Make iommu_report_device_fault() return voidGravatar Lu Baolu 1-2/+2
2024-02-16iommu: Make iopf_group_response() return voidGravatar Lu Baolu 1-32/+18
2024-02-16iommu: Separate SVA and IOPFGravatar Lu Baolu 2-2/+0