All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] introduce ioremap_wc()
@ 2025-07-22  9:15 ` Yunhui Cui
  0 siblings, 0 replies; 8+ messages in thread
From: Yunhui Cui @ 2025-07-22  9:15 UTC (permalink / raw)
  To: paul.walmsley, palmer, aou, alex, akpm, catalin.marinas,
	anshuman.khandual, kas, ryan.roberts, cuiyunhui, samuel.holland,
	namcao, willy, abrestic, yongxuan.wang, apopple, linux-riscv,
	linux-kernel

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


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2025-08-06 17:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22  9:15 [PATCH 0/1] introduce ioremap_wc() Yunhui Cui
2025-07-22  9:15 ` Yunhui Cui
2025-07-22  9:15 ` [PATCH 1/1] riscv: " Yunhui Cui
2025-07-22  9:15   ` Yunhui Cui
2025-07-31 14:39   ` Alexandre Ghiti
2025-07-31 14:39     ` Alexandre Ghiti
2025-08-06 17:15 ` [PATCH 0/1] " patchwork-bot+linux-riscv
2025-08-06 17:15   ` patchwork-bot+linux-riscv

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.