linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] powerpc: Remove system call emulation
@ 2022-03-30 14:07 Naveen N. Rao
  2022-03-30 14:07 ` [PATCH v2 1/3] powerpc: Sort and de-dup primary opcodes in ppc-opcode.h Naveen N. Rao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Naveen N. Rao @ 2022-03-30 14:07 UTC (permalink / raw)
  To: Michael Ellerman, Nicholas Piggin, Christophe Leroy, mopsfelder
  Cc: linuxppc-dev

Since v1, the main change is to use helpers to decode primary/extended 
opcode and the addition of macros for some of the used opcodes.

- Naveen



Naveen N. Rao (2):
  powerpc: Sort and de-dup primary opcodes in ppc-opcode.h
  powerpc: Reject probes on instructions that can't be single stepped

Nicholas Piggin (1):
  powerpc/64: remove system call instruction emulation

 arch/powerpc/include/asm/ppc-opcode.h | 87 +++++++++++++++------------
 arch/powerpc/include/asm/probes.h     | 36 +++++++++++
 arch/powerpc/kernel/interrupt_64.S    | 10 ---
 arch/powerpc/kernel/kprobes.c         |  4 +-
 arch/powerpc/kernel/uprobes.c         |  5 ++
 arch/powerpc/lib/sstep.c              | 46 +++-----------
 arch/powerpc/xmon/xmon.c              | 11 ++--
 7 files changed, 107 insertions(+), 92 deletions(-)


base-commit: e8833c5edc5903f8c8c4fa3dd4f34d6b813c87c8
-- 
2.35.1


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

end of thread, other threads:[~2022-05-15 10:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 14:07 [PATCH v2 0/3] powerpc: Remove system call emulation Naveen N. Rao
2022-03-30 14:07 ` [PATCH v2 1/3] powerpc: Sort and de-dup primary opcodes in ppc-opcode.h Naveen N. Rao
2022-03-30 14:07 ` [PATCH v2 2/3] powerpc: Reject probes on instructions that can't be single stepped Naveen N. Rao
2022-03-30 14:07 ` [PATCH v2 3/3] powerpc/64: remove system call instruction emulation Naveen N. Rao
2022-05-15 10:28 ` [PATCH v2 0/3] powerpc: Remove system call emulation Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).