summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/insn.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-27arm64: Move instruction encoder/decoder under lib/Julien Thierry1-1458/+0
2021-05-27arm64: Move aarch32 condition check functionsJulien Thierry1-98/+0
2021-05-27arm64: Move patching utilities out of instruction encoding/decodingJulien Thierry1-146/+3
2020-09-14arm64: kprobe: disable probe of fault prone ptrauth instructionAmit Daniel Kachhap1-6/+0
2020-09-14arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap1-1/+4
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-10/+22
2020-05-11arm64: insn: Fix two bugs in encoding 32-bit logical immediatesLuke Nelson1-7/+7
2020-05-04arm64: insn: Report PAC and BTI instructions as skippableMark Brown1-0/+17
2020-05-04arm64: insn: Don't assume unrecognized HINTs are skippableMark Brown1-7/+3
2020-05-04arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown1-2/+1
2020-05-04arm64: insn: Add constants for new HINT instruction decodeMark Brown1-1/+1
2019-12-04arm64: insn: consistently handle exit textMark Rutland1-4/+18
2019-11-06arm64: insn: add encoder for MOV (register)Mark Rutland1-0/+13
2019-08-13arm64: constify aarch64_insn_encoding_class[]Mark Rutland1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-26bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann1-0/+40
2018-11-27arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel1-0/+29
2018-07-05arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon1-55/+1
2018-07-05arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon1-14/+4
2018-03-19arm64: insn: Allow ADD/SUB (immediate) with LSL #12Marc Zyngier1-2/+16
2018-03-19arm64; insn: Add encoder for the EXTR instructionMarc Zyngier1-0/+32
2018-03-19arm64: insn: Add encoder for bitwise operations using literalsMarc Zyngier1-0/+136
2018-03-19arm64: insn: Add N immediate encodingMarc Zyngier1-0/+4
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+3
2017-06-29arm64: fix endianness annotation for aarch64_insn_write()Luc Van Oostenryck1-3/+2
2017-06-29arm64: fix endianness annotation in aarch64_insn_read()Luc Van Oostenryck1-1/+1
2017-05-26arm64: Prevent cpu hotplug rwsem recursionThomas Gleixner1-2/+3
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann1-0/+106
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-0/+1
2017-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+30
2017-02-07arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott1-1/+1
2017-01-12arm64: Use __pa_symbol for kernel symbolsLaura Abbott1-1/+1
2017-01-10arm64: Add helper to decode register from instructionSuzuki K Poulose1-0/+29
2016-12-02arm64: Get rid of asm/opcodes.hMarc Zyngier1-1/+0
2016-09-09arm64: insn: Add helpers for adrp offsetsSuzuki K Poulose1-0/+13
2016-08-26arm64: always enable DEBUG_RODATA and remove the Kconfig optionMark Rutland1-1/+1
2016-07-19arm64: kprobes instruction simulation supportSandeepa Prabhu1-0/+1
2016-07-19arm64: add conditional instruction simulation supportDavid A. Long1-0/+98
2016-07-19arm64: Add more test functions to insn.cDavid A. Long1-0/+34
2016-04-14arm64: insn: avoid virt_to_page() translations on core kernel symbolsArd Biesheuvel1-1/+1
2016-01-17arm64: insn: remove BUG_ON from codegenZi Shen Lim1-53/+112
2015-10-05arm64: convert patch_lock to raw lockYang Shi1-3/+3
2015-07-27arm64: insn: use set_fixmap_offset to make it more clearyalin wang1-3/+2
2015-06-03arm64: insn: Add aarch64_{get,set}_branch_offsetMarc Zyngier1-0/+60
2015-03-30arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier1-16/+65
2015-02-26arm64: Fix text patching logic when using fixmapMarc Zyngier1-1/+3
2015-01-22arm64: use fixmap for text patchingLaura Abbott1-1/+46
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+26
2014-11-20arm64: Emulate CP15 Barrier instructionsPunit Agrawal1-0/+13