index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
arch
/
x86
/
lib
/
insn.c
Age
Commit message (
Expand
)
Author
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
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-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
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