Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-27 | 1 | -0/+4 |
* | bpf, arm64: remove prefetch insn in xadd mapping | Daniel Borkmann | 2019-04-27 | 1 | -6/+0 |
* | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-10 | 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-11 | 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 |