summaryrefslogtreecommitdiffstats
path: root/tools/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2018-08-201-1/+1
* tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'Arnaldo Carvalho de Melo2018-07-301-58/+54
* tools/headers: Synchronize kernel ABI headersIngo Molnar2017-11-041-1/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* tools arch: Sync arch/x86/lib/memcpy_64.S with the kernelArnaldo Carvalho de Melo2017-04-241-1/+1
* perf bench mem: Sync memcpy assembly sources with the kernelArnaldo Carvalho de Melo2016-10-051-3/+3
* perf bench: Copy kernel files needed to build mem{cpy,set} x86_64 benchmarksArnaldo Carvalho de Melo2016-07-122-0/+435