| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, arm64: Support signed div/mod instructions | Xu Kuohai | 2023-08-18 | 1 | -0/+1 |
* | bpf, arm64: Support sign-extension mov instructions | Xu Kuohai | 2023-08-18 | 1 | -0/+5 |
* | bpf, arm64: Support sign-extension load instructions | Xu Kuohai | 2023-08-18 | 1 | -0/+6 |
* | bpf, arm64: Fixed a BTI error on returning to patched function | Xu Kuohai | 2023-04-03 | 1 | -0/+4 |
* | bpf, arm64: Implement bpf_arch_text_poke() for arm64 | Xu Kuohai | 2022-07-11 | 1 | -0/+7 |
* | bpf, arm64: Sign return address for JITed code | Xu Kuohai | 2022-04-06 | 1 | -0/+3 |
* | bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset) | Xu Kuohai | 2022-04-01 | 1 | -0/+14 |
* | bpf, arm64: Support more atomic operations | Hou Tao | 2022-02-28 | 1 | -4/+35 |
* | arm64: insn: add encoders for atomic operations | Hou Tao | 2022-02-22 | 1 | -2/+9 |
* | Merge branch 'for-next/bti' into for-next/core | Will Deacon | 2020-05-28 | 1 | -0/+8 |
|\ |
|
| * | arm64: bpf: Annotate JITed code for BTI | Mark Brown | 2020-05-07 | 1 | -0/+8 |
* | | bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates | Luke Nelson | 2020-05-11 | 1 | -0/+8 |
* | | bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediates | Luke Nelson | 2020-05-11 | 1 | -0/+14 |
|/ |
|
* | arm64: bpf: optimize modulo operation | Jerin Jacob | 2019-09-03 | 1 | -0/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
* | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd | Daniel Borkmann | 2019-04-26 | 1 | -0/+4 |
* | bpf, arm64: remove prefetch insn in xadd mapping | Daniel Borkmann | 2019-04-26 | 1 | -6/+0 |
* | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-09 | 1 | -0/+4 |
* | bpf, arm64: implement jiting of BPF_XADD | Daniel Borkmann | 2017-05-02 | 1 | -0/+19 |
* | arm64: bpf: implement bpf_tail_call() helper | Zi Shen Lim | 2016-06-10 | 1 | -1/+2 |
* | arm64: bpf: fix div-by-zero case | Zi Shen Lim | 2015-11-06 | 1 | -1/+2 |
* | arm64: bpf: fix endianness conversion bugs | Xi Wang | 2015-06-26 | 1 | -0/+4 |
* | arm64: bpf: add 'shift by register' instructions | Zi Shen Lim | 2014-10-20 | 1 | -2/+6 |
* | arm64: eBPF JIT compiler | Zi Shen Lim | 2014-09-08 | 1 | -0/+169 |