aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06bpf: take advantage of stack_depth tracking in powerpc JITSandipan Das1-6/+10
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+1
2017-08-17powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao1-5/+1
2017-08-09bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann1-0/+20
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau1-0/+1
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov1-1/+1
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-8/+8
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-0/+1
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann1-2/+0
2017-01-25powerpc/bpf: Flush the entire JIT bufferNaveen N. Rao1-2/+2
2017-01-25powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann1-8/+8
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+2
2016-10-04powerpc/bpf: Add support for bpf constant blindingNaveen N. Rao1-7/+29
2016-10-04powerpc/bpf: Implement support for tail callsNaveen N. Rao1-28/+121
2016-10-04powerpc/bpf: Introduce accessors for using the tmp local stack spaceNaveen N. Rao1-35/+44
2016-06-24powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao1-0/+954