summaryrefslogtreecommitdiff
path: root/arch/powerpc/net/bpf_jit_comp32.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-05powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao1-3/+11
2021-06-25powerpc/bpf: Use bctrl for making function callsNaveen N. Rao1-2/+2
2021-06-15powerpc/ebpf32: Use _Rx macros instead of __REG_Rx onesChristophe Leroy1-109/+109
2021-04-21powerpc/ebpf32: Use standard function call for functions within 32M distanceChristophe Leroy1-5/+11
2021-04-21powerpc/ebpf32: Rework 64 bits shifts to avoid tests and branchesChristophe Leroy1-20/+19
2021-04-21powerpc/ebpf32: Fix comment on BPF_ALU{64} | BPF_LSH | BPF_KChristophe Leroy1-2/+2
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy1-2/+28
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy1-0/+1069