public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] xtensa: add load/store exception handler
@ 2023-06-14  4:52 Max Filippov
  2023-06-14  4:52 ` [PATCH 1/4] xtensa: move early_trap_init from kasan_early_init to init_arch Max Filippov
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Max Filippov @ 2023-06-14  4:52 UTC (permalink / raw)
  To: linux-kernel; +Cc: Chris Zankel, Max Filippov

Hello,

this series rearranges unaligned exception handler and adds load/store
exception handler that allows transparent 1- and 2-byte wide reads from
memory attached to an instruction bus of an xtensa core.

Max Filippov (4):
  xtensa: move early_trap_init from kasan_early_init to init_arch
  xtensa: always install slow handler for unaligned access exception
  xtensa: rearrange unaligned exception handler
  xtensa: add load/store exception handler

 arch/xtensa/Kconfig             |  12 ++
 arch/xtensa/include/asm/traps.h |   7 +
 arch/xtensa/kernel/align.S      | 256 ++++++++++++++++++++++----------
 arch/xtensa/kernel/setup.c      |   7 +
 arch/xtensa/kernel/traps.c      |  27 +++-
 arch/xtensa/mm/kasan_init.c     |   2 -
 6 files changed, 221 insertions(+), 90 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2023-06-14  4:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-14  4:52 [PATCH 0/4] xtensa: add load/store exception handler Max Filippov
2023-06-14  4:52 ` [PATCH 1/4] xtensa: move early_trap_init from kasan_early_init to init_arch Max Filippov
2023-06-14  4:52 ` [PATCH 2/4] xtensa: always install slow handler for unaligned access exception Max Filippov
2023-06-14  4:52 ` [PATCH 3/4] xtensa: rearrange unaligned exception handler Max Filippov
2023-06-14  4:52 ` [PATCH 4/4] xtensa: add load/store " Max Filippov

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