Age | Commit message (Expand) | Author |
2024-05-02 | x86/insn: Add support for APX EVEX instructions to the opcode map | Adrian Hunter |
2024-05-02 | x86/insn: Add support for APX EVEX to the instruction decoder logic | Adrian Hunter |
2024-05-02 | x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op... | Adrian Hunter |
2024-05-02 | x86/insn: Add support for REX2 prefix to the instruction decoder logic | Adrian Hunter |
2024-05-02 | x86/insn: Add misc new Intel instructions | Adrian Hunter |
2024-05-02 | x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS | Adrian Hunter |
2024-05-02 | x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map | Adrian Hunter |
2024-05-02 | x86/insn: Add Key Locker instructions to the opcode map | Chang S. Bae |
2024-03-11 | Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-03-11 | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-02-22 | x86/insn: Directly assign x86_64 state in insn_init() | Nikolay Borisov |
2024-02-22 | x86/insn: Remove superfluous checks from instruction decoding routines | Nikolay Borisov |
2024-01-31 | x86/opcode: Add ERET[US] instructions to the x86 opcode map | H. Peter Anvin (Intel) |
2024-01-30 | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench' | Arnaldo Carvalho de Melo |
2024-01-25 | x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support | Xin Li |
2023-05-17 | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench' | Arnaldo Carvalho de Melo |
2023-03-10 | Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu... | Linus Torvalds |
2023-03-03 | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench' | Arnaldo Carvalho de Melo |
2023-01-12 | x86/opcode: Add the LKGS instruction to x86-opcode-map | H. Peter Anvin (Intel) |
2022-10-25 | tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench' | Arnaldo Carvalho de Melo |
2022-03-21 | Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-02-22 | x86: clean up symbol aliasing | Mark Rutland |
2022-01-23 | x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoder | Adrian Hunter |
2022-01-23 | x86/insn: Add misc instructions to x86 instruction decoder | Adrian Hunter |
2022-01-23 | x86/insn: Add AMX instructions to the x86 instruction decoder | Adrian Hunter |
2022-01-13 | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ... | Arnaldo Carvalho de Melo |
2021-10-06 | x86/insn: Use get_unaligned() instead of memcpy() | Borislav Petkov |
2021-09-24 | x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accesses | Numfor Mbiziwo-Tiapo |
2021-05-10 | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ... | Arnaldo Carvalho de Melo |
2021-03-17 | tools/insn: Restore the relative include paths for cross building | Borislav Petkov |
2021-03-15 | x86/insn: Make insn_complete() static | Borislav Petkov |
2021-03-15 | x86/insn: Add an insn_decode() API | Borislav Petkov |
2021-03-15 | x86/insn: Add a __ignore_sync_check__ marker | Borislav Petkov |
2021-03-15 | x86/insn: Add @buf_len param to insn_init() kernel-doc comment | Borislav Petkov |
2021-01-13 | x86/insn: Fix vector instruction decoding on big endian cross-compiles | Vasily Gorbik |
2021-01-13 | x86/insn: Support big endian cross-compiles | Martin Schwidefsky |
2020-11-12 | tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ... | Arnaldo Carvalho de Melo |
2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams |
2020-07-03 | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' | Arnaldo Carvalho de Melo |
2020-03-26 | x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode map | Yu-cheng Yu |
2020-01-22 | x86/decoder: Add TEST opcode to Group3-2 | Masami Hiramatsu |
2019-12-02 | perf bench: Update the copies of x86's mem{cpy,set}_64.S | Arnaldo Carvalho de Melo |
2019-11-26 | x86/insn: Add some more Intel instructions to the opcode map | Adrian Hunter |
2019-11-25 | Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c... | Ingo Molnar |
2019-11-18 | x86/insn: Add some Intel instructions to the opcode map | Adrian Hunter |
2019-10-17 | x86: xen: insn: Decode Xen and KVM emulate-prefix signature | Masami Hiramatsu |
2019-08-31 | perf intel-pt: Use shared x86 insn decoder | Josh Poimboeuf |
2019-08-31 | objtool: Move x86 insn decoder to a common location | Josh Poimboeuf |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner |
2019-05-15 | tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' | Arnaldo Carvalho de Melo |