aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/insn.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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