linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6]x86: decoder bugfixes/updates
@ 2011-12-05 12:05 Masami Hiramatsu
  2011-12-05 12:05 ` [PATCH 1/6] [RESEND][BUGFIX] x86/tools: Fix Makefile to build all test tools Masami Hiramatsu
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Masami Hiramatsu @ 2011-12-05 12:05 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Thomas Gleixner, H. Peter Anvin, linux-kernel, yrl.pp-manager.tt

Hi Ingo,

Here are the patches of bugfixes and updates for x86
instruction decoder. Since it seems that previous
patches are not merged yet, I included thoes and
updated for the latest tip tree.

This series fixes below bugs;

<Important>
 - Doesn't build decoder selftest tool (test_get_len).
 - Fails to decode some grouped AVX instructions.

<Minor>
 - insn_sanity may dump message twice on same instruction
 - insn_sanity outputs information message on stderr.

And updates x86 instruction maps for AVX2 according to
Intel(R) 64 and IA-32 Architectures Software Developer's
Manual Vol.2 (#325383-040US, October 2011) and Intel(R)
Advanced Vector Extensions Programming Reference
(#319433-011,JUNE 2011).

Thank you,

---

Masami Hiramatsu (6):
      [RESEND][BUGFIX] x86/tools: Fix Makefile to build all test tools
      [RESEND][BUGFIX] x86: Fix instruction decoder to handle grouped AVX instructions
      [RESEND][BUGFIX] x86/tools: Fix instruction decoder message output
      [RESEND][BUGFIX] x86/tools: Fix insn_sanity message outputs
      x86: Update instruction decoder to support new AVX formats
      x86/tools: Add decoded instruction dump mode


 arch/x86/lib/inat.c                  |    9 -
 arch/x86/lib/insn.c                  |    4 
 arch/x86/lib/x86-opcode-map.txt      |  606 +++++++++++++++++++---------------
 arch/x86/tools/Makefile              |    3 
 arch/x86/tools/gen-insn-attr-x86.awk |   21 +
 arch/x86/tools/insn_sanity.c         |   16 -
 6 files changed, 365 insertions(+), 294 deletions(-)

-- 
Masami HIRAMATSU
Software Platform Research Dept. Linux Technology Center
Hitachi, Ltd., Yokohama Research Laboratory
E-mail: masami.hiramatsu.pt@hitachi.com


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

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

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-05 12:05 [PATCH 0/6]x86: decoder bugfixes/updates Masami Hiramatsu
2011-12-05 12:05 ` [PATCH 1/6] [RESEND][BUGFIX] x86/tools: Fix Makefile to build all test tools Masami Hiramatsu
2011-12-05 17:41   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2011-12-05 12:05 ` [PATCH 2/6] [RESEND][BUGFIX] x86: Fix instruction decoder to handle grouped AVX instructions Masami Hiramatsu
2011-12-05 17:42   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2011-12-05 12:05 ` [PATCH 3/6] [RESEND][BUGFIX] x86/tools: Fix instruction decoder message output Masami Hiramatsu
2011-12-05 17:42   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2011-12-05 12:05 ` [PATCH 4/6] [RESEND][BUGFIX] x86/tools: Fix insn_sanity message outputs Masami Hiramatsu
2011-12-05 17:43   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2011-12-05 12:05 ` [PATCH 5/6] x86: Update instruction decoder to support new AVX formats Masami Hiramatsu
2011-12-05 17:44   ` [tip:perf/core] " tip-bot for Masami Hiramatsu
2011-12-05 12:06 ` [PATCH 6/6] x86/tools: Add decoded instruction dump mode Masami Hiramatsu
2011-12-05 17:45   ` [tip:perf/core] " tip-bot for Masami Hiramatsu

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).