summaryrefslogtreecommitdiffstats
path: root/arch/sparc/net/bpf_jit_comp_64.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu2022-02-081-1/+1
* bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-1/+1
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+3
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-3/+14
* sparc: bpf: eliminate zero extension code-genJiong Wang2019-05-241-2/+27
* bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau2018-12-201-0/+1
* sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller2018-11-271-1/+7
* sparc: Correct ctx->saw_frame_pointer logic.David Miller2018-11-261-0/+12
* sparc: Fix JIT fused branch convergance.David Miller2018-11-261-28/+49
* bpf, sparc: remove unused variableDaniel Borkmann2018-05-141-1/+0
* bpf, sparc64: remove ld_abs/ld_indDaniel Borkmann2018-05-031-77/+2
* bpf, sparc64: remove obsolete exception handling from div/modDaniel Borkmann2018-01-261-18/+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/bpf/bpf-nextDavid S. Miller2017-12-271-4/+40
|\
| * bpf: sparc64: Add JIT support for multi-function programs.David Miller2017-12-231-4/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-2/+4
|\ \ | |/ |/|
| * bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann2017-12-151-2/+4
* | bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+34
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
* bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller2017-05-311-2/+7
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-1/+1
* sparc64: Fix BPF JIT wrt. branches and ldimm64 instructions.David S. Miller2017-05-011-1/+2
* sparc64: Improve 64-bit constant loading in eBPF JIT.David S. Miller2017-04-241-4/+245
* sparc64: Support cbcond instructions in eBPF JIT.David S. Miller2017-04-241-54/+184
* sparc64: Add eBPF JIT.David S. Miller2017-04-221-1/+1194
* sparc: Split BPF JIT into 32-bit and 64-bit.David S. Miller2017-04-221-0/+1