summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/riscv
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-01-25iommu/riscv: Simplify maximum determination in riscv_iommu_init_check()Markus Elfring-4/+4
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen-3/+6
2025-09-26Merge branches 'apple/dart', 'ti/omap', 'riscv', 'intel/vt-d' and 'amd/amd-vi...Joerg Roedel-1/+26
2025-09-05iommu/riscv: Add ACPI supportSunil V L-1/+26
2025-08-22iommu/riscv: prevent NULL deref in iova_to_physXianLiang Huang-1/+1
2025-06-27iommu: Remove ops.pgsize_bitmap from drivers that don't use itJason Gunthorpe-1/+0
2025-05-16iommu: make inclusion of riscv directory conditionalRolf Eike Beer-1/+1
2025-04-17iommu/pages: Remove iommu_alloc_page_node()Jason Gunthorpe-3/+4
2025-04-17iommu/riscv: Update to use iommu_alloc_pages_node_lg2()Jason Gunthorpe-7/+8
2025-04-17iommu/riscv: Convert to use struct iommu_pages_listJason Gunthorpe-4/+5
2025-04-17iommu/pages: Remove iommu_free_page()Jason Gunthorpe-3/+3
2025-04-17iommu/pages: Remove the order argument to iommu_free_pages()Jason Gunthorpe-4/+2
2025-01-17iommu/riscv: Fixup compile warningGuo Ren-1/+1
2025-01-06iommu/riscv: Add shutdown function for iommu driverXu Lu-2/+19
2025-01-06iommu/riscv: Empty iommu queue before enabling itXu Lu-0/+6
2024-12-18iommu/riscv: Add support for platform msiAndrew Jones-18/+84
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-10-29iommu/riscv: Paging domain supportTomasz Jeznach-8/+609
2024-10-29iommu/riscv: Command and fault queue supportTomasz Jeznach-2/+613
2024-10-29iommu/riscv: Device directory management.Tomasz Jeznach-11/+392
2024-10-29iommu/riscv: Enable IOMMU registration and device probe.Tomasz Jeznach-0/+66
2024-10-29iommu/riscv: Add RISC-V IOMMU PCIe device driverTomasz Jeznach-0/+126
2024-10-29iommu/riscv: Add RISC-V IOMMU platform device driverTomasz Jeznach-0/+983