summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/insn.c
Commit message (Expand)AuthorAgeFilesLines
* x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter2024-05-021-0/+4
* x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter2024-05-021-0/+25
* x86/insn: Directly assign x86_64 state in insn_init()Nikolay Borisov2024-02-221-1/+1
* x86/insn: Remove superfluous checks from instruction decoding routinesNikolay Borisov2024-02-221-35/+21
* x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-10-061-2/+3
* x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo2021-09-241-2/+2
* x86/insn: Make insn_complete() staticBorislav Petkov2021-03-151-0/+7
* x86/insn: Add an insn_decode() APIBorislav Petkov2021-03-151-45/+171
* x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov2021-03-151-3/+3
* x86/insn: Add @buf_len param to insn_init() kernel-doc commentBorislav Petkov2021-03-151-0/+1
* x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik2021-01-131-9/+9
* x86/insn: Support big endian cross-compilesMartin Schwidefsky2021-01-131-54/+47
* x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2019-10-171-0/+34
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* 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