summaryrefslogtreecommitdiff
path: root/drivers/iommu/intel
AgeCommit message (Expand)Author
2026-08-11Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm...Joerg Roedel
2026-08-10iommu/vt-d: Flush context cache with correct SID when tearing down aliasesLu Baolu
2026-08-10iommu/vt-d: Tear down scalable-mode context on probe failureLu Baolu
2026-08-10iommu/vt-d: Fix iopf_refcount leak on RID domain replacementLu Baolu
2026-08-10iommu/vt-d: Clear Present bit before tearing down copied context entryLu Baolu
2026-08-10iommu/vt-d: Fix copied_tables bitmap leak on error in copy_translation_tablesZhaoJinming
2026-08-10iommu/vt-d: Cache max domain ID to avoid redundant calculationLu Baolu
2026-08-10iommu/vt-d: Support the new DMA_REMAP_OPT_OUT flag bitKevin Tian
2026-08-10iommu/vt-d: Remove dmar_disabledKevin Tian
2026-08-10iommu/vt-d: Remove the 'force_on' variableKevin Tian
2026-08-10iommu/vt-d: Call dmar_can_force_on() for tboot opt-inKevin Tian
2026-08-10iommu/vt-d: Use dmar_can_force_on() for platform opt-inKevin Tian
2026-08-10iommu/vt-d: Consolidate dmar policy management and force_on logicKevin Tian
2026-08-10iommu/vt-d: Remove dead code when CONFIG_INTEL_IOMMU is not setKevin Tian
2026-08-10iommu/vt-d: Force requesting ACS when tboot is enabledKevin Tian
2026-08-10iommu/vt-d: Fix no_iommu to disable platform opt-inKevin Tian
2026-08-10iommu/vt-d: Use kstrtoint_from_user() in dmar_perf_latency_write()Dmitry Antipov
2026-08-10iommu/vt-d: Fix CACHE_TAG_NESTING_DEVTLB polluting shared variables in flush ...Guanghui Feng
2026-08-10iommu/vt-d: Use logical OR operator for privilege mode checkLi RongQing
2026-08-10iommu/vt-d: Fix UCTP context table slot when copying root entriesDesnes Nunes
2026-07-22iommu/vt-d: Fix spelling of "guarantees" in commentxiongweimin
2026-07-21iommu/intel: Fix out-of-bounds memset in dmar_latency_disable()Li RongQing
2026-07-21iommu/vt-d: Disallow SVA if page walk is not coherentLu Baolu
2026-07-09iommu/vt-d: Fail probe on ATS configuration failurePranjal Shrivastava
2026-06-12Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockch...Joerg Roedel
2026-06-04iommu/vt-d: Fix RB-tree corruption in probe error pathPranjal Shrivastava
2026-06-04iommu/vt-d: Improve IOMMU fault informationGuanghui Feng
2026-06-04iommu/vt-d: Remove typo from pasid_pte_config_nested()Michał Grzelak
2026-06-04iommu/vt-d: Clear Present bit before tearing down scalable-mode context entryMichael Bommarito
2026-06-04iommu/vt-d: Avoid WARNING in sva unbind pathLu Baolu
2026-05-19iommu/vt-d: Simplify calculate_psi_aligned_address()Jason Gunthorpe
2026-05-11iommu/vt-d: Avoid NULL pointer dereference or refcount corruptionZhenzhong Duan
2026-05-11iommu/vt-d: Fix oops due to out of scope accessZhenzhong Duan
2026-05-11iommu/vt-d: Disable DMAR for Intel Q35 IGFXNaval Alcalá
2026-04-09Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in...Will Deacon
2026-04-09iommu/vt-d: Restore IOMMU_CAP_CACHE_COHERENCYAlex Williamson
2026-04-02iommu/vt-d: Remove the remaining pages along the invalidation pathJason Gunthorpe
2026-04-02iommu/vt-d: Pass size_order to qi_desc_piotlb() not npagesJason Gunthorpe
2026-04-02iommu/vt-d: Split piotlb invalidation into range and allJason Gunthorpe
2026-04-02iommu/vt-d: Remove dmar_writel() and dmar_writeq()Bjorn Helgaas
2026-04-02iommu/vt-d: Remove dmar_readl() and dmar_readq()Bjorn Helgaas
2026-04-02iommu/vt-d: Support dirty tracking on PASIDZhenzhong Duan
2026-04-02iommu/vt-d: Rename device_set_dirty_tracking() and pass dmar_domain pointerZhenzhong Duan
2026-04-02iommu/vt-d: Block PASID attachment to nested domain with dirty trackingZhenzhong Duan
2026-04-01iommu/dma: Always allow DMA-FQ when iommupt provides the iommu_domainJason Gunthorpe
2026-03-17iommu: Add device ATS supported capabilityShameer Kolothum
2026-03-17iommu/vt-d: Only handle IOPF for SVA when PRI is supportedLu Baolu
2026-03-17iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retryGuanghui Feng
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook