| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2021-06-30 | 1 | -13/+6 |
|\ |
|
| * | bpf, arm64: Remove redundant switch case about BPF_DIV and BPF_MOD | Tiezhu Yang | 2021-05-18 | 1 | -9/+4 |
| * | bpf, arm64: Replace STACK_ALIGN() with round_up() to align stack size | Tiezhu Yang | 2021-05-12 | 1 | -4/+2 |
* | | arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h> | Mark Rutland | 2021-06-11 | 1 | -0/+1 |
|/ |
|
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2021-01-14 | 1 | -4/+12 |
* | arm64: bpf: Fix branch offset in JIT | Ilias Apalodimas | 2020-09-17 | 1 | -12/+31 |
* | bpf, arm64: Add BPF exception tables | Jean-Philippe Brucker | 2020-07-31 | 1 | -6/+87 |
* | Merge branch 'for-next/bti' into for-next/core | Will Deacon | 2020-05-28 | 2 | -0/+20 |
|\ |
|
| * | arm64: bpf: Annotate JITed code for BTI | Mark Brown | 2020-05-07 | 2 | -0/+20 |
* | | bpf, arm64: Optimize ADD,SUB,JMP BPF_K using arm64 add/sub immediates | Luke Nelson | 2020-05-11 | 2 | -6/+38 |
* | | bpf, arm64: Optimize AND,OR,XOR,JSET BPF_K using arm64 logical immediates | Luke Nelson | 2020-05-11 | 2 | -8/+43 |
|/ |
|
* | arm64: bpf: optimize modulo operation | Jerin Jacob | 2019-09-03 | 2 | -4/+5 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-07-08 | 1 | -1/+1 |
|\ |
|
| * | arm64: bpf: do not allocate executable memory | Ard Biesheuvel | 2019-06-24 | 1 | -1/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 2 | -24/+2 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | bpf, arm64: use more scalable stadd over ldxr / stxr loop in xadd | Daniel Borkmann | 2019-04-26 | 2 | -9/+23 |
* | bpf, arm64: remove prefetch insn in xadd mapping | Daniel Borkmann | 2019-04-26 | 2 | -7/+0 |
* | arm64: bpf: implement jitting of JMP32 | Jiong Wang | 2019-01-26 | 1 | -7/+30 |
* | bpf: arm64: Enable arm64 jit to provide bpf_line_info | Martin KaFai Lau | 2018-12-12 | 1 | -0/+1 |
* | arm64/bpf: don't allocate BPF JIT programs in module memory | Ard Biesheuvel | 2018-12-05 | 1 | -0/+13 |
* | arm64/bpf: use movn/movk/movk sequence to generate kernel addresses | Ard Biesheuvel | 2018-11-30 | 1 | -11/+6 |
* | bpf, arm64: fix getting subprog addr from aux for calls | Daniel Borkmann | 2018-11-26 | 1 | -9/+17 |
* | bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf | Daniel Borkmann | 2018-05-14 | 1 | -10/+13 |
* | bpf, arm64: optimize 32/64 immediate emission | Daniel Borkmann | 2018-05-14 | 1 | -31/+54 |
* | bpf, arm64: save 4 bytes of unneeded stack space | Daniel Borkmann | 2018-05-14 | 1 | -5/+2 |
* | bpf, arm64: remove ld_abs/ld_ind | Daniel Borkmann | 2018-05-03 | 1 | -65/+0 |
* | bpf, arm64: fix out of bounds access in tail call | Daniel Borkmann | 2018-02-22 | 1 | -2/+3 |
* | bpf, arm64: remove obsolete exception handling from div/mod | Daniel Borkmann | 2018-01-26 | 1 | -13/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-20 | 1 | -2/+0 |
|\ |
|
| * | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2018-01-19 | 1 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-19 | 1 | -9/+11 |
|\ \
| |/
|/| |
|
| * | bpf, arm64: fix stack_depth tracking in combination with tail calls | Daniel Borkmann | 2018-01-16 | 1 | -9/+11 |
* | | bpf: arm64: fix uninitialized variable | Alexei Starovoitov | 2017-12-19 | 1 | -0/+1 |
* | | bpf: arm64: add JIT support for multi-function programs | Alexei Starovoitov | 2017-12-17 | 1 | -4/+64 |
* | | bpf: fix net.core.bpf_jit_enable race | Alexei Starovoitov | 2017-12-17 | 1 | -1/+1 |
|/ |
|
* | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2017-08-09 | 2 | -0/+24 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-07-05 | 1 | -3/+3 |
|\ |
|
| * | arm64: fix endianness annotation for 'struct jit_ctx' and friends | Luc Van Oostenryck | 2017-06-30 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-15 | 1 | -2/+5 |
|\ \ |
|
| * | | bpf, arm64: use separate register for state in stxr | Daniel Borkmann | 2017-06-07 | 1 | -2/+5 |
| |/ |
|
* | | bpf, arm64: take advantage of stack_depth tracking | Daniel Borkmann | 2017-06-11 | 1 | -11/+11 |
* | | bpf: Add jited_len to struct bpf_prog | Martin KaFai Lau | 2017-06-06 | 1 | -0/+1 |
* | | bpf: free up BPF_JMP | BPF_CALL | BPF_X opcode | Alexei Starovoitov | 2017-05-31 | 1 | -1/+1 |
|/ |
|
* | bpf, arm64: fix faulty emission of map access in tail calls | Daniel Borkmann | 2017-05-11 | 1 | -2/+3 |
* | arm64: use set_memory.h header | Laura Abbott | 2017-05-08 | 1 | -0/+1 |
* | bpf, arm64: fix jit branch offset related to ldimm64 | Daniel Borkmann | 2017-05-02 | 1 | -4/+4 |
* | bpf, arm64: implement jiting of BPF_XADD | Daniel Borkmann | 2017-05-02 | 2 | -5/+30 |
* | bpf, x86_64/arm64: remove old ldimm64 artifacts from jits | Daniel Borkmann | 2017-04-28 | 1 | -9/+0 |
* | bpf: fix unlocking of jited image when module ronx not set | Daniel Borkmann | 2017-02-21 | 1 | -1/+1 |