summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/insn.c
Commit message (Expand)AuthorAgeFilesLines
* arm64: Move instruction encoder/decoder under lib/Julien Thierry2021-05-271-1458/+0
* arm64: Move aarch32 condition check functionsJulien Thierry2021-05-271-98/+0
* arm64: Move patching utilities out of instruction encoding/decodingJulien Thierry2021-05-271-146/+3
* arm64: kprobe: disable probe of fault prone ptrauth instructionAmit Daniel Kachhap2020-09-141-6/+0
* arm64: kprobe: add checks for ARMv8.3-PAuth combined instructionsAmit Daniel Kachhap2020-09-141-1/+4
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
* Merge branch 'for-next/bti' into for-next/coreWill Deacon2020-05-281-10/+22
|\
| * arm64: insn: Report PAC and BTI instructions as skippableMark Brown2020-05-041-0/+17
| * arm64: insn: Don't assume unrecognized HINTs are skippableMark Brown2020-05-041-7/+3
| * arm64: insn: Provide a better name for aarch64_insn_is_nop()Mark Brown2020-05-041-2/+1
| * arm64: insn: Add constants for new HINT instruction decodeMark Brown2020-05-041-1/+1
* | arm64: insn: Fix two bugs in encoding 32-bit logical immediatesLuke Nelson2020-05-111-7/+7
|/
* arm64: insn: consistently handle exit textMark Rutland2019-12-041-4/+18
* arm64: insn: add encoder for MOV (register)Mark Rutland2019-11-061-0/+13
* arm64: constify aarch64_insn_encoding_class[]Mark Rutland2019-08-131-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann2019-04-261-0/+40
* arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel2018-11-271-0/+29
* arm64: insn: Don't fallback on nosync path for general insn patchingWill Deacon2018-07-051-55/+1
* arm64: IPI each CPU after invalidating the I-cache for kernel mappingsWill Deacon2018-07-051-14/+4
* arm64: insn: Allow ADD/SUB (immediate) with LSL #12Marc Zyngier2018-03-191-2/+16
* arm64; insn: Add encoder for the EXTR instructionMarc Zyngier2018-03-191-0/+32
* arm64: insn: Add encoder for bitwise operations using literalsMarc Zyngier2018-03-191-0/+136
* arm64: insn: Add N immediate encodingMarc Zyngier2018-03-191-0/+4
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-051-4/+3
|\
| * arm64: fix endianness annotation for aarch64_insn_write()Luc Van Oostenryck2017-06-291-3/+2
| * arm64: fix endianness annotation in aarch64_insn_read()Luc Van Oostenryck2017-06-291-1/+1
* | arm64: Prevent cpu hotplug rwsem recursionThomas Gleixner2017-05-261-2/+3
|/
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-021-0/+106
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-1/+30
|\
| * arm64: Use __pa_symbol for kernel symbolsLaura Abbott2017-01-121-1/+1
| * arm64: Add helper to decode register from instructionSuzuki K Poulose2017-01-101-0/+29
* | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONXLaura Abbott2017-02-071-1/+1
|/
* arm64: Get rid of asm/opcodes.hMarc Zyngier2016-12-021-1/+0
* arm64: insn: Add helpers for adrp offsetsSuzuki K Poulose2016-09-091-0/+13
* arm64: always enable DEBUG_RODATA and remove the Kconfig optionMark Rutland2016-08-261-1/+1
* arm64: kprobes instruction simulation supportSandeepa Prabhu2016-07-191-0/+1
* arm64: add conditional instruction simulation supportDavid A. Long2016-07-191-0/+98
* arm64: Add more test functions to insn.cDavid A. Long2016-07-191-0/+34
* arm64: insn: avoid virt_to_page() translations on core kernel symbolsArd Biesheuvel2016-04-141-1/+1
* arm64: insn: remove BUG_ON from codegenZi Shen Lim2016-01-171-53/+112
* arm64: convert patch_lock to raw lockYang Shi2015-10-051-3/+3
* arm64: insn: use set_fixmap_offset to make it more clearyalin wang2015-07-271-3/+2
* arm64: insn: Add aarch64_{get,set}_branch_offsetMarc Zyngier2015-06-031-0/+60
* arm64: insn: Add aarch64_insn_decode_immediateMarc Zyngier2015-03-301-16/+65
* arm64: Fix text patching logic when using fixmapMarc Zyngier2015-02-261-1/+3
* arm64: use fixmap for text patchingLaura Abbott2015-01-221-1/+46
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-12-091-0/+26
|\
| * arm64: Emulate CP15 Barrier instructionsPunit Agrawal2014-11-201-0/+13