summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
13 daysiommupt: Fix the end_index calculation in __map_range_leaf()Jason Gunthorpe1-7/+13
13 daysiommupt: Check for missing PAGE_SIZE in the pgsize_bitmapJason Gunthorpe1-2/+2
13 daysiommu: Handle unmap error when iommu_debug is enabledJason Gunthorpe1-30/+19
13 daysiommu: Fix up map/unmap debugging for iommupt domainsJason Gunthorpe1-21/+22
13 daysiommu: Fix loss of errno on map failure for classic opsJason Gunthorpe1-1/+1
2026-05-11iommu/vt-d: Avoid NULL pointer dereference or refcount corruptionZhenzhong Duan1-4/+5
2026-05-11iommu/vt-d: Fix oops due to out of scope accessZhenzhong Duan1-2/+2
2026-05-11iommu/vt-d: Disable DMAR for Intel Q35 IGFXNaval Alcalá1-0/+3
2026-05-11iommu: Warn on premature unblock during DMA aliased sibling resetNicolin Chen1-0/+49
2026-05-11iommu: Fix WARN_ON in __iommu_group_set_domain_nofail() due to resetNicolin Chen1-2/+10
2026-05-11iommu: Fix ATS invalidation timeouts during __iommu_remove_group_pasid()Nicolin Chen1-1/+6
2026-05-11iommu: Fix nested pci_dev_reset_iommu_prepare/done()Nicolin Chen1-6/+13
2026-05-11iommu: Fix pasid attach in pci_dev_reset_iommu_prepare/done()Nicolin Chen1-7/+18
2026-05-11iommu: Replace per-group resetting_domain with per-gdev blocked flagNicolin Chen1-24/+78
2026-05-11iommu: Fix kdocs of pci_dev_reset_iommu_done()Nicolin Chen1-3/+3
2026-05-11iommu: Fix NULL group->domain dereference in pci_dev_reset_iommu_done()Nicolin Chen1-2/+7
2026-05-11iommu/amd: Bounds-check devid in __rlookup_amd_iommu()Jose Fernandez (Anthropic)1-2/+6
2026-05-11iommu/amd: Remove latent out-of-bounds access in IOMMU debugfsEder Zulian1-4/+5
2026-05-04iommu/amd: Fix precedence order in set_dte_passthrough()Weinan Liu1-1/+2
2026-04-27iommu/pages: Fix iommu_pages_flush_incoherent() for non-x86Mostafa Saleh1-1/+1
2026-04-27iommu/amd: Use maximum PPR log buffer size when SNP is enabled on Family 0x19Vasant Hegde4-9/+24
2026-04-27iommu/amd: Use maximum Event log buffer size when SNP is enabled on Family 0x19Vasant Hegde4-38/+86
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+27
2026-04-17Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-39/+18
2026-04-16Merge tag 'iommu-updates-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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...Linus Torvalds1-0/+6
2026-04-09Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in...Will 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...Linus 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-49/+41
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