summaryrefslogtreecommitdiff
path: root/arch/riscv/net/bpf_jit_comp64.c
AgeCommit message (Expand)Author
2021-11-05riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel
2021-10-28riscv, bpf: Add BPF exception tablesTong Tiangen
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-04-26riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman
2020-07-21bpf, riscv: Use compressed instructions in the rv64 JITLuke Nelson
2020-07-21bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson
2020-05-06bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson
2020-05-06bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson
2020-05-06bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson
2020-05-06bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson
2020-04-08riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson
2020-03-05riscv, bpf: Factor common RISC-V JIT codeLuke Nelson