summaryrefslogtreecommitdiff
path: root/arch/arm64/net/bpf_jit.h
AgeCommit message (Expand)Author
2023-08-18bpf, arm64: Support signed div/mod instructionsXu Kuohai
2023-08-18bpf, arm64: Support sign-extension mov instructionsXu Kuohai
2023-08-18bpf, arm64: Support sign-extension load instructionsXu Kuohai
2023-04-03bpf, arm64: Fixed a BTI error on returning to patched functionXu Kuohai
2022-07-11bpf, arm64: Implement bpf_arch_text_poke() for arm64Xu Kuohai
2022-04-06bpf, arm64: Sign return address for JITed codeXu Kuohai
2022-04-01bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset)Xu Kuohai
2022-02-28bpf, arm64: Support more atomic operationsHou Tao
2022-02-22arm64: insn: add encoders for atomic operationsHou Tao
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon
2020-05-11bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediatesLuke Nelson
2020-05-11bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediatesLuke Nelson
2020-05-07arm64: bpf: Annotate JITed code for BTIMark Brown
2019-09-03arm64: bpf: optimize modulo operationJerin Jacob
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
2019-04-26bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann
2017-08-09bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann
2016-06-10arm64: bpf: implement bpf_tail_call() helperZi Shen Lim
2015-11-06arm64: bpf: fix div-by-zero caseZi Shen Lim
2015-06-26arm64: bpf: fix endianness conversion bugsXi Wang
2014-10-20arm64: bpf: add 'shift by register' instructionsZi Shen Lim
2014-09-08arm64: eBPF JIT compilerZi Shen Lim