Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-04 | bpf, sparc64: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -1/+4 | |
Since LD_ABS/LD_IND instructions are now removed from the core and reimplemented through a combination of inlined BPF instructions and a slow-path helper, we can get rid of the complexity from sparc64 JIT. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Alexei Starovoitov <ast@kernel.org> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Alexei Starovoitov <ast@kernel.org> | |||||
2017-04-22 | sparc: Split BPF JIT into 32-bit and 64-bit. | David S. Miller | 1 | -1/+1 | |
This is in preparation for adding the 64-bit eBPF JIT. Signed-off-by: David S. Miller <davem@davemloft.net> | |||||
2012-04-17 | net: filter: Just In Time compiler for sparc | David S. Miller | 1 | -0/+4 | |
Signed-off-by: David S. Miller <davem@davemloft.net> |