| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, arm64: inline bpf_get_smp_processor_id() helper | Puranjay Mohan | 2024-05-13 | 1 | -0/+1 |
* | arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | 2024-05-13 | 1 | -0/+7 |
* | arm64: insn: Add encoders for LDRSB/LDRSH/LDRSW | Xu Kuohai | 2023-08-18 | 1 | -0/+4 |
* | arm64: insn: Add helpers for BTI | Mark Rutland | 2023-01-24 | 1 | -0/+1 |
* | arm64: insn: always inline hint generation | Mark Rutland | 2022-11-15 | 1 | -2/+12 |
* | arm64: insn: simplify insn group identification | Mark Rutland | 2022-11-15 | 1 | -25/+17 |
* | arm64: insn: always inline predicates | Mark Rutland | 2022-11-15 | 1 | -16/+80 |
* | arm64: insn: remove aarch64_insn_gen_prefetch() | Mark Rutland | 2022-11-15 | 1 | -4/+0 |
* | arm64: Add LDR (literal) instruction | Xu Kuohai | 2022-07-11 | 1 | -0/+3 |
* | arm64, insn: Add ldr/str with immediate offset | Xu Kuohai | 2022-04-01 | 1 | -0/+9 |
* | Merge branch 'for-next/spectre-bhb' into for-next/core | Will Deacon | 2022-03-14 | 1 | -0/+1 |
|\ |
|
| * | arm64: Use the clearbhb instruction in mitigations | James Morse | 2022-02-24 | 1 | -0/+1 |
* | | arm64: insn: add encoders for atomic operations | Hou Tao | 2022-02-22 | 1 | -7/+73 |
|/ |
|
* | arm64: insn: avoid circular include dependency | Mark Rutland | 2021-06-21 | 1 | -4/+1 |
* | arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h> | Mark Rutland | 2021-06-11 | 1 | -0/+3 |
* | arm64: insn: decouple patching from insn code | Mark Rutland | 2021-06-11 | 1 | -1/+0 |
* | arm64: insn: Add load/store decoding helpers | Julien Thierry | 2021-05-27 | 1 | -0/+28 |
* | arm64: insn: Add some opcodes to instruction decoder | Julien Thierry | 2021-05-27 | 1 | -0/+9 |
* | arm64: insn: Add barrier encodings | Julien Thierry | 2021-05-27 | 1 | -0/+21 |
* | arm64: insn: Add SVE instruction class | Julien Thierry | 2021-05-27 | 1 | -0/+1 |
* | arm64: Move aarch32 condition check functions | Julien Thierry | 2021-05-27 | 1 | -0/+1 |
* | arm64: Move patching utilities out of instruction encoding/decoding | Julien Thierry | 2021-05-27 | 1 | -5/+1 |
* | arm64: alternatives: Split up alternative.h | Will Deacon | 2020-11-09 | 1 | -2/+1 |
* | arm64: kprobe: add checks for ARMv8.3-PAuth combined instructions | Amit Daniel Kachhap | 2020-09-14 | 1 | -0/+4 |
* | arm64: insn: Provide a better name for aarch64_insn_is_nop() | Mark Brown | 2020-05-04 | 1 | -1/+1 |
* | arm64: insn: Add constants for new HINT instruction decode | Mark Brown | 2020-05-04 | 1 | -2/+26 |
* | arm64: insn: add encoder for MOV (register) | Mark Rutland | 2019-11-06 | 1 | -0/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
* | arm64: insn: Add BUILD_BUG_ON() for invalid masks | Jean-Philippe Brucker | 2019-05-24 | 1 | -5/+11 |
* | arm64: insn: Fix ldadd instruction encoding | Jean-Philippe Brucker | 2019-05-24 | 1 | -1/+1 |
* | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd | Daniel Borkmann | 2019-04-27 | 1 | -0/+8 |
* | arm64/insn: add support for emitting ADR/ADRP instructions | Ard Biesheuvel | 2018-11-27 | 1 | -0/+8 |
* | arm64: insn: Don't fallback on nosync path for general insn patching | Will Deacon | 2018-07-05 | 1 | -2/+0 |
* | arm64; insn: Add encoder for the EXTR instruction | Marc Zyngier | 2018-03-19 | 1 | -0/+6 |
* | arm64: insn: Add encoder for bitwise operations using literals | Marc Zyngier | 2018-03-19 | 1 | -0/+9 |
* | arm64: insn: Add N immediate encoding | Marc Zyngier | 2018-03-19 | 1 | -0/+1 |
* | arm64: Prevent cpu hotplug rwsem recursion | Thomas Gleixner | 2017-05-26 | 1 | -1/+0 |
* | bpf, arm64: implement jiting of BPF_XADD | Daniel Borkmann | 2017-05-02 | 1 | -0/+30 |
* | arm64: Add helper to decode register from instruction | Suzuki K Poulose | 2017-01-10 | 1 | -0/+2 |
* | arm64: insn: Add helpers for adrp offsets | Suzuki K Poulose | 2016-09-09 | 1 | -1/+10 |
* | arm64: Kprobes with single stepping support | Sandeepa Prabhu | 2016-07-19 | 1 | -0/+2 |
* | arm64: add conditional instruction simulation support | David A. Long | 2016-07-19 | 1 | -0/+3 |
* | arm64: Add more test functions to insn.c | David A. Long | 2016-07-19 | 1 | -0/+36 |
* | arm64: insn: Add aarch64_{get,set}_branch_offset | Marc Zyngier | 2015-06-03 | 1 | -0/+3 |
* | arm64: insn: Add aarch64_insn_decode_immediate | Marc Zyngier | 2015-03-30 | 1 | -0/+1 |
* | arm64: insn: fix compare-and-branch encodings | Robin Murphy | 2015-02-23 | 1 | -2/+4 |
* | arm64: Emulate CP15 Barrier instructions | Punit Agrawal | 2014-11-20 | 1 | -0/+2 |
* | arm64: Port SWP/SWPB emulation support from arm | Punit Agrawal | 2014-11-20 | 1 | -0/+6 |
* | arm64: Add support for hooks to handle undefined instructions | Punit Agrawal | 2014-11-20 | 1 | -0/+2 |
* | arm64: introduce aarch64_insn_gen_logical_shifted_reg() | Zi Shen Lim | 2014-09-08 | 1 | -0/+25 |