Age | Commit message (Expand) | Author | Files | Lines |
2024-04-16 | riscv, bpf: Fix incorrect runtime stats | Xu Kuohai | 1 | -3/+3 |
2024-03-25 | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi | Pu Lehui | 1 | -0/+16 |
2024-03-07 | bpf, riscv64/cfi: Support kCFI + BPF on riscv64 | Puranjay Mohan | 4 | -7/+20 |
2024-02-01 | riscv, bpf: Enable inline bpf_kptr_xchg() for RV64 | Pu Lehui | 1 | -0/+5 |
2024-01-29 | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui | 2 | -48/+71 |
2024-01-29 | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui | 2 | -2/+25 |
2024-01-29 | riscv, bpf: Add necessary Zbb instructions | Pu Lehui | 1 | -0/+32 |
2024-01-29 | riscv, bpf: Simplify sext and zext logics in branch instructions | Pu Lehui | 1 | -48/+31 |
2024-01-29 | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui | 2 | -43/+43 |
2024-01-29 | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui | 2 | -5/+10 |
2024-01-24 | riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops | Pu Lehui | 1 | -2/+3 |
2023-12-07 | bpf: Use arch_bpf_trampoline_size | Song Liu | 1 | -7/+0 |
2023-12-07 | bpf: Add arch_bpf_trampoline_size() | Song Liu | 1 | -5/+17 |
2023-10-09 | riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values | Björn Töpel | 1 | -4/+9 |
2023-10-09 | riscv, bpf: Sign-extend return values | Björn Töpel | 1 | -2/+3 |
2023-09-06 | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan | 3 | -28/+141 |
2023-08-24 | riscv, bpf: Support unconditional bswap insn | Pu Lehui | 1 | -0/+1 |
2023-08-24 | riscv, bpf: Support signed div/mod insns | Pu Lehui | 2 | -6/+40 |
2023-08-24 | riscv, bpf: Support 32-bit offset jmp insn | Pu Lehui | 1 | -1/+5 |
2023-08-24 | riscv, bpf: Support sign-extension mov insns | Pu Lehui | 1 | -1/+13 |
2023-08-24 | riscv, bpf: Support sign-extension load insns | Pu Lehui | 2 | -8/+48 |
2023-08-24 | riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W | Pu Lehui | 1 | -6/+3 |
2023-08-03 | riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework | Pu Lehui | 1 | -71/+82 |
2023-07-11 | riscv, bpf: Fix inconsistent JIT image generation | Björn Töpel | 2 | -9/+16 |
2023-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2023-02-28 | riscv, bpf: Fix patch_text implicit declaration | Randy Dunlap | 1 | -0/+1 |
2023-02-23 | riscv, bpf: Add kfunc support for RV64 | Pu Lehui | 1 | -0/+5 |
2023-02-17 | riscv, bpf: Add bpf trampoline support for RV64 | Pu Lehui | 1 | -0/+317 |
2023-02-17 | riscv, bpf: Add bpf_arch_text_poke support for RV64 | Pu Lehui | 2 | -2/+91 |
2023-02-17 | riscv, bpf: Factor out emit_call for kernel and bpf context | Pu Lehui | 1 | -17/+13 |
2022-12-06 | riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC | Pu Lehui | 1 | -1/+28 |
2022-06-03 | bpf, riscv: Support riscv jit to provide bpf_line_info | Pu Lehui | 2 | -1/+8 |
2022-04-11 | riscv, bpf: Implement more atomic operations for RV64 | Pu Lehui | 2 | -24/+153 |
2022-01-19 | riscv: bpf: Fix eBPF's exception tables | Jisheng Zhang | 1 | -1/+1 |
2022-01-19 | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+4 |
2022-01-06 | riscv: extable: add `type` and `data` fields | Jisheng Zhang | 1 | -2/+3 |
2022-01-06 | riscv: extable: make fixup_exception() return bool | Jisheng Zhang | 1 | -3/+3 |
2022-01-06 | riscv: bpf: move rv_bpf_fixup_exception signature to extable.h | Jisheng Zhang | 1 | -2/+0 |
2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 2 | -8/+5 |
2021-11-05 | riscv, bpf: Fix RV32 broken build, and silence RV64 warning | Björn Töpel | 1 | -0/+2 |
2021-11-02 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 3 | -43/+164 |
2021-11-01 | riscv, bpf: Increase the maximum number of iterations | Björn Töpel | 1 | -1/+1 |
2021-10-28 | riscv, bpf: Fix potential NULL dereference | Björn Töpel | 1 | -1/+2 |
2021-10-28 | riscv, bpf: Add BPF exception tables | Tong Tiangen | 3 | -42/+163 |
2021-10-23 | bpf: Define bpf_jit_alloc_exec_limit for riscv JIT | Lorenz Bauer | 1 | -0/+5 |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2 | -0/+8 |
2021-04-26 | riscv: bpf: Avoid breaking W^X | Jisheng Zhang | 1 | -1/+2 |
2021-04-26 | riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core | Jisheng Zhang | 2 | -13/+13 |
2021-01-15 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2 | -8/+28 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |