aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/insn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf1-3/+3
2015-02-19x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski1-0/+7
2015-02-18x86/asm/decoder: Create artificial 3rd byte for 2-byte VEXDenys Vlasenko1-0/+6
2015-01-09x86: Fix off-by-one in instruction decoderPeter Zijlstra1-1/+1
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen1-2/+3
2012-10-02UAPI: x86: Fix insn_sanity build failure after UAPI splitDavid Howells1-0/+4
2012-04-16x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu1-17/+36
2012-02-11x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu1-6/+7
2011-12-05x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu1-1/+3
2011-10-10x86: Fix insn decoder for longer instructionMasami Hiramatsu1-5/+43
2009-10-29x86: AVX instruction set decoder supportMasami Hiramatsu1-0/+52
2009-10-29x86: Merge INAT_REXPFX into INAT_PFX_*Masami Hiramatsu1-1/+1
2009-08-27x86: Instruction decoder APIMasami Hiramatsu1-0/+464