aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/insn.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-06x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov1-2/+3
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo1-2/+2
2021-03-15x86/insn: Make insn_complete() staticBorislav Petkov1-0/+7
2021-03-15x86/insn: Add an insn_decode() APIBorislav Petkov1-45/+171
2021-03-15x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov1-3/+3
2021-03-15x86/insn: Add @buf_len param to insn_init() kernel-doc commentBorislav Petkov1-0/+1
2021-01-13x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik1-9/+9
2021-01-13x86/insn: Support big endian cross-compilesMartin Schwidefsky1-54/+47
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu1-0/+34
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter1-3/+15
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