aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iommu
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tags 'dma-mapping-7.3-2026-08-24' and 'dma-mapping-7.3-2026-08-24-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-41/+36
13 daysMerge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds12-88/+511
13 daysMerge tag 'iommu-updates-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds33-395/+870
13 daysMerge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-10/+6
14 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2026-08-13iommufd: Fix UAF in selftest IOPF reportingPeiyang He1-1/+30
2026-08-13iommu/iommufd: Fix NULL pointer deref in iommufd_ioas_change_process when racing with iopt_map_file_pagesPeiyang He1-0/+4
2026-08-11Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm/msm', 'rockchip', 'ti/omap', 'riscv', 'intel/vt-d', 'amd/amd-vi', 'core' and 'typos' into nextJoerg Roedel33-395/+870
2026-08-11iommu/amd: Add SNP page mode 0 supportVasant Hegde3-15/+35
2026-08-11iommu/amd: Fix GN bit setting in COMPLETE_PPR_REQUEST commandVasant Hegde2-5/+22
2026-08-11iommu/amd: Rate limit INVALID_PPR_REQUEST error loggingVasant Hegde1-3/+4
2026-08-11iommu/amd: Fix missing CMD_COMPLETE_PPR response for invalid PPR requestsVasant Hegde2-6/+33
2026-08-11iommu/amd: Introduce PPR_TAG_LAST_PAGE() macroVasant Hegde2-5/+5
2026-08-11iommu/amd: Fix incorrect device ID in invalid PASID error messageVasant Hegde1-1/+1
2026-08-10iommu/vt-d: Flush context cache with correct SID when tearing down aliasesLu Baolu3-5/+8
2026-08-10iommu/vt-d: Tear down scalable-mode context on probe failureLu Baolu1-0/+1
2026-08-10iommu/vt-d: Fix iopf_refcount leak on RID domain replacementLu Baolu1-5/+8
2026-08-10iommu/vt-d: Clear Present bit before tearing down copied context entryLu Baolu1-1/+5
2026-08-10iommu/vt-d: Fix copied_tables bitmap leak on error in copy_translation_tablesZhaoJinming1-6/+13
2026-08-10iommu/vt-d: Cache max domain ID to avoid redundant calculationLu Baolu3-5/+7
2026-08-10iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bitKevin Tian2-10/+28
2026-08-10iommu/vt-d: Remove dmar_disabledKevin Tian3-9/+3
2026-08-10iommu/vt-d: Remove the 'force_on' variableKevin Tian2-20/+22
2026-08-10iommu/vt-d: Call dmar_can_force_on() for tboot opt-inKevin Tian1-4/+8
2026-08-10iommu/vt-d: Use dmar_can_force_on() for platform opt-inKevin Tian1-7/+8
2026-08-10iommu/vt-d: Consolidate dmar policy management and force_on logicKevin Tian3-4/+106
2026-08-10iommu/vt-d: Remove dead code when CONFIG_INTEL_IOMMU is not setKevin Tian1-15/+0
2026-08-10iommu/vt-d: Force requesting ACS when tboot is enabledKevin Tian3-3/+16
2026-08-10iommu/vt-d: Fix no_iommu to disable platform opt-inKevin Tian1-3/+3
2026-08-10iommu/vt-d: Use kstrtoint_from_user() in dmar_perf_latency_write()Dmitry Antipov1-12/+4
2026-08-10iommu/vt-d: Fix CACHE_TAG_NESTING_DEVTLB polluting shared variables in flush loopGuanghui Feng1-3/+2
2026-08-10iommu/vt-d: Use logical OR operator for privilege mode checkLi RongQing1-1/+1
2026-08-10iommu/vt-d: Fix UCTP context table slot when copying root entriesDesnes Nunes1-4/+6
2026-08-10iommu/dma: Restore locking around msi_page_listAndrew Jones1-0/+13
2026-08-10iommupt: Return zero for invalid iova_to_phys() rangesShuai Xue1-1/+1
2026-08-10iommufd: Release current IOAS on xa_store() failureShuai Xue1-0/+2
2026-08-10iommufd: Avoid locking internal accesses during unmapShuai Xue1-2/+2
2026-08-10iommu/sva: Set handle->dev before the SVA handle is visibleShuai Xue1-1/+1
2026-08-10Merge tag 'v7.2-rc7' into driver-core-nextDanilo Krummrich12-36/+99
2026-08-06iommu/arm-smmu-v3-sva: Use system_supports_bbml3() to detect CPU featureWill Deacon1-1/+1
2026-08-04iommu/arm-smmu-v3: Replace sort_nonatomic() with sort()Kuan-Wei Chiu1-3/+3
2026-08-02iommu/arm-smmu-v3: Support IDR5.DS and widen the TLBI SCALE fieldNicolin Chen2-2/+8
2026-08-02iommu/arm-smmu-v3: Convert to use atomic poll timeoutPranjal Shrivastava1-2/+3
2026-08-02iommu/arm-smmu-v3: Add HAFT support for SVARobin Murphy3-11/+25
2026-07-31dma: swiotlb: pass mapping attributes by referenceAneesh Kumar K.V (Arm)1-1/+1
2026-07-31dma-pool: track decrypted atomic pools and select them via attrsAneesh Kumar K.V (Arm)1-1/+6
2026-07-31iommu/dma: Check atomic pool allocation result directlyAneesh Kumar K.V (Arm)1-5/+8
2026-07-30Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufdLinus Torvalds6-12/+56
2026-07-30iommu/iova: Move CPU magazine init to first insertLogan Odell1-14/+15
2026-07-30iommu/amd: Put PCI device after handling PPR faultsShuai Xue1-1/+2