All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nds32: Unaligned access handler fix
@ 2018-10-18  8:34 Nickhu
  2018-10-18  8:34 ` [PATCH 1/3] nds32: Fix instruction simulator bug for unaligned access handler Nickhu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Nickhu @ 2018-10-18  8:34 UTC (permalink / raw)
  To: greentime, linux-kernel, arnd, deanbo422, zong, ebiederm; +Cc: Nickhu, green.hu

The patches are about unaligned access handler. We fix some
bugs in unaligned access handler and add some kernel configs
for unaligned access handler. Then we add the kernel unaligned
access handled by software in handler.

Nickhu (3):
  nds32: Fix instruction simulator bug for unaligned access handler.
  nds32: Add 'HAVE_EFFICIENT_UNALIGNED_ACCESS' config
  nds32: Add unaligned access in kernel space.

 arch/nds32/Kconfig.cpu    |  3 ++-
 arch/nds32/kernel/traps.c |  4 +++-
 arch/nds32/mm/alignment.c | 43 +++++++++++++++++++++++----------------
 3 files changed, 30 insertions(+), 20 deletions(-)

-- 
2.17.0


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

end of thread, other threads:[~2018-10-19  9:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-18  8:34 [PATCH 0/3] nds32: Unaligned access handler fix Nickhu
2018-10-18  8:34 ` [PATCH 1/3] nds32: Fix instruction simulator bug for unaligned access handler Nickhu
2018-10-18  8:34 ` [PATCH 2/3] nds32: Add 'HAVE_EFFICIENT_UNALIGNED_ACCESS' config Nickhu
2018-10-18  8:34 ` [PATCH 3/3] nds32: Add unaligned access in kernel space Nickhu
2018-10-19  9:25 ` [PATCH 0/3] nds32: Unaligned access handler fix Greentime Hu

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.