Age | Commit message (Expand) | Author |
2020-05-28 | Merge branch 'for-next/bti' into for-next/core | Will Deacon |
2020-05-11 | bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates | Luke Nelson |
2020-05-11 | bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediates | Luke Nelson |
2020-05-07 | arm64: bpf: Annotate JITed code for BTI | Mark Brown |
2019-09-03 | arm64: bpf: optimize modulo operation | Jerin Jacob |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner |
2019-04-26 | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd | Daniel Borkmann |
2019-04-26 | bpf, arm64: remove prefetch insn in xadd mapping | Daniel Borkmann |
2017-08-09 | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann |
2017-05-02 | bpf, arm64: implement jiting of BPF_XADD | Daniel Borkmann |
2016-06-10 | arm64: bpf: implement bpf_tail_call() helper | Zi Shen Lim |
2015-11-06 | arm64: bpf: fix div-by-zero case | Zi Shen Lim |
2015-06-26 | arm64: bpf: fix endianness conversion bugs | Xi Wang |
2014-10-20 | arm64: bpf: add 'shift by register' instructions | Zi Shen Lim |
2014-09-08 | arm64: eBPF JIT compiler | Zi Shen Lim |