| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-19 | iommu/riscv: Add NAPOT range invalidation support | Jason Gunthorpe | 2 | -6/+55 |
| 2026-05-19 | iommu/riscv: Include the dword number in RISCV_IOMMU_CMD macros | Jason Gunthorpe | 1 | -51/+51 |
| 2026-05-19 | iommu/riscv: Add RISCV_IOMMU_CAPABILITIES_NL | Jason Gunthorpe | 2 | -5/+14 |
| 2026-05-19 | iommu/riscv: Compute best stride for single invalidation | Jason Gunthorpe | 1 | -32/+71 |
| 2026-05-19 | iommu/riscv: Enable PT_FEAT_DETAILED_GATHER and pass gather to iotlb_inval | Jason Gunthorpe | 1 | -16/+28 |
| 2026-05-11 | iommu/riscv: Advertise Svpbmt support to generic page table | Fangyu Yu | 1 | -0/+2 |
| 2026-04-09 | Merge branches 'fixes', 'arm/smmu/updates', 'arm/smmu/bindings', 'riscv', 'in... | Will Deacon | 4 | -272/+143 |
| 2026-04-02 | iommu/riscv: Remove overflows on the invalidation path | Jason Gunthorpe | 1 | -5/+6 |
| 2026-03-27 | iommu/riscv: Fix signedness bug | Ethan Tidmore | 1 | -2/+5 |
| 2026-03-17 | iommu/riscv: Stop polling when CQCSR reports an error | Fangyu Yu | 1 | -0/+3 |
| 2026-03-17 | iommu/riscv: Allow RISC_VIOMMU to COMPILE_TEST | Jason Gunthorpe | 3 | -4/+8 |
| 2026-03-17 | iommu/riscv: Add missing GENERIC_MSI_IRQ | Jason Gunthorpe | 1 | -0/+1 |
| 2026-03-17 | iommu/riscv: Enable SVNAPOT support for contiguous ptes | Jason Gunthorpe | 1 | -1/+6 |
| 2026-03-17 | iommu/riscv: Use the generic iommu page table | Jason Gunthorpe | 2 | -251/+39 |
| 2026-03-17 | iommu/riscv: Disable SADE | Jason Gunthorpe | 1 | -6/+0 |
| 2026-03-17 | iommu/riscv: Skip IRQ count check when using MSI interrupts | Yaxing Guo | 1 | -6/+8 |
| 2026-03-17 | iommu/riscv: Add IOTINVAL after updating DDT/PDT entries | Fangyu Yu | 1 | -0/+70 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+3 |
| 2026-01-25 | iommu/riscv: Simplify maximum determination in riscv_iommu_init_check() | Markus Elfring | 1 | -4/+4 |
| 2025-10-27 | iommu: Pass in old domain to attach_dev callback functions | Nicolin Chen | 1 | -3/+6 |
| 2025-09-26 | Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi... | Joerg Roedel | 2 | -1/+26 |
| 2025-09-05 | iommu/riscv: Add ACPI support | Sunil V L | 2 | -1/+26 |
| 2025-08-22 | iommu/riscv: prevent NULL deref in iova_to_phys | XianLiang Huang | 1 | -1/+1 |
| 2025-06-27 | iommu: Remove ops.pgsize_bitmap from drivers that don't use it | Jason Gunthorpe | 1 | -1/+0 |
| 2025-05-16 | iommu: make inclusion of riscv directory conditional | Rolf Eike Beer | 1 | -1/+1 |
| 2025-04-17 | iommu/pages: Remove iommu_alloc_page_node() | Jason Gunthorpe | 1 | -3/+4 |
| 2025-04-17 | iommu/riscv: Update to use iommu_alloc_pages_node_lg2() | Jason Gunthorpe | 1 | -7/+8 |
| 2025-04-17 | iommu/riscv: Convert to use struct iommu_pages_list | Jason Gunthorpe | 1 | -4/+5 |
| 2025-04-17 | iommu/pages: Remove iommu_free_page() | Jason Gunthorpe | 1 | -3/+3 |
| 2025-04-17 | iommu/pages: Remove the order argument to iommu_free_pages() | Jason Gunthorpe | 1 | -4/+2 |
| 2025-01-17 | iommu/riscv: Fixup compile warning | Guo Ren | 1 | -1/+1 |
| 2025-01-06 | iommu/riscv: Add shutdown function for iommu driver | Xu Lu | 4 | -2/+19 |
| 2025-01-06 | iommu/riscv: Empty iommu queue before enabling it | Xu Lu | 1 | -0/+6 |
| 2024-12-18 | iommu/riscv: Add support for platform msi | Andrew Jones | 1 | -18/+84 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-10-29 | iommu/riscv: Paging domain support | Tomasz Jeznach | 1 | -8/+609 |
| 2024-10-29 | iommu/riscv: Command and fault queue support | Tomasz Jeznach | 3 | -2/+613 |
| 2024-10-29 | iommu/riscv: Device directory management. | Tomasz Jeznach | 2 | -11/+392 |
| 2024-10-29 | iommu/riscv: Enable IOMMU registration and device probe. | Tomasz Jeznach | 1 | -0/+66 |
| 2024-10-29 | iommu/riscv: Add RISC-V IOMMU PCIe device driver | Tomasz Jeznach | 3 | -0/+126 |
| 2024-10-29 | iommu/riscv: Add RISC-V IOMMU platform device driver | Tomasz Jeznach | 6 | -0/+983 |