aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/net/bpf_jit_comp_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-20bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau1-0/+1
2018-11-27sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller1-1/+7
2018-11-26sparc: Correct ctx->saw_frame_pointer logic.David Miller1-0/+12
2018-11-26sparc: Fix JIT fused branch convergance.David Miller1-28/+49
2018-05-14bpf, sparc: remove unused variableDaniel Borkmann1-1/+0
2018-05-03bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann1-77/+2
2018-01-26bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann1-18/+0
2018-01-19bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann1-2/+0
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-4/+40
2017-12-23bpf: sparc64: Add JIT support for multi-function programs.David Miller1-4/+40
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-1/+1
2017-12-15bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann1-0/+34
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau1-0/+1
2017-05-31bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller1-2/+7
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov1-1/+1
2017-05-01sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller1-1/+2
2017-04-24sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller1-4/+245
2017-04-24sparc64: Support cbcond instructions in eBPF JIT.David S. Miller1-54/+184
2017-04-22sparc64: Add eBPF JIT.David S. Miller1-1/+1194
2017-04-22sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller1-0/+1