summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net/bpf_jit.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann2019-04-271-0/+4
* bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2019-04-271-6/+0Star
* bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-101-0/+4
* bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann2017-05-021-0/+19
* arm64: bpf: implement bpf_tail_call() helperZi Shen Lim2016-06-111-1/+2
* arm64: bpf: fix div-by-zero caseZi Shen Lim2015-11-061-1/+2
* arm64: bpf: fix endianness conversion bugsXi Wang2015-06-261-0/+4
* arm64: bpf: add 'shift by register' instructionsZi Shen Lim2014-10-201-2/+6
* arm64: eBPF JIT compilerZi Shen Lim2014-09-081-0/+169