summaryrefslogtreecommitdiffstats
path: root/tools/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86/insn: Add support for APX EVEX instructions to the opcode mapAdrian Hunter2024-05-021-0/+93
* x86/insn: Add support for APX EVEX to the instruction decoder logicAdrian Hunter2024-05-021-0/+4
* x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...Adrian Hunter2024-05-021-72/+76
* x86/insn: Add support for REX2 prefix to the instruction decoder logicAdrian Hunter2024-05-021-0/+25
* x86/insn: Add misc new Intel instructionsAdrian Hunter2024-05-021-12/+45
* x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter2024-05-021-4/+4
* x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter2024-05-021-1/+1
* x86/insn: Add Key Locker instructions to the opcode mapChang S. Bae2024-05-021-4/+7
* Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-111-36/+22
|\
| * x86/insn: Directly assign x86_64 state in insn_init()Nikolay Borisov2024-02-221-1/+1
| * x86/insn: Remove superfluous checks from instruction decoding routinesNikolay Borisov2024-02-221-35/+21
* | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-2/+2
|\ \ | |/ |/|
| * x86/opcode: Add ERET[US] instructions to the x86 opcode mapH. Peter Anvin (Intel)2024-01-311-1/+1
| * x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction supportXin Li2024-01-251-1/+1
* | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2024-01-302-4/+4
|/
* tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-172-60/+21
* Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu...Linus Torvalds2023-03-102-4/+5
|\
| * tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-03-032-4/+5
* | x86/opcode: Add the LKGS instruction to x86-opcode-mapH. Peter Anvin (Intel)2023-01-121-0/+1
|/
* tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'Arnaldo Carvalho de Melo2022-10-251-1/+1
* Merge tag 'x86_misc_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-211-13/+98
|\
| * x86/insn: Add AVX512-FP16 instructions to the x86 instruction decoderAdrian Hunter2022-01-231-8/+87
| * x86/insn: Add misc instructions to x86 instruction decoderAdrian Hunter2022-01-231-3/+3
| * x86/insn: Add AMX instructions to the x86 instruction decoderAdrian Hunter2022-01-231-2/+8
* | x86: clean up symbol aliasingMark Rutland2022-02-222-8/+8
|/
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2022-01-132-9/+9
* x86/insn: Use get_unaligned() instead of memcpy()Borislav Petkov2021-10-061-2/+3
* x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo2021-09-241-2/+2
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2021-05-102-2/+2
* tools/insn: Restore the relative include paths for cross buildingBorislav Petkov2021-03-171-3/+3
* x86/insn: Make insn_complete() staticBorislav Petkov2021-03-151-0/+7
* x86/insn: Add an insn_decode() APIBorislav Petkov2021-03-151-48/+174
* x86/insn: Add a __ignore_sync_check__ markerBorislav Petkov2021-03-152-4/+4
* x86/insn: Add @buf_len param to insn_init() kernel-doc commentBorislav Petkov2021-03-151-0/+1
* x86/insn: Fix vector instruction decoding on big endian cross-compilesVasily Gorbik2021-01-131-9/+9
* x86/insn: Support big endian cross-compilesMartin Schwidefsky2021-01-131-54/+47
* tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo2020-11-122-10/+9
* x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams2020-10-061-115/+0
* tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2020-07-031-0/+4
* x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode mapYu-cheng Yu2020-03-261-6/+11
* x86/decoder: Add TEST opcode to Group3-2Masami Hiramatsu2020-01-221-1/+1
* perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo2019-12-022-18/+18
* x86/insn: Add some more Intel instructions to the opcode mapAdrian Hunter2019-11-261-12/+32
* Merge branch 'x86/core' into perf/core, to resolve conflicts and to pick up c...Ingo Molnar2019-11-251-0/+34
|\
| * x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu2019-10-171-0/+34
* | x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-11-181-6/+12
|/
* perf intel-pt: Use shared x86 insn decoderJosh Poimboeuf2019-08-312-3/+3
* objtool: Move x86 insn decoder to a common locationJosh Poimboeuf2019-08-313-0/+1748
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2019-05-151-1/+2