[PATCH 0/1] introduce ioremap_wc()

Yunhui Cui cuiyunhui at bytedance.com
Tue Jul 22 02:15:03 PDT 2025


Compared with IO attributes, NC attributes can improve performance,
specifically in these aspects: Relaxed Order, Gathering, Supports Read
Speculation, Supports Unaligned Access.

When I replied to this patch (https://lore.kernel.org/all/CAEEQ3wmVPrZ6s8msM8RgcyZePGhXM1ikYMc5wW2n8q3Bf90EVw@mail.gmail.com/),
I found the author's email address was invalid. So, based on this patch,
I made slight modifications and resubmitted it.


Yunhui Cui (1):
  riscv: introduce ioremap_wc()

 arch/riscv/include/asm/io.h      | 4 ++++
 arch/riscv/include/asm/pgtable.h | 1 +
 2 files changed, 5 insertions(+)

-- 
2.39.5




More information about the linux-riscv mailing list