All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iommu/riscv: Enable IOMMU_DMA
@ 2026-05-08 21:23 ` Andrew Jones
  0 siblings, 0 replies; 22+ messages in thread
From: Andrew Jones @ 2026-05-08 21:23 UTC (permalink / raw)
  To: linux-riscv, iommu; +Cc: linux-kernel, tjeznach, joro, will, pjw, palmer, anup

Arguably long overdue, let's start using paging domains. One blocker
to enabling IOMMU_DMA was that platforms with IMSICs would fault on
MSIs - Patch1 handles that. And, since QEMU is still one of the most-
used riscv platforms, another issue is that commit 69541898b71a
("iommu/riscv: Enable SVNAPOT support for contiguous ptes") exposes
a bug in the QEMU RISC-V IOMMU model. A patch for that is now on the
QEMU list[1].

Rest assured that the irqbypass work will get a v3 posted soon. This
series can be independently merged though since we don't need irqbypass
to enable paging domains and deliver MSIs for host devices.

[1] https://lore.kernel.org/all/20260508205129.377032-1-andrew.jones@oss.qualcomm.com/
 

Andrew Jones (1):
  iommu/riscv: Map IMSIC addresses for paging domains

Tomasz Jeznach (1):
  iommu/dma: enable IOMMU_DMA for RISC-V

 drivers/iommu/Kconfig               |  2 +-
 drivers/iommu/riscv/iommu.c         | 34 +++++++++++++++++++++++++++++
 include/linux/irqchip/riscv-imsic.h |  7 ++++++
 3 files changed, 42 insertions(+), 1 deletion(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2026-05-12 20:28 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08 21:23 [PATCH 0/2] iommu/riscv: Enable IOMMU_DMA Andrew Jones
2026-05-08 21:23 ` Andrew Jones
2026-05-08 21:23 ` [PATCH 1/2] iommu/riscv: Map IMSIC addresses for paging domains Andrew Jones
2026-05-08 21:23   ` Andrew Jones
2026-05-09  2:21   ` fangyu.yu
2026-05-09  2:21     ` fangyu.yu
2026-05-09 19:47     ` Andrew Jones
2026-05-09 19:47       ` Andrew Jones
2026-05-10 14:40       ` fangyu.yu
2026-05-10 14:40         ` fangyu.yu
2026-05-12 13:38   ` Jason Gunthorpe
2026-05-12 13:38     ` Jason Gunthorpe
2026-05-12 16:22     ` Andrew Jones
2026-05-12 16:22       ` Andrew Jones
2026-05-12 16:33       ` Jason Gunthorpe
2026-05-12 16:33         ` Jason Gunthorpe
2026-05-12 17:21   ` Tomasz Jeznach
2026-05-12 17:21     ` Tomasz Jeznach
2026-05-12 20:28     ` Andrew Jones
2026-05-12 20:28       ` Andrew Jones
2026-05-08 21:23 ` [PATCH 2/2] iommu/dma: enable IOMMU_DMA for RISC-V Andrew Jones
2026-05-08 21:23   ` Andrew Jones

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.