summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/net/bpf_jit_comp64.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+6
* powerpc/bpf: Fix detecting BPF atomic instructionsNaveen N. Rao2021-07-051-2/+2
* powerpc/bpf: Use bctrl for making function callsNaveen N. Rao2021-06-251-6/+6
* powerpc/ebpf64: Use PPC_RAW_MFLR()Christophe Leroy2021-06-161-1/+1
* powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy2021-04-031-0/+4
* powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy2021-04-031-258/+5
* powerpc/bpf: Move common helpers into bpf_jit.hChristophe Leroy2021-04-031-16/+0
* powerpc/bpf: Change register numbering for bpf_set/is_seen_register()Christophe Leroy2021-04-031-8/+8
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-5/+20
* powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.hBalamuruhan S2020-07-161-138/+140
* powerpc/bpf_jit: Reuse instruction macros from ppc-opcode.hBalamuruhan S2020-07-161-10/+10
* powerpc/bpf: Fix tail call implementationEric Dumazet2019-11-021-0/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-9/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-4/+4
| |\
| | * powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao2019-06-131-4/+4
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
| |/
* / powerpc: bpf: eliminate zero extension code-genJiong Wang2019-05-241-3/+33
|/
* powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao2019-03-161-6/+6
* bpf: powerpc64: add JIT support for bpf line infoSandipan Das2019-02-011-0/+1
* ppc: bpf: implement jitting of JMP32Jiong Wang2019-01-261-14/+106
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-101-0/+6
|\
| * ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang2018-12-071-0/+6
* | bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das2018-12-031-0/+66
|/
* bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann2018-11-261-19/+38
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-0/+1
|\
| * powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* | bpf, ppc64: fix unexpected r0=0 exit path inside bpf_xaddDaniel Borkmann2018-07-191-24/+5
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* bpf: powerpc64: add JIT support for multi-function programsSandipan Das2018-05-241-10/+66
* bpf: powerpc64: pad function address loads with NOPsSandipan Das2018-05-241-11/+23
* bpf, ppc64: remove ld_abs/ld_indDaniel Borkmann2018-05-031-108/+1
* bpf, ppc64: fix out of bounds access in tail callDaniel Borkmann2018-02-261-0/+1
* bpf, ppc64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-8/+0
* bpf: get rid of pure_initcall dependency to enable jitsDaniel Borkmann2018-01-191-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-2/+4
|\
| * bpf, ppc64: do not reload skb pointers in non-skb contextDaniel Borkmann2017-12-151-2/+4
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
|/
* bpf: take advantage of stack_depth tracking in powerpc JITSandipan Das2017-11-061-6/+10
* Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-071-5/+1
|\
| * powerpc/bpf: Use memset32() to pre-fill traps in BPF page(s)Naveen N. Rao2017-08-171-5/+1
* | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+20
|/
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
* Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-02-221-8/+8
|\
| * powerpc/bpf: Flush the entire JIT bufferNaveen N. Rao2017-01-251-2/+2
| * powerpc/bpf: Remove redundant check for non-null imageDaniel Borkmann2017-01-251-8/+8
* | bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+1
* | bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-2/+0
|/
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+2
* powerpc/bpf: Add support for bpf constant blindingNaveen N. Rao2016-10-041-7/+29