summaryrefslogtreecommitdiffstats
path: root/arch/riscv/net/bpf_jit_core.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan2023-09-061-16/+90
* riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2023-07-111-6/+13
* bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui2022-06-021-1/+7
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-011-7/+14
|\
| * riscv, bpf: Increase the maximum number of iterationsBjörn Töpel2021-11-011-1/+1
| * riscv, bpf: Add BPF exception tablesTong Tiangen2021-10-281-6/+13
* | riscv, bpf: Fix potential NULL dereferenceBjörn Töpel2021-10-281-1/+2
* | bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer2021-10-221-0/+5
|/
* riscv: bpf: Avoid breaking W^XJisheng Zhang2021-04-261-1/+2
* riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang2021-04-261-0/+13
* bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson2020-07-211-3/+3
* riscv, bpf: Factor common RISC-V JIT codeLuke Nelson2020-03-051-0/+166