summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp32.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+6
* powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao2021-07-051-3/+11
* powerpc/bpf: Use bctrl for making function callsNaveen N. Rao2021-06-251-2/+2
* powerpc/ebpf32: Use _Rx macros instead of __REG_Rx onesChristophe Leroy2021-06-161-109/+109
* powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy2021-04-211-5/+11
* powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy2021-04-211-20/+19
* powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy2021-04-211-2/+2
* powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy2021-04-031-2/+28
* powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy2021-04-031-0/+1069