The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 0/2] riscv: Some misaligned cleanups
@ 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 ` [PATCH 2/2] riscv: traps_misaligned: Avoid redundant unaligned access speed probe Nam Cao
  0 siblings, 2 replies; 3+ 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


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

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

Thread overview: 3+ 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 ` [PATCH 1/2] riscv: misaligned: Fix fast_unaligned_access_speed_key init Nam Cao
2026-05-28 21:12 ` [PATCH 2/2] riscv: traps_misaligned: Avoid redundant unaligned access speed probe Nam Cao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox