public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: kprobes: Fixes and additions for ARM instruction emulation (part 6)
@ 2011-04-19  9:52 Tixy
  2011-04-19  9:52 ` [PATCH 1/5] ARM: kprobes: Reject probing of undefined data processing instructions Tixy
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Tixy @ 2011-04-19  9:52 UTC (permalink / raw)
  To: linux-arm-kernel

(This is a sixth and final set of patches)

When kprobes are inserted into code an ARM instruction is replaced
by a breakpoint. When this is hit, the original instruction must be
emulated out-of-line. This patchset fixes some bugs in the instruction
decoding and adds emulation for some newer ARMv7 instructions.

[PATCH 1/5] ARM: kprobes: Reject probing of undefined data processing instructions
[PATCH 2/5] ARM: kprobes: Add emulation of MOVW and MOVT instructions
[PATCH 3/5] ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions
[PATCH 4/5] ARM: kprobes: Add emulation of hint instructions like NOP and WFI
[PATCH 5/5] ARM: kprobes: Tidy-up kprobes-decode.c

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

end of thread, other threads:[~2011-04-28 17:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19  9:52 [PATCH 0/5] ARM: kprobes: Fixes and additions for ARM instruction emulation (part 6) Tixy
2011-04-19  9:52 ` [PATCH 1/5] ARM: kprobes: Reject probing of undefined data processing instructions Tixy
2011-04-19  9:52 ` [PATCH 2/5] ARM: kprobes: Add emulation of MOVW and MOVT instructions Tixy
2011-04-19  9:52 ` [PATCH 3/5] ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions Tixy
2011-04-19  9:52 ` [PATCH 4/5] ARM: kprobes: Add emulation of hint instructions like NOP and WFI Tixy
2011-04-19  9:52 ` [PATCH 5/5] ARM: kprobes: Tidy-up kprobes-decode.c Tixy
2011-04-28  7:51 ` [PATCH 0/5] ARM: kprobes: Fixes and additions for ARM instruction emulation (part 6) Russell King - ARM Linux
2011-04-28 10:33   ` Tixy
2011-04-28 16:49     ` Nicolas Pitre
2011-04-28 16:55       ` Russell King - ARM Linux
2011-04-28 17:05         ` Tixy

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