index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
insn.c
Age
Commit message (
Expand
)
Author
2025-05-06
x86/insn: Stop decoding i64 instructions in x86-64 mode at opcode
Masami Hiramatsu (Google)
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-05-02
x86/insn: Add support for APX EVEX to the instruction decoder logic
Adrian Hunter
2024-05-02
x86/insn: Add support for REX2 prefix to the instruction decoder logic
Adrian Hunter
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-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-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2016-07-21
x86/insn: Add AVX-512 support to the instruction decoder
Adrian Hunter
2016-03-03
x86/asm/decoder: Use explicitly signed chars
Josh Poimboeuf
2015-02-19
x86/asm/decoder: Fix and enforce max instruction size in the insn decoder
Andy Lutomirski
2015-02-18
x86/asm/decoder: Create artificial 3rd byte for 2-byte VEX
Denys Vlasenko
2015-01-09
x86: Fix off-by-one in instruction decoder
Peter Zijlstra
2014-11-18
x86: Remove arbitrary instruction size limit in instruction decoder
Dave Hansen
2012-10-02
UAPI: x86: Fix insn_sanity build failure after UAPI split
David Howells
2012-04-16
x86: Handle failures of parsing immediate operands in the instruction decoder
Masami Hiramatsu
2012-02-11
x86: Fix to decode grouped AVX with VEX pp bits
Masami Hiramatsu
2011-12-05
x86: Fix instruction decoder to handle grouped AVX instructions
Masami Hiramatsu
2011-10-10
x86: Fix insn decoder for longer instruction
Masami Hiramatsu
2009-10-29
x86: AVX instruction set decoder support
Masami Hiramatsu
2009-10-29
x86: Merge INAT_REXPFX into INAT_PFX_*
Masami Hiramatsu
2009-08-27
x86: Instruction decoder API
Masami Hiramatsu