summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/insn.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-23x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoderAdrian Hunter1-1/+1
2021-03-31x86: Add insn_decode_kernel()Peter Zijlstra1-0/+2
2021-03-15x86/insn: Make insn_complete() staticBorislav Petkov1-7/+0
2021-03-15x86/insn: Remove kernel_insn_init()Borislav Petkov1-11/+0
2021-03-15x86/insn: Add an insn_decode() APIBorislav Petkov1-7/+17
2021-03-15x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov1-1/+1
2021-01-14x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik1-0/+12
2021-01-14x86/insn: Support big endian cross-compilesMartin Schwidefsky1-0/+33
2020-12-06x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu1-0/+15
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu1-0/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-05-13kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu1-0/+18
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter1-1/+11
2015-02-19x86/asm/decoder: Fix and enforce max instruction size in the insn decoderAndy Lutomirski1-1/+1
2014-11-18x86: Remove arbitrary instruction size limit in instruction decoderDave Hansen1-4/+6
2012-02-11x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu1-6/+12
2011-11-10x86, perf: Add a build-time sanity test to the x86 decoderMasami Hiramatsu1-0/+7
2010-03-10x86: Move MAX_INSN_SIZE into asm/insn.hPeter Zijlstra1-0/+2
2009-10-29x86: AVX instruction set decoder supportMasami Hiramatsu1-1/+42
2009-08-27x86: Instruction decoder APIMasami Hiramatsu1-0/+143