summaryrefslogtreecommitdiff
path: root/arch/riscv/net/bpf_jit_comp64.c
AgeCommit message (Expand)Author
2023-10-09riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel
2023-10-09riscv, bpf: Sign-extend return valuesBjörn Töpel
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan
2023-08-24riscv, bpf: Support unconditional bswap insnPu Lehui
2023-08-24riscv, bpf: Support signed div/mod insnsPu Lehui
2023-08-24riscv, bpf: Support 32-bit offset jmp insnPu Lehui
2023-08-24riscv, bpf: Support sign-extension mov insnsPu Lehui
2023-08-24riscv, bpf: Support sign-extension load insnsPu Lehui
2023-08-24riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui
2023-08-02riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace frameworkPu Lehui
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-27riscv, bpf: Fix patch_text implicit declarationRandy Dunlap
2023-02-22riscv, bpf: Add kfunc support for RV64Pu Lehui
2023-02-17riscv, bpf: Add bpf trampoline support for RV64Pu Lehui
2023-02-17riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui
2023-02-17riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui
2022-12-06riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui
2022-04-11riscv, bpf: Implement more atomic operations for RV64Pu Lehui
2022-01-19riscv: bpf: Fix eBPF's exception tablesJisheng Zhang
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang
2022-01-05riscv: extable: make fixup_exception() return boolJisheng Zhang
2022-01-05riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang
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