aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
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/...Linus 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
2026-03-17iommu/sva: Fix crash in iommu_sva_unbind_device()Lizhi Hou1-6/+6
2026-03-17iommupt: Avoid rewalking during mapJason Gunthorpe4-59/+147
2026-03-17iommupt: Directly call iommupt's unmap_range()Jason Gunthorpe2-31/+25
2026-03-17iommu/riscv: Stop polling when CQCSR reports an errorFangyu Yu1-0/+3
2026-03-17iommu: Fix mapping check for 0x0 to avoid re-mapping itAntheas Kapenekakis1-1/+5
2026-03-17iommu/iova: Add NULL check in iova_magazine_free()lynn1-1/+2
2026-03-17iommu/amd: Add NUMA node affinity for IOMMU log buffersLi RongQing1-3/+6
2026-03-17iommu/vt-d: Only handle IOPF for SVA when PRI is supportedLu Baolu1-4/+8
2026-03-17iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retryGuanghui Feng1-2/+1
2026-03-17iommupt: Optimize the gather processing for DMA-FQ modeJason Gunthorpe1-8/+19
2026-03-17iommu/riscv: Allow RISC_VIOMMU to COMPILE_TESTJason Gunthorpe3-4/+8
2026-03-17iommu/riscv: Add missing GENERIC_MSI_IRQJason Gunthorpe1-0/+1
2026-03-17iommu/riscv: Enable SVNAPOT support for contiguous ptesJason Gunthorpe1-1/+6
2026-03-17iommu/riscv: Use the generic iommu page tableJason Gunthorpe2-251/+39
2026-03-17iommu/riscv: Disable SADEJason Gunthorpe1-6/+0
2026-03-17iommupt: Add the RISC-V page table formatJason Gunthorpe6-0/+367
2026-03-17iommu/riscv: Skip IRQ count check when using MSI interruptsYaxing Guo1-6/+8
2026-03-17iommu/riscv: Add IOTINVAL after updating DDT/PDT entriesFangyu Yu1-0/+70
2026-03-13dma-mapping: Separate DMA sync issuing and completion waitingBarry Song1-8/+27
2026-03-13iommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}Thorsten Blum1-2/+2
2026-03-02iommufd: vfio compatibility extension check for noiommu modeJacob Pan1-1/+1
2026-03-02iommufd: Constify struct dma_buf_attach_opsChristophe JAILLET1-1/+1
2026-02-23iommufd: Add dma_buf_pin()Leon Romanovsky1-1/+8
2026-02-23Merge drm/drm-next into drm-misc-nextMaxime Ripard78-667/+1706
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-9/+6
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1