index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
insn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-45
/
+171
*
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
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
x86/insn: Add AVX-512 support to the instruction decoder
Adrian Hunter
2016-07-21
1
-3
/
+15
*
x86/asm/decoder: Use explicitly signed chars
Josh Poimboeuf
2016-03-03
1
-3
/
+3
*
x86/asm/decoder: Fix and enforce max instruction size in the insn decoder
Andy Lutomirski
2015-02-19
1
-0
/
+7
*
x86/asm/decoder: Create artificial 3rd byte for 2-byte VEX
Denys Vlasenko
2015-02-18
1
-0
/
+6
*
x86: Fix off-by-one in instruction decoder
Peter Zijlstra
2015-01-09
1
-1
/
+1
*
x86: Remove arbitrary instruction size limit in instruction decoder
Dave Hansen
2014-11-18
1
-2
/
+3
*
UAPI: x86: Fix insn_sanity build failure after UAPI split
David Howells
2012-10-02
1
-0
/
+4
*
x86: Handle failures of parsing immediate operands in the instruction decoder
Masami Hiramatsu
2012-04-16
1
-17
/
+36
*
x86: Fix to decode grouped AVX with VEX pp bits
Masami Hiramatsu
2012-02-11
1
-6
/
+7
*
x86: Fix instruction decoder to handle grouped AVX instructions
Masami Hiramatsu
2011-12-05
1
-1
/
+3
*
x86: Fix insn decoder for longer instruction
Masami Hiramatsu
2011-10-10
1
-5
/
+43
*
x86: AVX instruction set decoder support
Masami Hiramatsu
2009-10-29
1
-0
/
+52
*
x86: Merge INAT_REXPFX into INAT_PFX_*
Masami Hiramatsu
2009-10-29
1
-1
/
+1
*
x86: Instruction decoder API
Masami Hiramatsu
2009-08-27
1
-0
/
+464