| Age | Commit message (Expand) | Author | Lines |
| 2026-04-09 | Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in... | Will Deacon | -174/+153 |
| 2026-04-09 | iommu/vt-d: Restore IOMMU_CAP_CACHE_COHERENCY | Alex Williamson | -0/+1 |
| 2026-04-02 | iommu/vt-d: Remove the remaining pages along the invalidation path | Jason Gunthorpe | -26/+19 |
| 2026-04-02 | iommu/vt-d: Pass size_order to qi_desc_piotlb() not npages | Jason Gunthorpe | -14/+9 |
| 2026-04-02 | iommu/vt-d: Split piotlb invalidation into range and all | Jason Gunthorpe | -49/+41 |
| 2026-04-02 | iommu/vt-d: Remove dmar_writel() and dmar_writeq() | Bjorn Helgaas | -30/+27 |
| 2026-04-02 | iommu/vt-d: Remove dmar_readl() and dmar_readq() | Bjorn Helgaas | -48/+46 |
| 2026-04-02 | iommu/vt-d: Support dirty tracking on PASID | Zhenzhong Duan | -8/+10 |
| 2026-04-02 | iommu/vt-d: Rename device_set_dirty_tracking() and pass dmar_domain pointer | Zhenzhong Duan | -12/+9 |
| 2026-04-02 | iommu/vt-d: Block PASID attachment to nested domain with dirty tracking | Zhenzhong Duan | -1/+5 |
| 2026-04-01 | iommu/dma: Always allow DMA-FQ when iommupt provides the iommu_domain | Jason Gunthorpe | -2/+0 |
| 2026-03-17 | iommu: Add device ATS supported capability | Shameer Kolothum | -0/+2 |
| 2026-03-17 | iommu/vt-d: Only handle IOPF for SVA when PRI is supported | Lu Baolu | -4/+8 |
| 2026-03-17 | iommu/vt-d: Fix intel iommu iotlb sync hardlockup and retry | Guanghui Feng | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | -15/+15 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | -21/+21 |
| 2026-02-11 | Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | -229/+83 |
| 2026-02-10 | Merge tag 'x86-irq-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | -2/+2 |
| 2026-02-06 | Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c... | Joerg Roedel | -229/+83 |
| 2026-02-06 | iommu/vt-d: Treat PAGE_SNOOP and PWSNP separately | Viktor Kleen | -1/+1 |
| 2026-01-22 | iommu/vt-d: Fix race condition during PASID entry replacement | Lu Baolu | -220/+16 |
| 2026-01-22 | iommu/vt-d: Clear Present bit before tearing down context entry | Lu Baolu | -3/+27 |
| 2026-01-22 | iommu/vt-d: Clear Present bit before tearing down PASID entry | Lu Baolu | -1/+19 |
| 2026-01-22 | iommu/vt-d: Flush piotlb for SVM and Nested domain | Yi Liu | -1/+8 |
| 2026-01-22 | iommu/vt-d: Flush cache for PASID table before using it | Dmytro Maluka | -3/+4 |
| 2026-01-22 | iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible in scalable mode | Jinhui Guo | -1/+1 |
| 2026-01-22 | iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device without scalabl... | Jinhui Guo | -0/+8 |
| 2025-12-18 | x86/irq_remapping: Sanitize posted_msi_supported() | Thomas Gleixner | -2/+2 |
| 2025-12-17 | x86/msi: Make irq_retrigger() functional for posted MSI | Thomas Gleixner | -4/+4 |
| 2025-12-05 | Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -4/+8 |
| 2025-11-28 | Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t... | Joerg Roedel | -871/+218 |
| 2025-11-28 | iommupt/vtd: Support mgaw's less than a 4 level walk for first stage | Jason Gunthorpe | -14/+24 |
| 2025-11-28 | iommupt/vtd: Allow VT-d to have a larger table top than the vasz requires | Jason Gunthorpe | -7/+13 |
| 2025-11-20 | iommu/vt-d: Restore previous domain::aperture_end calculation | Lu Baolu | -0/+10 |
| 2025-11-20 | iommu/vt-d: Fix unused invalidation hint in qi_desc_iotlb | Aashish Sharma | -1/+1 |
| 2025-11-20 | iommu/vt-d: Set INTEL_IOMMU_FLOPPY_WA depend on BLK_DEV_FD | Vineeth Pillai (Google) | -1/+1 |
| 2025-11-14 | syscore: Pass context data to callbacks | Thierry Reding | -4/+8 |
| 2025-11-05 | iommu/vt-d: Follow PT_FEAT_DMA_INCOHERENT into the PASID entry | Jason Gunthorpe | -19/+22 |
| 2025-11-05 | iommu/vt-d: Use the generic iommu page table | Jason Gunthorpe | -861/+175 |
| 2025-10-27 | iommu: Pass in old domain to attach_dev callback functions | Nicolin Chen | -4/+8 |
| 2025-09-26 | Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi... | Joerg Roedel | -32/+28 |
| 2025-09-26 | iommu/vt-d: Disallow dirty tracking if incoherent page walk | Lu Baolu | -1/+2 |
| 2025-09-19 | iommu/vt-d: debugfs: Avoid dumping context command register | Lu Baolu | -1/+0 |
| 2025-09-19 | iommu/vt-d: Removal of Advanced Fault Logging | Lu Baolu | -2/+0 |
| 2025-09-19 | iommu/vt-d: PRS isn't usable if PDS isn't supported | Lu Baolu | -1/+1 |
| 2025-09-19 | iommu/vt-d: Remove LPIG from page group response descriptor | Lu Baolu | -6/+2 |
| 2025-09-19 | iommu/vt-d: Drop unused cap_super_offset() | Yury Norov (NVIDIA) | -2/+0 |
| 2025-09-19 | iommu/vt-d: debugfs: Fix legacy mode page table dump logic | Vineeth Pillai (Google) | -2/+15 |
| 2025-09-19 | iommu/vt-d: Replace snprintf with scnprintf in dmar_latency_snapshot() | Seyediman Seyedarab | -17/+8 |
| 2025-09-05 | iommu/vt-d: Fix __domain_mapping()'s usage of switch_to_super_page() | Eugene Koira | -1/+6 |