aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 42-1590/+1781
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-1/+1
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-25/+101
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 42-1590/+1781
2024-03-08iommu: Fix compilation without CONFIG_IOMMU_INTELGravatar Bert Karwatzki 3-2/+5
2024-03-08iommu/amd: Fix sleeping in atomic contextGravatar Vasant Hegde 1-1/+1
2024-03-06iommu/dma: Document min_align_mask assumptionGravatar Robin Murphy 1-0/+5
2024-03-06iommu/vt-d: Remove scalabe mode in domain_context_clear_one()Gravatar Lu Baolu 1-14/+1
2024-03-06iommu/vt-d: Remove scalable mode context entry setup from attach_devGravatar Lu Baolu 1-112/+44
2024-03-06iommu/vt-d: Setup scalable mode context entry in probe pathGravatar Lu Baolu 3-0/+151
2024-03-06iommu/vt-d: Fix NULL domain on device releaseGravatar Lu Baolu 3-25/+71
2024-03-06iommu: Add static iommu_ops->release_domainGravatar Lu Baolu 1-4/+15
2024-03-06iommu/vt-d: Improve ITE fault handling if target device isn't presentGravatar Ethan Zhao 1-0/+22
2024-03-06iommu/vt-d: Don't issue ATS Invalidation request when device is disconnectedGravatar Ethan Zhao 1-0/+3
2024-03-04Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Gravatar Arnd Bergmann 1-1/+1
2024-03-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-24/+54
2024-03-01Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Joerg Roedel 5-270/+506
2024-03-01iommu/sva: Fix SVA handle sharing in multi device caseGravatar Zhangfei Gao 1-2/+2
2024-03-01iommu/vt-d: Use device rbtree in iopf reporting pathGravatar Lu Baolu 4-8/+15
2024-03-01iommu/vt-d: Use rbtree to track iommu probed devicesGravatar Lu Baolu 3-3/+96
2024-03-01iommu/vt-d: Merge intel_svm_bind_mm() into its callerGravatar Tina Zhang 1-11/+3
2024-03-01iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_headGravatar Tina Zhang 1-1/+0
2024-03-01iommu/vt-d: Remove treatment for revoking PASIDs with pending page faultsGravatar Tina Zhang 1-7/+0
2024-03-01iommu/vt-d: Use kcalloc() instead of kzalloc()Gravatar Erick Archer 1-1/+1
2024-03-01iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WAGravatar Lu Baolu 2-15/+0
2024-03-01iommu: re-use local fwnode variable in iommu_ops_from_fwnode()Gravatar Krzysztof Kozlowski 1-1/+1
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Gravatar Krzysztof Kozlowski 1-1/+1
2024-03-01iommu: constify of_phandle_args in xlateGravatar Krzysztof Kozlowski 15-18/+26
2024-03-01iommu: constify pointer to bus_typeGravatar Krzysztof Kozlowski 2-4/+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-26iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGESGravatar Jason Gunthorpe 1-11/+18
2024-02-26iommufd: Fix protection fault in iommufd_test_syz_conv_iovaGravatar Nicolin Chen 1-6/+21
2024-02-26iommufd/selftest: Fix mock_dev_num bugGravatar Nicolin Chen 1-4/+9
2024-02-26iommufd: Fix iopt_access_list_id overwrite bugGravatar Nicolin Chen 1-3/+6