index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
arch
/
x86
/
lib
/
insn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/insn: Directly assign x86_64 state in insn_init()
Nikolay Borisov
2024-02-22
1
-1
/
+1
*
x86/insn: Remove superfluous checks from instruction decoding routines
Nikolay Borisov
2024-02-22
1
-35
/
+21
*
x86/insn: Use get_unaligned() instead of memcpy()
Borislav Petkov
2021-10-06
1
-2
/
+3
*
x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accesses
Numfor Mbiziwo-Tiapo
2021-09-24
1
-2
/
+2
*
tools/insn: Restore the relative include paths for cross building
Borislav Petkov
2021-03-17
1
-3
/
+3
*
x86/insn: Make insn_complete() static
Borislav Petkov
2021-03-15
1
-0
/
+7
*
x86/insn: Add an insn_decode() API
Borislav Petkov
2021-03-15
1
-48
/
+174
*
x86/insn: Add a __ignore_sync_check__ marker
Borislav Petkov
2021-03-15
1
-3
/
+3
*
x86/insn: Add @buf_len param to insn_init() kernel-doc comment
Borislav Petkov
2021-03-15
1
-0
/
+1
*
x86/insn: Fix vector instruction decoding on big endian cross-compiles
Vasily Gorbik
2021-01-14
1
-9
/
+9
*
x86/insn: Support big endian cross-compiles
Martin Schwidefsky
2021-01-14
1
-54
/
+47
*
x86: xen: insn: Decode Xen and KVM emulate-prefix signature
Masami Hiramatsu
2019-10-17
1
-0
/
+34
*
perf intel-pt: Use shared x86 insn decoder
Josh Poimboeuf
2019-09-01
1
-2
/
+2
*
objtool: Move x86 insn decoder to a common location
Josh Poimboeuf
2019-09-01
1
-0
/
+593