aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/x86-opcode-map.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-15x86/decoder: Fix and update the opcodes mapRandy Dunlap1-2/+11
2017-11-24x86/decoder: Add new TEST instruction patternMasami Hiramatsu1-1/+1
2017-06-27x86/insn: perf tools: Add new ptwrite instructionAdrian Hunter1-1/+1
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2016-07-23x86/insn: remove pcommitDan Williams1-1/+1
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter1-92/+171
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter1-1/+1
2015-09-04x86/insn: perf tools: Add new xsave instructionsAdrian Hunter1-0/+3
2015-09-04x86/insn: perf tools: Add new memory protection keys instructionsAdrian Hunter1-1/+1
2015-09-04x86/insn: perf tools: Add new memory instructionsAdrian Hunter1-2/+2
2015-09-04x86/insn: perf tools: Add new SHA instructionsAdrian Hunter1-0/+7
2015-09-04x86/insn: perf tools: Pedantically tweak opcode map for MPX instructionsAdrian Hunter1-2/+6
2015-02-18x86/asm/decoder: Explain CALLW discrepancy between Intel and AMDDenys Vlasenko1-0/+9
2014-01-17x86, mpx: Add MPX related opcodes to the x86 opcode mapQiaowei Ren1-2/+2
2013-08-06x86, insn: Add new opcodes as of June, 2013Masami Hiramatsu1-18/+24
2012-06-06x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixMasami Hiramatsu1-4/+4
2012-01-19Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2012-01-17x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper1-2/+2
2012-01-16x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper1-1/+3
2011-12-05x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu1-273/+333
2009-10-29x86: Add Intel FMA instructions to x86 opcode mapMasami Hiramatsu1-1/+33
2009-10-29x86: AVX instruction set decoder supportMasami Hiramatsu1-206/+225
2009-10-29x86: Add pclmulq to x86 opcode mapMasami Hiramatsu1-0/+1
2009-10-29x86: Fix SSE opcode map bugMasami Hiramatsu1-5/+5
2009-10-21x86: Add AES opcodes to opcode mapMasami Hiramatsu1-2/+8
2009-10-17x86: Add AMD prefetch and 3DNow! opcodes to opcode mapMasami Hiramatsu1-3/+10
2009-10-17x86: Add MMX/SSE opcode groups to opcode mapMasami Hiramatsu1-0/+10
2009-10-03x86: Add VIA processor instructions in opcodes decoderMasami Hiramatsu1-1/+7
2009-09-11x86: Add MMX support for instruction decoderMasami Hiramatsu1-107/+200
2009-08-27x86: Instruction decoder APIMasami Hiramatsu1-0/+719