aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/tools/gen-insn-attr-x86.awk (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07x86/insn: Make inat-tables.c suitable for pre-decompression codeJoerg Roedel1-1/+49
2019-10-01x86/insn: Fix awk regexp warningsAlexander Kapshuk1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter1-3/+8
2013-08-06x86, insn: Add new opcodes as of June, 2013Masami Hiramatsu1-1/+3
2012-12-10x86: Fix the error of using "const" in gen-insn-attr-x86.awkCong Ding1-3/+3
2012-06-06x86/decoder: Fix bsr/bsf/jmpe decoding with operand-size prefixMasami Hiramatsu1-5/+9
2011-12-05x86: Update instruction decoder to support new AVX formatsMasami Hiramatsu1-9/+12
2009-12-17x86: Don't use POSIX character classes in gen-insn-attr-x86.awkRoland Dreier1-6/+4
2009-12-15x86: Fix kprobes build with non-gawk awkJonathan Nieder1-5/+5
2009-10-29x86: AVX instruction set decoder supportMasami Hiramatsu1-24/+70
2009-10-29x86: Merge INAT_REXPFX into INAT_PFX_*Masami Hiramatsu1-3/+3
2009-08-27x86: Check awk features before generating inat-tables.cMasami Hiramatsu1-0/+20
2009-08-27x86: Instruction decoder APIMasami Hiramatsu1-0/+314