Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-22 | sparc64: Add eBPF JIT. | David S. Miller | 1 | -7/+0 | |
This is an eBPF JIT for sparc64. All major features are supported. All tests under tools/testing/selftests/bpf/ pass. Signed-off-by: David S. Miller <davem@davemloft.net> | |||||
2017-04-22 | sparc: Split BPF JIT into 32-bit and 64-bit. | David S. Miller | 1 | -0/+208 | |
This is in preparation for adding the 64-bit eBPF JIT. Signed-off-by: David S. Miller <davem@davemloft.net> |