| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-08-11 | Merge branches 'arm/smmu/updates', 'arm/smmu/bindings', 'mediatek', 'qualcomm/msm', 'rockchip', 'ti/omap', 'riscv', 'intel/vt-d', 'amd/amd-vi', 'core' and 'typos' into next |  Joerg Roedel | 5 | -59/+148 |
| 2026-08-11 | iommu/amd: Add SNP page mode 0 support |  Vasant Hegde | 3 | -15/+35 |
| 2026-08-11 | iommu/amd: Fix GN bit setting in COMPLETE_PPR_REQUEST command |  Vasant Hegde | 2 | -5/+22 |
| 2026-08-11 | iommu/amd: Rate limit INVALID_PPR_REQUEST error logging |  Vasant Hegde | 1 | -3/+4 |
| 2026-08-11 | iommu/amd: Fix missing CMD_COMPLETE_PPR response for invalid PPR requests |  Vasant Hegde | 2 | -6/+33 |
| 2026-08-11 | iommu/amd: Introduce PPR_TAG_LAST_PAGE() macro |  Vasant Hegde | 2 | -5/+5 |
| 2026-08-11 | iommu/amd: Fix incorrect device ID in invalid PASID error message |  Vasant Hegde | 1 | -1/+1 |
| 2026-07-30 | iommu/amd: Put PCI device after handling PPR faults |  Shuai Xue | 1 | -1/+2 |
| 2026-07-22 | iommu/amd: Fix undefined behavior in devid_write debugfs function |  Li RongQing | 1 | -9/+3 |
| 2026-07-22 | iommu/amd: Fix grammar and typos in comments |  xiongweimin | 1 | -4/+4 |
| 2026-07-21 | iommu/amd: Bound the early ACPI HID map |  Pengpeng Hou | 1 | -0/+6 |
| 2026-07-21 | iommu/amd: Wait for completion instead of returning early in iommu_completion_wait() |  Guanghui Feng | 1 | -6/+16 |
| 2026-07-15 | iommu/amd: Fix nested domain leak |  Tycho Andersen (AMD) | 1 | -2/+1 |
| 2026-07-15 | iommu/amd: Fix IRQ unsafe locking in gdom allocation |  Tycho Andersen (AMD) | 1 | -13/+18 |
| 2026-07-09 | iommu/amd: Dynamically verify Southbridge IOAPIC via PCI config space |  Wei Wang | 1 | -10/+15 |
| 2026-07-09 | iommu/amd: Fix false positive in SB IOAPIC IVRS validation |  Wei Wang | 1 | -4/+28 |
| 2026-07-09 | iommu/amd: Prevent SB IOAPIC from overriding IVRS validation errors |  Wei Wang | 1 | -2/+2 |
| 2026-06-12 | Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockchip', 'verisilicon', 'riscv', 'intel/vt-d', 'amd/amd-vi' and 'core' into next |  Joerg Roedel | 5 | -158/+123 |
| 2026-06-12 | iommu/amd: Control INVALIDATE_IOMMU_PAGES PDE from the gather |  Jason Gunthorpe | 2 | -28/+35 |
| 2026-06-12 | iommu/amd: Make CMD_INV_IOMMU_ALL_PAGES_ADDRESS match the spec |  Jason Gunthorpe | 2 | -2/+2 |
| 2026-06-12 | iommu/amd: Have amd_iommu_domain_flush_pages() use last |  Jason Gunthorpe | 2 | -29/+16 |
| 2026-06-12 | iommu/amd: Pass last in through to build_inv_address() |  Jason Gunthorpe | 3 | -31/+29 |
| 2026-06-12 | iommu/amd: Simplify build_inv_address() |  Jason Gunthorpe | 1 | -26/+24 |
| 2026-06-02 | iommu/amd: Don't split flush for amd_iommu_domain_flush_all() |  Weinan Liu | 1 | -1/+2 |
| 2026-05-28 | iommu/amd: Fix premature break in init_iommu_one() |  Vasant Hegde | 1 | -4/+3 |
| 2026-05-19 | iommu/amd: Adhere to IVINFO[VASIZE] for address limits |  Ankit Soni | 4 | -7/+12 |
| 2026-05-11 | iommu/amd: Bounds-check devid in __rlookup_amd_iommu() |  Jose Fernandez (Anthropic) | 1 | -2/+6 |
| 2026-05-11 | iommu/amd: Remove unused IOMMU_IN/OUT_ADDR_BIT_SIZE macros |  Wei Wang | 1 | -3/+0 |
| 2026-05-11 | iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs |  Eder Zulian | 1 | -4/+5 |
| 2026-05-11 | iommu/amd: Add support for Hygon family 18h model 4h IOAPIC |  Fu Hao | 1 | -1/+9 |
| 2026-05-11 | iommu/amd: Remove dead code for exclusion ranges in IVMD |  Yu Zhang | 3 | -38/+0 |
| 2026-05-11 | iommu/amd: Fix a stale comment about which legacy mode is user visible |  Sean Christopherson | 1 | -5/+6 |
| 2026-05-11 | iommu/amd: Explicitly bail from enable_iommus_vapic() when in legacy mode |  Sean Christopherson | 1 | -4/+6 |
| 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', 'intel/vt-d', 'amd/amd-vi' and 'core' into next |  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-21 | 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-11 | Merge tag 'iommu-updates-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux |  Linus Torvalds | 9 | -121/+683 |
| 2026-02-10 | Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 3 | -14/+4 |