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