summaryrefslogtreecommitdiffstats
path: root/arch/riscv/net/bpf_jit_comp32.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-4/+2
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+4
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-4/+16
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson2020-07-211-7/+7
* bpf, riscv: Fix stack layout of JITed code on RV32Luke Nelson2020-04-301-33/+65
* bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson2020-04-261-2/+3
* riscv, bpf: Add RV32G eBPF JITLuke Nelson2020-03-051-0/+1310