| Age | Commit message (Expand) | Author | Lines |
| 2026-04-09 | Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in... | Will Deacon | -45/+70 |
| 2026-04-02 | iommu/amd: Invalidate IRT cache for DMA aliases | Magnus Kalland | -5/+23 |
| 2026-04-02 | iommu/amd: Fix clone_alias() to use the original device's devid | Vasant Hegde | -3/+4 |
| 2026-04-01 | iommu/dma: Always allow DMA-FQ when iommupt provides the iommu_domain | Jason Gunthorpe | -2/+0 |
| 2026-03-27 | iommu/amd: Fix illegal cap/mmio access in IOMMU debugfs | Guanghui Feng | -23/+19 |
| 2026-03-27 | iommu/amd: Fix illegal device-id access in IOMMU debugfs | Guanghui Feng | -9/+12 |
| 2026-03-17 | iommu: Add device ATS supported capability | Shameer Kolothum | -0/+6 |
| 2026-03-17 | iommu/amd: Block identity domain when SNP enabled | Joe Damato | -1/+14 |
| 2026-03-17 | iommu/amd: Add NUMA node affinity for IOMMU log buffers | Li RongQing | -3/+6 |
| 2026-02-22 | Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses | Kees Cook | -5/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | -16/+16 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | -27/+25 |
| 2026-02-11 | Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | -121/+683 |
| 2026-02-10 | Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | -14/+4 |
| 2026-02-06 | Merge branches 'fixes', 'arm/smmu/updates', 'intel/vt-d', 'amd/amd-vi' and 'c... | Joerg Roedel | -121/+683 |
| 2026-02-03 | iommu/amd: serialize sequence allocation under concurrent TLB invalidations | Ankit Soni | -8/+14 |
| 2026-02-01 | iommu/amd: Use core's primary handler and set IRQF_ONESHOT | Sebastian Andrzej Siewior | -14/+4 |
| 2026-01-28 | iommu/amd: Fix type of type parameter to amd_iommufd_hw_info() | Nathan Chancellor | -2/+2 |
| 2026-01-20 | iommu/amd: Remove unused variable in amd_iommufd_viommu_destroy() | Suravee Suthikulpanit | -1/+0 |
| 2026-01-18 | iommu/amd: Fix error path in amd_iommu_probe_device() | Vasant Hegde | -2/+1 |
| 2026-01-18 | iommu/amd: Add support for nested domain attach/detach | Suravee Suthikulpanit | -0/+73 |
| 2026-01-18 | iommu/amd: Refactor logic to program the host page table in DTE | Suravee Suthikulpanit | -73/+82 |
| 2026-01-18 | iommu/amd: Refactor persistent DTE bits programming into amd_iommu_make_clear... | Suravee Suthikulpanit | -11/+13 |
| 2026-01-18 | iommu/amd: Introduce gDomID-to-hDomID Mapping and handle parent domain invali... | Suravee Suthikulpanit | -0/+203 |
| 2026-01-18 | iommu/amd: Add support for nested domain allocation | Suravee Suthikulpanit | -1/+129 |
| 2026-01-18 | iommu/amd: Introduce struct amd_iommu_viommu | Suravee Suthikulpanit | -0/+29 |
| 2026-01-18 | iommu/amd: Add support for nest parent domain allocation | Suravee Suthikulpanit | -3/+23 |
| 2026-01-18 | iommu/amd: Always enable GCR3TRPMode when supported. | Suravee Suthikulpanit | -0/+10 |
| 2026-01-18 | iommu/amd: Introduce helper function amd_iommu_update_dte() | Suravee Suthikulpanit | -6/+22 |
| 2026-01-18 | iommu/amd: Make amd_iommu_make_clear_dte() non-static inline | Suravee Suthikulpanit | -11/+10 |
| 2026-01-18 | iommu/amd: Rename DEV_DOMID_MASK to DTE_DOMID_MASK | Suravee Suthikulpanit | -3/+3 |
| 2026-01-18 | iommu/amd: Add support for hw_info for iommu capability query | Suravee Suthikulpanit | -0/+59 |
| 2026-01-10 | iommu/amd: Drop incorrect NULL check for iommu in alloc_irq_table() | Rakuram Eswaran | -1/+1 |
| 2026-01-10 | iommu/amd: move wait_on_sem() out of spinlock | Ankit Soni | -8/+17 |
| 2025-12-19 | amd/iommu: Make protection domain ID functions non-static | Sairaj Kodilkar | -14/+25 |
| 2025-12-19 | amd/iommu: Preserve domain ids inside the kdump kernel | Sairaj Kodilkar | -1/+22 |
| 2025-12-06 | Merge tag 'tsm-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds | -0/+10 |
| 2025-12-05 | Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -6/+10 |
| 2025-12-02 | iommu/amd: Report SEV-TIO support | Alexey Kardashevskiy | -0/+10 |
| 2025-11-28 | Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'nvidia/t... | Joerg Roedel | -1330/+328 |
| 2025-11-28 | iommupt/vtd: Support mgaw's less than a 4 level walk for first stage | Jason Gunthorpe | -2/+5 |
| 2025-11-25 | iommu/amd: Propagate the error code returned by __modify_irte_ga() in modify_... | Jinhui Guo | -1/+1 |
| 2025-11-14 | syscore: Pass context data to callbacks | Thierry Reding | -6/+10 |
| 2025-11-13 | iommu/amd: Fix pci_segment memleak in alloc_pci_segment() | Jinhui Guo | -3/+12 |
| 2025-11-13 | iommu/amd: Enhance "Completion-wait Time-out" error message | Dheeraj Kumar Srivastava | -1/+31 |
| 2025-11-05 | iommu/amd: Remove AMD io_pgtable support | Jason Gunthorpe | -1044/+1 |
| 2025-11-05 | iommu/amd: Use the generic iommu page table | Alejandro Jimenez | -266/+272 |
| 2025-11-04 | iommu/amd: Fix potential out-of-bounds read in iommu_mmio_show | Songtang Liu | -1/+1 |
| 2025-10-27 | iommu: Pass in old domain to attach_dev callback functions | Nicolin Chen | -5/+6 |
| 2025-10-27 | iommu/amd: Set release_domain to blocked_domain | Nicolin Chen | -9/+1 |