summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
5 daysiommu: Fix ATS invalidation timeouts during __iommu_remove_group_pasid()Nicolin Chen1-1/+6
5 daysiommu: Fix nested pci_dev_reset_iommu_prepare/done()Nicolin Chen1-6/+13
5 daysiommu: Fix pasid attach in pci_dev_reset_iommu_prepare/done()Nicolin Chen1-7/+18
5 daysiommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to resetNicolin Chen1-2/+10
5 daysiommu: Replace per-group resetting_domain with per-gdev blocked flagNicolin Chen1-24/+78
5 daysiommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done()Nicolin Chen1-2/+7
5 daysiommu/vt-d: Avoid NULL pointer dereference or refcount corruptionZhenzhong Duan1-4/+5
5 daysiommu/vt-d: Fix oops due to out of scope accessZhenzhong Duan1-2/+2
5 daysiommu/vt-d: Disable DMAR for Intel Q35 IGFXNaval Alcalá1-0/+3
5 daysiommu/amd: Bounds-check devid in __rlookup_amd_iommu()Jose Fernandez (Anthropic)1-2/+6
5 daysiommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}Thorsten Blum1-2/+2
5 daysiommufd: vfio compatibility extension check for noiommu modeJacob Pan1-1/+1
5 daysiommu/riscv: Remove overflows on the invalidation pathJason Gunthorpe1-5/+6
5 daysiommu/amd: Fix clone_alias() to use the original device's devidVasant Hegde1-3/+4
5 daysiommu/riscv: Fix signedness bugEthan Tidmore1-2/+5
5 daysiommu/tegra241-cmdqv: Set supports_cmd op in tegra241_vcmdq_hw_init()Nicolin Chen1-3/+4
5 daysiommu/riscv: Stop polling when CQCSR reports an errorFangyu Yu1-0/+3
5 daysiommu/riscv: Add missing GENERIC_MSI_IRQJason Gunthorpe1-0/+1
5 daysiommu/riscv: Skip IRQ count check when using MSI interruptsYaxing Guo1-6/+8
5 daysiommu/riscv: Add IOTINVAL after updating DDT/PDT entriesFangyu Yu1-0/+70
2026-05-14iommu/arm-smmu-v3: Add a missing dma_wmb() for hitless STE updateNicolin Chen1-0/+7
2026-05-14iommu/vt-d: Block PASID attachment to nested domain with dirty trackingZhenzhong Duan1-1/+5
2026-05-14iommufd: Fix return value of iommufd_fault_fops_write()Zhenzhong Duan1-2/+3
2026-05-14iommufd: 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...Linus Torvalds1-0/+6
2026-04-09iommu: Ensure .iotlb_sync is called correctlyRobin Murphy1-0/+6
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2026-03-27iommupt/amdv1: mark amdv1pt_install_leaf_entry as __always_inlineSherry Yang1-1/+1
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-20iommu/dma: add support for DMA_ATTR_REQUIRE_COHERENT attributeLeon Romanovsky1-4/+17
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-17iommu: Fix mapping check for 0x0 to avoid re-mapping itAntheas Kapenekakis1-1/+5
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-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-9/+6
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds47-100/+100
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook55-149/+145
2026-02-13Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2026-02-13Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-7/+6
2026-02-12Merge tag 'driver-core-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-5/+52
2026-02-12Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds33-487/+1485
2026-02-11Merge tag 'x86-irq-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2026-02-11Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-14/+4
2026-02-06Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c...Joerg Roedel33-487/+1485
2026-02-06iommu/vt-d: Treat PAGE_SNOOP and PWSNP separatelyViktor Kleen1-1/+1
2026-02-03iommupt: Always add IOVA range to iotlb_gather in gather_range_pages()Yu Zhang1-2/+1