summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/insn.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
* x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter2016-07-211-3/+15
* x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
* x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski2015-02-191-0/+7
* x86/asm/decoder: Create artificial 3rd byte for 2-byte VEXDenys Vlasenko2015-02-181-0/+6
* x86: Fix off-by-one in instruction decoderPeter Zijlstra2015-01-091-1/+1
* x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen2014-11-181-2/+3
* UAPI: x86: Fix insn_sanity build failure after UAPI splitDavid Howells2012-10-021-0/+4
* x86: Handle failures of parsing immediate operands in the instruction decoderMasami Hiramatsu2012-04-161-17/+36
* x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu2012-02-111-6/+7
* x86: Fix instruction decoder to handle grouped AVX instructionsMasami Hiramatsu2011-12-051-1/+3
* x86: Fix insn decoder for longer instructionMasami Hiramatsu2011-10-101-5/+43
* x86: AVX instruction set decoder supportMasami Hiramatsu2009-10-291-0/+52
* x86: Merge INAT_REXPFX into INAT_PFX_*Masami Hiramatsu2009-10-291-1/+1
* x86: Instruction decoder APIMasami Hiramatsu2009-08-271-0/+464