All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] riscv: Some misaligned cleanups
@ 2026-05-28 21:12 ` Nam Cao
  0 siblings, 0 replies; 6+ messages in thread
From: Nam Cao @ 2026-05-28 21:12 UTC (permalink / raw)
  To: Paul Walmsley, Palmer Dabbelt, Albert Ou, Alexandre Ghiti,
	Clément Léger, Andrew Jones, Charlie Jenkins,
	linux-riscv, linux-kernel
  Cc: Nam Cao

Two minor cleanup which affects performance. The first patch addresses a bug
causing improper initialization of fast_unaligned_access_speed_key, affecting
performance of do_csum(). The second patch remove a redundant access speed
probe in CPU hotplug.

Nam Cao (2):
  riscv: misaligned: Fix fast_unaligned_access_speed_key init
  riscv: traps_misaligned: Avoid redundant unaligned access speed probe

 arch/riscv/kernel/traps_misaligned.c       |  4 +-
 arch/riscv/kernel/unaligned_access_speed.c | 69 +++++++---------------
 2 files changed, 24 insertions(+), 49 deletions(-)

-- 
2.47.3


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

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 21:12 [PATCH 0/2] riscv: Some misaligned cleanups Nam Cao
2026-05-28 21:12 ` Nam Cao
2026-05-28 21:12 ` [PATCH 1/2] riscv: misaligned: Fix fast_unaligned_access_speed_key init Nam Cao
2026-05-28 21:12   ` Nam Cao
2026-05-28 21:12 ` [PATCH 2/2] riscv: traps_misaligned: Avoid redundant unaligned access speed probe Nam Cao
2026-05-28 21:12   ` Nam Cao

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.