aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/insn.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06arm64: insn: add encoder for MOV (register)Mark Rutland1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-24arm64: insn: Add BUILD_BUG_ON() for invalid masksJean-Philippe Brucker1-5/+11
2019-05-24arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker1-1/+1
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann1-0/+8
2018-11-27arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel1-0/+8
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon1-2/+0
2018-03-19arm64; insn: Add encoder for the EXTR instructionMarc Zyngier1-0/+6
2018-03-19arm64: insn: Add encoder for bitwise operations using literalsMarc Zyngier1-0/+9
2018-03-19arm64: insn: Add N immediate encodingMarc Zyngier1-0/+1
2017-05-26arm64: Prevent cpu hotplug rwsem recursionThomas Gleixner1-1/+0
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann1-0/+30
2017-01-10arm64: Add helper to decode register from instructionSuzuki K Poulose1-0/+2
2016-09-09arm64: insn: Add helpers for adrp offsetsSuzuki K Poulose1-1/+10
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu1-0/+2
2016-07-19arm64: add conditional instruction simulation supportDavid A. Long1-0/+3
2016-07-19arm64: Add more test functions to insn.cDavid A. Long1-0/+36
2015-06-03arm64: insn: Add aarch64_{get,set}_branch_offsetMarc Zyngier1-0/+3
2015-03-30arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier1-0/+1
2015-02-23arm64: insn: fix compare-and-branch encodingsRobin Murphy1-2/+4
2014-11-20arm64: Emulate CP15 Barrier instructionsPunit Agrawal1-0/+2
2014-11-20arm64: Port SWP/SWPB emulation support from armPunit Agrawal1-0/+6
2014-11-20arm64: Add support for hooks to handle undefined instructionsPunit Agrawal1-0/+2
2014-09-08arm64: introduce aarch64_insn_gen_logical_shifted_reg()Zi Shen Lim1-0/+25
2014-09-08arm64: introduce aarch64_insn_gen_data3()Zi Shen Lim1-0/+14
2014-09-08arm64: introduce aarch64_insn_gen_data2()Zi Shen Lim1-0/+20
2014-09-08arm64: introduce aarch64_insn_gen_data1()Zi Shen Lim1-0/+13
2014-09-08arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()Zi Shen Lim1-0/+11
2014-09-08arm64: introduce aarch64_insn_gen_movewide()Zi Shen Lim1-0/+13
2014-09-08arm64: introduce aarch64_insn_gen_bitfield()Zi Shen Lim1-0/+16
2014-09-08arm64: introduce aarch64_insn_gen_add_sub_imm()Zi Shen Lim1-0/+16
2014-09-08arm64: introduce aarch64_insn_gen_load_store_pair()Zi Shen Lim1-0/+16
2014-09-08arm64: introduce aarch64_insn_gen_load_store_reg()Zi Shen Lim1-0/+20
2014-09-08arm64: introduce aarch64_insn_gen_cond_branch_imm()Zi Shen Lim1-0/+21
2014-09-08arm64: introduce aarch64_insn_gen_branch_reg()Zi Shen Lim1-0/+7
2014-09-08arm64: introduce aarch64_insn_gen_comp_branch_imm()Zi Shen Lim1-0/+57
2014-05-29arm64: add __ASSEMBLY__ in asm/insn.hAKASHI Takahiro1-0/+2
2014-01-08arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functionsJiang Liu1-0/+10
2014-01-08arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu1-0/+13
2014-01-08arm64: introduce interfaces to hotpatch kernel and module codeJiang Liu1-1/+9
2014-01-08arm64: introduce basic aarch64 instruction decoding helpersJiang Liu1-0/+77