summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
3 daysiommu/vt-d: Disallow SVA if page walk is not coherentLu Baolu1-1/+1
3 daysiommu/intel: Fix out-of-bounds memset in dmar_latency_disable()Li RongQing1-1/+1
3 daysiommu/amd: Bound the early ACPI HID mapPengpeng Hou1-0/+6
3 daysiommu/amd: Wait for completion instead of returning early in iommu_completion...Guanghui Feng1-6/+16
3 daysiommu/amd: Fix nested domain leakTycho Andersen (AMD)1-2/+1
3 daysiommu/amd: Fix IRQ unsafe locking in gdom allocationTycho Andersen (AMD)1-13/+18
12 daysiommu/dma-iommu: Fix wrong scatterlist length assignment in P2PDMA pathLi RongQing1-1/+1
12 daysiommufd: Destroy the pages content after detaching from dmabufJason Gunthorpe1-4/+4
12 daysiommufd: Take dma_resv lock before dma_buf_unpin() in release pathAnkit Soni1-0/+2
12 daysiommu/vt-d: Fix RB-tree corruption in probe error pathPranjal Shrivastava1-1/+5
12 daysiommu/amd: Fix premature break in init_iommu_one()Vasant Hegde1-4/+3
12 daysiommu/arm-smmu-qcom: Fix fastrpc compatible string in ACTLR client match tableBibek Kumar Patro1-1/+1
12 daysiommu/amd: Fix a stale comment about which legacy mode is user visibleSean Christopherson1-5/+6
12 daysiommu/vt-d: Clear Present bit before tearing down scalable-mode context entryMichael Bommarito1-1/+3
2026-07-18iommufd: Set upper bounds on cache invalidation entry_num and entry_lenNicolin Chen1-1/+10
2026-07-18iommufd: Avoid partial fault group delivery in iommufd_fault_fops_read()Nicolin Chen1-2/+5
2026-07-18iommufd: Break the loop on failure in iommufd_fault_fops_read()Nicolin Chen1-0/+2
2026-07-18iommufd: Reject invalid read count in iommufd_fault_fops_read()Nicolin Chen1-0/+3
2026-07-18iommufd: Propagate allocation failure in iommufd_veventq_deliver_fetch()Nicolin Chen1-1/+9
2026-07-18iommufd: Reject invalid read count in iommufd_veventq_fops_read()Nicolin Chen1-0/+6
2026-07-18iommufd: Rewind header length in done if iommufd_veventq_fops_read() failsNicolin Chen1-0/+1
2026-07-18iommufd: Set veventq_depth upper boundNicolin Chen1-1/+4
2026-07-18iommufd: Move vevent memory allocation outside spinlockNicolin Chen1-5/+8
2026-07-18iommufd: Fix data_len byte-count vs element-count mismatchNicolin Chen1-1/+1
2026-07-18iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq readKai Aizen1-1/+1
2026-07-18iommu/amd: Don't split flush for amd_iommu_domain_flush_all()Weinan Liu1-1/+2
2026-07-18iommu/vt-d: Avoid WARNING in sva unbind pathLu Baolu2-8/+15
2026-06-12Merge tag 'dma-mapping-7.1-2026-06-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+13
2026-06-09iommu/dma: Do not try to iommu_map a 0 length region in swiotlbJason Gunthorpe1-6/+13
2026-05-28iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann1-6/+12
2026-05-19iommu/vt-d: Simplify calculate_psi_aligned_address()Jason Gunthorpe1-32/+19
2026-05-15iommupt: Fix the end_index calculation in __map_range_leaf()Jason Gunthorpe1-7/+13
2026-05-15iommupt: Check for missing PAGE_SIZE in the pgsize_bitmapJason Gunthorpe1-2/+2
2026-05-15iommu: Handle unmap error when iommu_debug is enabledJason Gunthorpe1-30/+19
2026-05-15iommu: Fix up map/unmap debugging for iommupt domainsJason Gunthorpe1-21/+22
2026-05-15iommu: 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