summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp32.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/bpf/32: Add instructions for atomic_[cmp]xchgHari Bathini2022-06-291-3/+22
* powerpc/bpf/32: add support for BPF_ATOMIC bitwise operationsHari Bathini2022-06-291-12/+41
* powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64Naveen N. Rao2022-03-081-47/+43
* powerpc/bpf: Use _Rn macros for GPRsNaveen N. Rao2022-03-081-15/+15
* powerpc/bpf: Cleanup bpf_jit.hNaveen N. Rao2022-03-081-0/+2
* powerpc/bpf: Rename PPC_BL_ABS() to PPC_BL()Naveen N. Rao2022-03-081-1/+1
* powerpc64/bpf elfv1: Do not load TOC before calling functionsNaveen N. Rao2022-03-081-2/+6
* powerpc/bpf: Handle large branch ranges with BPF_EXITNaveen N. Rao2022-03-081-2/+5
* powerpc/bpf: Emit a single branch instruction for known short branch rangesNaveen N. Rao2022-03-081-4/+4
* powerpc/bpf: Always reallocate BPF_REG_5, BPF_REG_AX and TMP_REG when possibleChristophe Leroy2022-02-121-3/+11
* powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao2022-01-151-0/+6
* powerpc32/bpf: Fix codegen for bpf-to-bpf callsNaveen N. Rao2022-01-151-0/+3
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-141-16/+85
|\
| * bpf ppc32: Access only if addr is kernel addressHari Bathini2021-11-251-0/+34
| * bpf ppc32: Add BPF_PROBE_MEM support for JITHari Bathini2021-11-251-0/+30
| * bpf ppc64: Add BPF_PROBE_MEM support for JITRavi Bangoria2021-11-251-1/+1
| * bpf powerpc: refactor JIT compiler codeHari Bathini2021-11-251-14/+19
| * bpf powerpc: Remove extra_pass from bpf_jit_build_body()Ravi Bangoria2021-11-251-2/+2
* | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-2/+2
|/
* powerpc/bpf ppc32: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao2021-10-071-1/+1
* powerpc/bpf ppc32: Do not emit zero extend instruction for 64-bit BPF_ENDNaveen N. Rao2021-10-071-1/+1
* powerpc/bpf ppc32: Fix JMP32_JSET_KNaveen N. Rao2021-10-071-1/+1
* powerpc/bpf ppc32: Fix ALU32 BPF_ARSH operationNaveen N. Rao2021-10-071-1/+1
* powerpc/bpf: Validate branch rangesNaveen N. Rao2021-10-071-2/+6
* 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