index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
insn.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
arm64: insn: Provide a better name for aarch64_insn_is_nop()
Mark Brown
1
-1
/
+1
2020-05-04
arm64: insn: Add constants for new HINT instruction decode
Mark Brown
1
-2
/
+26
2019-11-06
arm64: insn: add encoder for MOV (register)
Mark Rutland
1
-0
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-05-24
arm64: insn: Add BUILD_BUG_ON() for invalid masks
Jean-Philippe Brucker
1
-5
/
+11
2019-05-24
arm64: insn: Fix ldadd instruction encoding
Jean-Philippe Brucker
1
-1
/
+1
2019-04-27
bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd
Daniel Borkmann
1
-0
/
+8
2018-11-27
arm64/insn: add support for emitting ADR/ADRP instructions
Ard Biesheuvel
1
-0
/
+8
2018-07-05
arm64: insn: Don't fallback on nosync path for general insn patching
Will Deacon
1
-2
/
+0
2018-03-19
arm64; insn: Add encoder for the EXTR instruction
Marc Zyngier
1
-0
/
+6
2018-03-19
arm64: insn: Add encoder for bitwise operations using literals
Marc Zyngier
1
-0
/
+9
2018-03-19
arm64: insn: Add N immediate encoding
Marc Zyngier
1
-0
/
+1
2017-05-26
arm64: Prevent cpu hotplug rwsem recursion
Thomas Gleixner
1
-1
/
+0
2017-05-02
bpf, arm64: implement jiting of BPF_XADD
Daniel Borkmann
1
-0
/
+30
2017-01-10
arm64: Add helper to decode register from instruction
Suzuki K Poulose
1
-0
/
+2
2016-09-09
arm64: insn: Add helpers for adrp offsets
Suzuki K Poulose
1
-1
/
+10
2016-07-19
arm64: Kprobes with single stepping support
Sandeepa Prabhu
1
-0
/
+2
2016-07-19
arm64: add conditional instruction simulation support
David A. Long
1
-0
/
+3
2016-07-19
arm64: Add more test functions to insn.c
David A. Long
1
-0
/
+36
2015-06-03
arm64: insn: Add aarch64_{get,set}_branch_offset
Marc Zyngier
1
-0
/
+3
2015-03-30
arm64: insn: Add aarch64_insn_decode_immediate
Marc Zyngier
1
-0
/
+1
2015-02-23
arm64: insn: fix compare-and-branch encodings
Robin Murphy
1
-2
/
+4
2014-11-20
arm64: Emulate CP15 Barrier instructions
Punit Agrawal
1
-0
/
+2
2014-11-20
arm64: Port SWP/SWPB emulation support from arm
Punit Agrawal
1
-0
/
+6
2014-11-20
arm64: Add support for hooks to handle undefined instructions
Punit Agrawal
1
-0
/
+2
2014-09-08
arm64: introduce aarch64_insn_gen_logical_shifted_reg()
Zi Shen Lim
1
-0
/
+25
2014-09-08
arm64: introduce aarch64_insn_gen_data3()
Zi Shen Lim
1
-0
/
+14
2014-09-08
arm64: introduce aarch64_insn_gen_data2()
Zi Shen Lim
1
-0
/
+20
2014-09-08
arm64: introduce aarch64_insn_gen_data1()
Zi Shen Lim
1
-0
/
+13
2014-09-08
arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()
Zi Shen Lim
1
-0
/
+11
2014-09-08
arm64: introduce aarch64_insn_gen_movewide()
Zi Shen Lim
1
-0
/
+13
2014-09-08
arm64: introduce aarch64_insn_gen_bitfield()
Zi Shen Lim
1
-0
/
+16
2014-09-08
arm64: introduce aarch64_insn_gen_add_sub_imm()
Zi Shen Lim
1
-0
/
+16
2014-09-08
arm64: introduce aarch64_insn_gen_load_store_pair()
Zi Shen Lim
1
-0
/
+16
2014-09-08
arm64: introduce aarch64_insn_gen_load_store_reg()
Zi Shen Lim
1
-0
/
+20
2014-09-08
arm64: introduce aarch64_insn_gen_cond_branch_imm()
Zi Shen Lim
1
-0
/
+21
2014-09-08
arm64: introduce aarch64_insn_gen_branch_reg()
Zi Shen Lim
1
-0
/
+7
2014-09-08
arm64: introduce aarch64_insn_gen_comp_branch_imm()
Zi Shen Lim
1
-0
/
+57
2014-05-29
arm64: add __ASSEMBLY__ in asm/insn.h
AKASHI Takahiro
1
-0
/
+2
2014-01-08
arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions
Jiang Liu
1
-0
/
+10
2014-01-08
arm64: move encode_insn_immediate() from module.c to insn.c
Jiang Liu
1
-0
/
+13
2014-01-08
arm64: introduce interfaces to hotpatch kernel and module code
Jiang Liu
1
-1
/
+9
2014-01-08
arm64: introduce basic aarch64 instruction decoding helpers
Jiang Liu
1
-0
/
+77