summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
6 daysiommufd: Move vevent memory allocation outside spinlockNicolin Chen1-5/+8
6 daysiommufd: Propagate allocation failure in iommufd_veventq_deliver_fetch()Nicolin Chen1-1/+9
6 daysiommu/vt-d: Fix RB-tree corruption in probe error pathPranjal Shrivastava1-1/+5
6 daysiommu/amd: Fix premature break in init_iommu_one()Vasant Hegde1-4/+3
6 daysiommu/arm-smmu-qcom: Fix fastrpc compatible string in ACTLR client match tableBibek Kumar Patro1-1/+1
6 daysiommu/amd: Fix a stale comment about which legacy mode is user visibleSean Christopherson1-5/+6
6 daysiommu/amd: Use maximum PPR log buffer size when SNP is enabled on Family 0x19Vasant Hegde4-9/+24
6 daysiommu/amd: Use maximum Event log buffer size when SNP is enabled on Family 0x19Vasant Hegde4-38/+86
6 daysiommu/vt-d: Clear Present bit before tearing down scalable-mode context entryMichael Bommarito1-1/+3
12 daysiommufd: Set upper bounds on cache invalidation entry_num and entry_lenNicolin Chen1-1/+10
12 daysiommufd: Avoid partial fault group delivery in iommufd_fault_fops_read()Nicolin Chen1-2/+5
12 daysiommufd: Break the loop on failure in iommufd_fault_fops_read()Nicolin Chen1-0/+2
12 daysiommufd: Reject invalid read count in iommufd_fault_fops_read()Nicolin Chen1-0/+3
12 daysiommufd: Reject invalid read count in iommufd_veventq_fops_read()Nicolin Chen1-0/+6
12 daysiommufd: Rewind header length in done if iommufd_veventq_fops_read() failsNicolin Chen1-0/+1
12 daysiommufd: Set veventq_depth upper boundNicolin Chen1-1/+4
12 daysiommufd: Fix data_len byte-count vs element-count mismatchNicolin Chen1-1/+1
12 daysiommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq readKai Aizen1-1/+1
12 daysiommu/amd: Don't split flush for amd_iommu_domain_flush_all()Weinan Liu1-1/+2
12 daysiommu/vt-d: Avoid WARNING in sva unbind pathLu Baolu2-8/+15
12 daysiommu/vt-d: Fix race condition during PASID entry replacementLu Baolu4-226/+16
2026-06-19iommu/dma: Do not try to iommu_map a 0 length region in swiotlbJason Gunthorpe1-6/+13
2026-06-09iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann1-6/+12
2026-06-01iommu/amd: Remove latent out-of-bounds access in IOMMU debugfsEder Zulian1-4/+5
2026-06-01iommu/amd: Fix illegal cap/mmio access in IOMMU debugfsGuanghui Feng1-23/+19
2026-05-23iommu/vt-d: Avoid NULL pointer dereference or refcount corruptionZhenzhong Duan1-4/+5
2026-05-23iommu/vt-d: Fix oops due to out of scope accessZhenzhong Duan1-2/+2
2026-05-23iommu/vt-d: Disable DMAR for Intel Q35 IGFXNaval Alcalá1-0/+3
2026-05-23iommu/amd: Bounds-check devid in __rlookup_amd_iommu()Jose Fernandez (Anthropic)1-2/+6
2026-05-23iommufd/selftest: Fix page leaks in mock_viommu_{init,destroy}Thorsten Blum1-2/+2
2026-05-23iommufd: vfio compatibility extension check for noiommu modeJacob Pan1-1/+1
2026-05-23iommu/riscv: Remove overflows on the invalidation pathJason Gunthorpe1-5/+6
2026-05-23iommu/amd: Fix clone_alias() to use the original device's devidVasant Hegde1-3/+4
2026-05-23iommu/riscv: Fix signedness bugEthan Tidmore1-2/+5
2026-05-23iommu/riscv: Skip IRQ count check when using MSI interruptsYaxing Guo1-6/+8
2026-05-23iommu/tegra241-cmdqv: Set supports_cmd op in tegra241_vcmdq_hw_init()Nicolin Chen1-3/+4
2026-05-23iommu/riscv: Stop polling when CQCSR reports an errorFangyu Yu1-0/+3
2026-05-23iommu/riscv: Add missing GENERIC_MSI_IRQJason Gunthorpe1-0/+1
2026-05-23iommu/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-03-25iommu/sva: Fix crash in iommu_sva_unbind_device()Lizhi Hou1-6/+6
2026-03-25iommu/vt-d: Only handle IOPF for SVA when PRI is supportedLu Baolu1-4/+8
2026-03-25iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retryGuanghui Feng1-2/+1
2026-03-12iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalabl...Jinhui Guo1-0/+8
2026-03-04iommu/arm-smmu-v3: Do not set disable_ats unless vSTE is TranslateNicolin Chen1-1/+3
2026-03-04iommu/arm-smmu-v3: Mark EATS_TRANS safe when computing the update sequenceJason Gunthorpe1-0/+26
2026-03-04iommu/arm-smmu-v3: Mark STE MEV safe when computing the update sequenceJason Gunthorpe1-0/+10