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