aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/x86-opcode-map.txt
AgeCommit message (Expand)AuthorFilesLines
2024-01-31x86/opcode: Add ERET[US] instructions to the x86 opcode mapGravatar H. Peter Anvin (Intel) 1-1/+1
2024-01-25x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportGravatar Xin Li 1-1/+1
2023-01-12x86/opcode: Add the LKGS instruction to x86-opcode-mapGravatar H. Peter Anvin (Intel) 1-0/+1
2022-01-23x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoderGravatar Adrian Hunter 1-8/+87
2022-01-23x86/insn: Add misc instructions to x86 instruction decoderGravatar Adrian Hunter 1-3/+3
2022-01-23x86/insn: Add AMX instructions to the x86 instruction decoderGravatar Adrian Hunter 1-2/+8
2020-03-26x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapGravatar Yu-cheng Yu 1-6/+11
2020-01-22x86/decoder: Add TEST opcode to Group3-2Gravatar Masami Hiramatsu 1-1/+1
2019-11-26x86/insn: Add some more Intel instructions to the opcode mapGravatar Adrian Hunter 1-12/+32
2019-11-18x86/insn: Add some Intel instructions to the opcode mapGravatar Adrian Hunter 1-6/+12
2017-12-15x86/decoder: Fix and update the opcodes mapGravatar Randy Dunlap 1-2/+11
2017-11-24x86/decoder: Add new TEST instruction patternGravatar Masami Hiramatsu 1-1/+1
2017-06-27x86/insn: perf tools: Add new ptwrite instructionGravatar Adrian Hunter 1-1/+1
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2016-07-23x86/insn: remove pcommitGravatar Dan Williams 1-1/+1
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderGravatar Adrian Hunter 1-92/+171
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingGravatar Adrian Hunter 1-1/+1
2015-09-04x86/insn: perf tools: Add new xsave instructionsGravatar Adrian Hunter 1-0/+3
2015-09-04x86/insn: perf tools: Add new memory protection keys instructionsGravatar Adrian Hunter 1-1/+1
2015-09-04x86/insn: perf tools: Add new memory instructionsGravatar Adrian Hunter 1-2/+2
2015-09-04x86/insn: perf tools: Add new SHA instructionsGravatar Adrian Hunter 1-0/+7
2015-09-04x86/insn: perf tools: Pedantically tweak opcode map for MPX instructionsGravatar Adrian Hunter 1-2/+6
2015-02-18x86/asm/decoder: Explain CALLW discrepancy between Intel and AMDGravatar Denys Vlasenko 1-0/+9
2014-01-17x86, mpx: Add MPX related opcodes to the x86 opcode mapGravatar Qiaowei Ren 1-2/+2
2013-08-06x86, insn: Add new opcodes as of June, 2013Gravatar Masami Hiramatsu 1-18/+24
2012-06-06x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixGravatar Masami Hiramatsu 1-4/+4
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Gravatar Linus Torvalds 1-3/+5
2012-01-17x86, opcode: ANDN and Group 17 in x86-opcode-map.txtGravatar Ulrich Drepper 1-2/+2
2012-01-16x86/kprobes: Fix typo transferred from Intel manualGravatar Ulrich Drepper 1-1/+3
2011-12-05x86: Update instruction decoder to support new AVX formatsGravatar Masami Hiramatsu 1-273/+333
2009-10-29x86: Add Intel FMA instructions to x86 opcode mapGravatar Masami Hiramatsu 1-1/+33
2009-10-29x86: AVX instruction set decoder supportGravatar Masami Hiramatsu 1-206/+225
2009-10-29x86: Add pclmulq to x86 opcode mapGravatar Masami Hiramatsu 1-0/+1
2009-10-29x86: Fix SSE opcode map bugGravatar Masami Hiramatsu 1-5/+5
2009-10-21x86: Add AES opcodes to opcode mapGravatar Masami Hiramatsu 1-2/+8
2009-10-17x86: Add AMD prefetch and 3DNow! opcodes to opcode mapGravatar Masami Hiramatsu 1-3/+10
2009-10-17x86: Add MMX/SSE opcode groups to opcode mapGravatar Masami Hiramatsu 1-0/+10
2009-10-03x86: Add VIA processor instructions in opcodes decoderGravatar Masami Hiramatsu 1-1/+7
2009-09-11x86: Add MMX support for instruction decoderGravatar Masami Hiramatsu 1-107/+200
2009-08-27x86: Instruction decoder APIGravatar Masami Hiramatsu 1-0/+719