aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-07powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao1-1/+1
2021-10-07powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_ENDNaveen N. Rao1-1/+1
2021-10-07powerpc/bpf ppc32: Fix JMP32_JSET_KNaveen N. Rao1-1/+1
2021-10-07powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operationNaveen N. Rao1-1/+1
2021-10-07powerpc/bpf: Validate branch rangesNaveen N. Rao1-2/+6
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+6
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-16powerpc/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 PPC32Christophe Leroy1-2/+28
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy1-0/+1069