aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-8/+27
2026-04-16Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds7-39/+18
2026-04-15Merge tag 'iommu-updates-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds35-783/+2023
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-3/+10
2026-04-11iommufd: Fix a race with concurrent allocation and unmapSina Hassani1-0/+10
2026-04-09Merge tag 'iommu-fixes-v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds1-0/+6
2026-04-09Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'intel/vt-d', 'amd/amd-vi' and 'core' into nextWill Deacon36-785/+2031
2026-04-09iommu: Ensure .iotlb_sync is called correctlyRobin Murphy1-0/+6
2026-04-09iommu/vt-d: Restore IOMMU_CAP_CACHE_COHERENCYAlex Williamson1-0/+1
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter2-2/+2
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds2-2/+2
2026-04-02iommu/amd: Invalidate IRT cache for DMA aliasesMagnus Kalland1-5/+23
2026-04-02iommu/riscv: Remove overflows on the invalidation pathJason Gunthorpe1-5/+6
2026-04-02iommu/amd: Fix clone_alias() to use the original device's devidVasant Hegde1-3/+4
2026-04-02iommu/vt-d: Remove the remaining pages along the invalidation pathJason Gunthorpe2-26/+19
2026-04-02iommu/vt-d: Pass size_order to qi_desc_piotlb() not npagesJason Gunthorpe2-14/+9
2026-04-02iommu/vt-d: Split piotlb invalidation into range and allJason Gunthorpe5-47/+39
2026-04-02iommu/vt-d: Remove dmar_writel() and dmar_writeq()Bjorn Helgaas6-30/+27
2026-04-02iommu/vt-d: Remove dmar_readl() and dmar_readq()Bjorn Helgaas7-48/+46
2026-04-02iommu/vt-d: Support dirty tracking on PASIDZhenzhong Duan2-8/+10
2026-04-02iommu/vt-d: Rename device_set_dirty_tracking() and pass dmar_domain pointerZhenzhong Duan1-12/+9
2026-04-02iommu/vt-d: Block PASID attachment to nested domain with dirty trackingZhenzhong Duan1-1/+5
2026-04-01iommu/dma: Always allow DMA-FQ when iommupt provides the iommu_domainJason Gunthorpe3-5/+12
2026-03-31iommufd/selftest: Remove MOCK_IOMMUPT_AMDV1 formatPranjal Shrivastava2-32/+0
2026-03-31iommufd: Fix return value of iommufd_fault_fops_write()Zhenzhong Duan1-2/+3
2026-03-31BackMerge tag 'v7.0-rc6' into drm-nextDave Airlie6-18/+51
2026-03-27iommu/riscv: Fix signedness bugEthan Tidmore1-2/+5
2026-03-27iommupt/amdv1: mark amdv1pt_install_leaf_entry as __always_inlineSherry Yang1-1/+1
2026-03-27iommu/amd: Fix illegal cap/mmio access in IOMMU debugfsGuanghui Feng1-23/+19
2026-03-27iommu/amd: Fix illegal device-id access in IOMMU debugfsGuanghui Feng1-9/+12
2026-03-27iommupt: Fix short gather if the unmap goes into a large mappingJason Gunthorpe1-1/+1
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-4/+17
2026-03-25Merge tag 'dma-mapping-7.0-2026-03-25' into dma-mapping-for-nextMarek Szyprowski1-4/+17
2026-03-25iommufd: update outdated comment for renamed iommufd_hw_pagetable_alloc()Kexin Sun1-1/+1
2026-03-24iommu/tegra241-cmdqv: Set supports_cmd op in tegra241_vcmdq_hw_init()Nicolin Chen1-3/+4
2026-03-24iommu/arm-smmu-v3: Update Arm errataRobin Murphy1-4/+14
2026-03-24iommu/arm-smmu-v3: Fix typos introduced by arm_smmu_invsNicolin Chen2-4/+4
2026-03-24iommu/arm-smmu-v3: Do not continue in __arm_smmu_domain_inv_range()Nicolin Chen1-2/+2
2026-03-20iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attributeLeon Romanovsky1-4/+17
2026-03-19iommu/arm-smmu-v3: Perform per-domain invalidations using arm_smmu_invsNicolin Chen3-195/+24
2026-03-19iommu/arm-smmu-v3: Add arm_smmu_invs based arm_smmu_domain_inv_range()Nicolin Chen2-13/+221
2026-03-19iommu/arm-smmu-v3: Populate smmu_domain->invs when attaching mastersNicolin Chen2-1/+278
2026-03-19iommu/arm-smmu-v3: Pre-allocate a per-master invalidation arrayNicolin Chen2-4/+45
2026-03-19iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs arrayJason Gunthorpe3-0/+502
2026-03-19iommu/arm-smmu-v3: Add an inline arm_smmu_domain_free()Nicolin Chen3-4/+10
2026-03-19iommu/arm-smmu-v3: Explicitly set smmu_domain->stage for SVANicolin Chen3-0/+5
2026-03-19iommu/arm-smmu-v3: Add a missing dma_wmb() for hitless STE updateNicolin Chen1-0/+7
2026-03-17iommufd: Report ATS not supported status via IOMMU_GET_HW_INFOShameer Kolothum1-0/+4
2026-03-17iommu: Add device ATS supported capabilityShameer Kolothum3-0/+11
2026-03-17iommu/amd: Block identity domain when SNP enabledJoe Damato1-1/+14