aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29powerpc/bpf/64: Add instructions for atomic_[cmp]xchgHari Bathini1-5/+34
2022-06-29powerpc/bpf/64: add support for atomic fetch operationsHari Bathini1-1/+13
2022-06-29powerpc/bpf/64: add support for BPF_ATOMIC bitwise operationsHari Bathini1-28/+29
2022-05-19powerpc: Finalise cleanup around ABI useChristophe Leroy1-2/+2
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy1-2/+2
2022-03-08powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64Naveen N. Rao1-46/+47
2022-03-08powerpc64/bpf: Store temp registers' bpf to ppc mappingJordan Niethe1-111/+86
2022-03-08powerpc/bpf: Use _Rn macros for GPRsNaveen N. Rao1-34/+34
2022-03-08powerpc/bpf: Move bpf_jit64.h into bpf_jit_comp64.cNaveen N. Rao1-1/+53
2022-03-08powerpc64/bpf: Get rid of PPC_BPF_[LL|STL|STLU] macrosNaveen N. Rao1-6/+15
2022-03-08powerpc64/bpf: Convert some of the uses of PPC_BPF_[LL|STL] to PPC_BPF_[LD|STD]Naveen N. Rao1-11/+11
2022-03-08powerpc64/bpf: Optimize instruction sequence used for function callsNaveen N. Rao1-17/+13
2022-03-08powerpc64/bpf elfv1: Do not load TOC before calling functionsNaveen N. Rao1-19/+20
2022-03-08powerpc64/bpf elfv2: Setup kernel TOC in r2 on entryNaveen N. Rao1-8/+8
2022-03-08powerpc64/bpf: Do not save/restore LR on each call to bpf_stf_barrier()Naveen N. Rao1-2/+1
2022-03-08powerpc/bpf: Handle large branch ranges with BPF_EXITNaveen N. Rao1-2/+5
2022-03-08powerpc/bpf: Emit a single branch instruction for known short branch rangesNaveen N. Rao1-4/+4
2022-01-15powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao1-9/+13
2022-01-15powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao1-1/+6
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-15/+57
2021-11-25bpf ppc64: Access only if addr is kernel addressRavi Bangoria1-0/+26
2021-11-25bpf ppc64: Add BPF_PROBE_MEM support for JITRavi Bangoria1-1/+12
2021-11-25bpf powerpc: refactor JIT compiler codeHari Bathini1-13/+18
2021-11-25bpf powerpc: Remove extra_pass from bpf_jit_build_body()Ravi Bangoria1-2/+2
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang1-2/+2
2021-10-07powerpc/bpf: Emit stf barrier instruction sequences for BPF_NOSPECNaveen N. Rao1-4/+51
2021-10-07powerpc/bpf: Fix BPF_SUB when imm == 0x80000000Naveen N. Rao1-10/+17
2021-10-07powerpc/bpf: Fix BPF_MOD when imm == 1Naveen N. Rao1-2/+8
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: Fix detecting BPF atomic instructionsNaveen N. Rao1-2/+2
2021-06-25powerpc/bpf: Use bctrl for making function callsNaveen N. Rao1-6/+6
2021-06-16powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy1-1/+1
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32Christophe Leroy1-0/+4
2021-04-03powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy1-258/+5
2021-04-03powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy1-16/+0
2021-04-03powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy1-8/+8
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman1-5/+20
2020-07-16powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S1-138/+140
2020-07-16powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S1-10/+10
2019-11-02powerpc/bpf: Fix tail call implementationEric Dumazet1-0/+13
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+5
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2019-06-13powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
2019-05-24powerpc: bpf: eliminate zero extension code-genJiong Wang1-3/+33
2019-03-16powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao1-6/+6
2019-02-01bpf: powerpc64: add JIT support for bpf line infoSandipan Das1-0/+1
2019-01-26ppc: bpf: implement jitting of JMP32Jiong Wang1-14/+106
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+6