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