summaryrefslogtreecommitdiff
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
13 daysiommu/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
2026-03-04iommu/arm-smmu-v3: Add update_safe bits to fix STE update sequenceJason Gunthorpe3-10/+53
2026-03-04iommu/vt-d: Flush piotlb for SVM and Nested domainYi Liu1-1/+8
2026-03-04iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable modeJinhui Guo1-1/+1
2026-03-04iommu/amd: serialize sequence allocation under concurrent TLB invalidationsAnkit Soni3-8/+14
2026-03-04iommu/amd: move wait_on_sem() out of spinlockAnkit Soni1-8/+17
2026-03-04iommu/arm-smmu-v3: Improve CMDQ lock fairness and efficiencyAlexander Grest1-10/+21
2026-02-26iommu/vt-d: Clear Present bit before tearing down context entryLu Baolu3-3/+27
2026-02-26iommu/vt-d: Clear Present bit before tearing down PASID entryLu Baolu2-1/+19
2026-02-26iommu/vt-d: Flush cache for PASID table before using itDmytro Maluka1-3/+4
2026-02-26iommu/amd: Use core's primary handler and set IRQF_ONESHOTSebastian Andrzej Siewior3-14/+4
2026-02-19iommu/arm-smmu-qcom: do not register driver in probe()Danilo Krummrich4-5/+52
2026-02-06iommu/tegra241-cmdqv: Reset VCMDQ in tegra241_vcmdq_hw_init_user()Nicolin Chen1-0/+3
2026-01-30iommu/io-pgtable-arm: fix size_t signedness bug in unmap pathChaitanya Kulkarni1-1/+1
2026-01-30iommu/amd: Fix error path in amd_iommu_probe_device()Vasant Hegde1-2/+1
2026-01-23iommu/sva: include mmu_notifier.h headerCarlos Llamas1-0/+1
2026-01-23iommu/sva: invalidate stale IOTLB entries for kernel address spaceLu Baolu1-4/+28
2026-01-08iommu: disable SVA when CONFIG_X86 is setLu Baolu1-0/+3
2026-01-08iommu/tegra: fix device leak on probe_device()Johan Hovold1-3/+2
2026-01-08iommu/sun50i: fix device leak on of_xlate()Johan Hovold1-0/+2
2026-01-08iommu/qcom: fix device leak on of_xlate()Johan Hovold1-6/+4
2026-01-08iommu/omap: fix device leaks on probe_device()Johan Hovold2-3/+1
2026-01-08iommu/mediatek: fix device leak on of_xlate()Johan Hovold1-0/+2
2026-01-08iommu/mediatek-v1: fix device leaks on probe()Johan Hovold1-5/+18
2026-01-08iommu/mediatek-v1: fix device leak on probe_device()Johan Hovold1-0/+2
2026-01-08iommu/ipmmu-vmsa: fix device leak on of_xlate()Johan Hovold1-0/+2
2026-01-08iommu/exynos: fix device leak on of_xlate()Johan Hovold1-6/+3
2026-01-08iommu/apple-dart: fix device leak on of_xlate()Johan Hovold1-0/+2
2026-01-08iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_...Jinhui Guo1-1/+1
2026-01-08iommu/amd: Fix pci_segment memleak in alloc_pci_segment()Jinhui Guo1-3/+12
2026-01-02iommu/mediatek: fix use-after-free on probe deferralJohan Hovold1-7/+18
2026-01-02x86/msi: Make irq_retrigger() functional for posted MSIThomas Gleixner1-4/+4
2026-01-02amd/iommu: Preserve domain ids inside the kdump kernelSairaj Kodilkar1-1/+22
2026-01-02iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVEDJason Gunthorpe1-1/+7
2025-12-18iommu/arm-smmu-qcom: Enable use of all SMR groups when running bare-metalStephan Gerhold1-10/+17
2025-12-18iommu/arm-smmu-v3: Fix error check in arm_smmu_alloc_cd_tablesRyan Huang1-1/+1
2025-12-18iommu/vt-d: Fix unused invalidation hint in qi_desc_iotlbAashish Sharma1-1/+1
2025-12-18iommu/vt-d: Set INTEL_IOMMU_FLOPPY_WA depend on BLK_DEV_FDVineeth Pillai (Google)1-1/+1
2025-12-18iommu/amd: Fix potential out-of-bounds read in iommu_mmio_showSongtang Liu1-1/+1
2025-11-27Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+3
2025-11-24iommu/dma: add missing support for DMA_ATTR_MMIO for dma_iova_unlink()Marek Szyprowski1-2/+3
2025-11-21iommufd/iommufd_private.h: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+3
2025-11-21iommufd/driver: Fix counter initialization for counted_by annotationGustavo A. R. Silva1-1/+1
2025-11-05iommufd: Make vfio_compat's unmap succeed if the range is already emptyJason Gunthorpe2-9/+7
2025-10-20iommufd: Don't overflow during division for dirty trackingJason Gunthorpe1-3/+2
2025-10-03Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-1/+29
2025-10-03Merge tag 'iommu-updates-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-198/+379