summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)Author
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2024-03-13iommu/dma: Force swiotlb_max_mapping_size on an untrusted deviceNicolin Chen
2024-03-13Merge tag 'iommu-updates-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-12Merge tag 'soc-dt-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-08Merge branches 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel
2024-03-08iommu: Fix compilation without CONFIG_IOMMU_INTELBert Karwatzki
2024-03-08iommu/amd: Fix sleeping in atomic contextVasant Hegde
2024-03-06iommu/dma: Document min_align_mask assumptionRobin Murphy
2024-03-06iommu/vt-d: Remove scalabe mode in domain_context_clear_one()Lu Baolu
2024-03-06iommu/vt-d: Remove scalable mode context entry setup from attach_devLu Baolu
2024-03-06iommu/vt-d: Setup scalable mode context entry in probe pathLu Baolu
2024-03-06iommu/vt-d: Fix NULL domain on device releaseLu Baolu
2024-03-06iommu: Add static iommu_ops->release_domainLu Baolu
2024-03-06iommu/vt-d: Improve ITE fault handling if target device isn't presentEthan Zhao
2024-03-06iommu/vt-d: Don't issue ATS Invalidation request when device is disconnectedEthan Zhao
2024-03-04Merge tag 'qcom-arm32-for-6.9' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2024-03-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-01Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel
2024-03-01iommu/sva: Fix SVA handle sharing in multi device caseZhangfei Gao
2024-03-01iommu/vt-d: Use device rbtree in iopf reporting pathLu Baolu
2024-03-01iommu/vt-d: Use rbtree to track iommu probed devicesLu Baolu
2024-03-01iommu/vt-d: Merge intel_svm_bind_mm() into its callerTina Zhang
2024-03-01iommu/vt-d: Remove initialization for dynamically heap-allocated rcu_headTina Zhang
2024-03-01iommu/vt-d: Remove treatment for revoking PASIDs with pending page faultsTina Zhang
2024-03-01iommu/vt-d: Use kcalloc() instead of kzalloc()Erick Archer
2024-03-01iommu/vt-d: Remove INTEL_IOMMU_BROKEN_GFX_WALu Baolu
2024-03-01iommu: re-use local fwnode variable in iommu_ops_from_fwnode()Krzysztof Kozlowski
2024-03-01iommu: constify fwnode in iommu_ops_from_fwnode()Krzysztof Kozlowski
2024-03-01iommu: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-03-01iommu: constify pointer to bus_typeKrzysztof Kozlowski
2024-02-29iommu/arm-smmu-v3: Convert to domain_alloc_paging()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Pass arm_smmu_domain and arm_smmu_device to finalizeJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Use the identity/blocked domain during releaseJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Add a global static BLOCKED domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Add a global static IDENTITY domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Check that the RID domain is S1 in SVAJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Remove arm_smmu_master->domainJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Pass smmu_domain to arm_enable/disable_ats()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Put writing the context descriptor in the right orderJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Do not change the STE twice during arm_smmu_attach_dev()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Compute the STE only once for each masterJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Hold arm_smmu_asid_lock during all of attach_devJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Build the whole STE in arm_smmu_make_s2_domain_ste()Jason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Move the STE generation for S1 and S2 domains into functionsJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Consolidate the STE generation for abort/bypassJason Gunthorpe
2024-02-29iommu/arm-smmu-v3: Make STE programming independent of the callersJason Gunthorpe
2024-02-26iommufd/selftest: Don't check map/unmap pairing with HUGE_PAGESJason Gunthorpe