aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/insn.c
AgeCommit message (Expand)Author
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf
2015-02-19x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski
2015-02-18x86/asm/decoder: Create artificial 3rd byte for 2-byte VEXDenys Vlasenko
2015-01-09x86: Fix off-by-one in instruction decoderPeter Zijlstra
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen
2012-10-02UAPI: x86: Fix insn_sanity build failure after UAPI splitDavid Howells
2012-04-16x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu
2012-02-11x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu
2011-12-05x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu
2011-10-10x86: Fix insn decoder for longer instructionMasami Hiramatsu
2009-10-29x86: AVX instruction set decoder supportMasami Hiramatsu
2009-10-29x86: Merge INAT_REXPFX into INAT_PFX_*Masami Hiramatsu
2009-08-27x86: Instruction decoder APIMasami Hiramatsu