| Commit message (Expand) | Author | Age | Files | Lines |
* | riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values | Björn Töpel | 2023-10-09 | 1 | -4/+9 |
* | riscv, bpf: Sign-extend return values | Björn Töpel | 2023-10-09 | 1 | -2/+3 |
* | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan | 2023-09-06 | 3 | -28/+141 |
* | riscv, bpf: Support unconditional bswap insn | Pu Lehui | 2023-08-24 | 1 | -0/+1 |
* | riscv, bpf: Support signed div/mod insns | Pu Lehui | 2023-08-24 | 2 | -6/+40 |
* | riscv, bpf: Support 32-bit offset jmp insn | Pu Lehui | 2023-08-24 | 1 | -1/+5 |
* | riscv, bpf: Support sign-extension mov insns | Pu Lehui | 2023-08-24 | 1 | -1/+13 |
* | riscv, bpf: Support sign-extension load insns | Pu Lehui | 2023-08-24 | 2 | -8/+48 |
* | riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W | Pu Lehui | 2023-08-24 | 1 | -6/+3 |
* | riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework | Pu Lehui | 2023-08-02 | 1 | -71/+82 |
* | riscv, bpf: Fix inconsistent JIT image generation | Björn Töpel | 2023-07-11 | 2 | -9/+16 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-09 | 1 | -0/+1 |
|\ |
|
| * | riscv, bpf: Fix patch_text implicit declaration | Randy Dunlap | 2023-02-27 | 1 | -0/+1 |
* | | riscv, bpf: Add kfunc support for RV64 | Pu Lehui | 2023-02-22 | 1 | -0/+5 |
|/ |
|
* | riscv, bpf: Add bpf trampoline support for RV64 | Pu Lehui | 2023-02-17 | 1 | -0/+317 |
* | riscv, bpf: Add bpf_arch_text_poke support for RV64 | Pu Lehui | 2023-02-17 | 2 | -2/+91 |
* | riscv, bpf: Factor out emit_call for kernel and bpf context | Pu Lehui | 2023-02-17 | 1 | -17/+13 |
* | riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC | Pu Lehui | 2022-12-06 | 1 | -1/+28 |
* | bpf, riscv: Support riscv jit to provide bpf_line_info | Pu Lehui | 2022-06-02 | 2 | -1/+8 |
* | riscv, bpf: Implement more atomic operations for RV64 | Pu Lehui | 2022-04-11 | 2 | -24/+153 |
* | riscv: bpf: Fix eBPF's exception tables | Jisheng Zhang | 2022-01-19 | 1 | -1/+1 |
* | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-01-19 | 1 | -5/+4 |
|\ |
|
| * | riscv: extable: add `type` and `data` fields | Jisheng Zhang | 2022-01-05 | 1 | -2/+3 |
| * | riscv: extable: make fixup_exception() return bool | Jisheng Zhang | 2022-01-05 | 1 | -3/+3 |
| * | riscv: bpf: move rv_bpf_fixup_exception signature to extable.h | Jisheng Zhang | 2022-01-05 | 1 | -2/+0 |
* | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 2021-11-16 | 2 | -8/+5 |
|/ |
|
* | riscv, bpf: Fix RV32 broken build, and silence RV64 warning | Björn Töpel | 2021-11-05 | 1 | -0/+2 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-11-01 | 3 | -43/+164 |
|\ |
|
| * | riscv, bpf: Increase the maximum number of iterations | Björn Töpel | 2021-11-01 | 1 | -1/+1 |
| * | riscv, bpf: Add BPF exception tables | Tong Tiangen | 2021-10-28 | 3 | -42/+163 |
* | | riscv, bpf: Fix potential NULL dereference | Björn Töpel | 2021-10-28 | 1 | -1/+2 |
* | | bpf: Define bpf_jit_alloc_exec_limit for riscv JIT | Lorenz Bauer | 2021-10-22 | 1 | -0/+5 |
|/ |
|
* | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2021-07-29 | 2 | -0/+8 |
* | riscv: bpf: Avoid breaking W^X | Jisheng Zhang | 2021-04-26 | 1 | -1/+2 |
* | riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core | Jisheng Zhang | 2021-04-26 | 2 | -13/+13 |
* | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2021-01-14 | 2 | -8/+28 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -2/+2 |
* | bpf, riscv: Use compressed instructions in the rv64 JIT | Luke Nelson | 2020-07-21 | 1 | -134/+147 |
* | bpf, riscv: Add encodings for compressed instructions | Luke Nelson | 2020-07-21 | 1 | -0/+452 |
* | bpf, riscv: Modify JIT ctx to support compressed instructions | Luke Nelson | 2020-07-21 | 4 | -19/+44 |
* | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64 | Luke Nelson | 2020-05-06 | 1 | -8/+19 |
* | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64 | Luke Nelson | 2020-05-06 | 1 | -5/+10 |
* | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64 | Luke Nelson | 2020-05-06 | 1 | -6/+14 |
* | bpf, riscv: Enable missing verifier_zext optimizations on RV64 | Luke Nelson | 2020-05-06 | 1 | -4/+4 |
* | bpf, riscv: Fix stack layout of JITed code on RV32 | Luke Nelson | 2020-04-30 | 1 | -33/+65 |
* | bpf, riscv: Fix tail call count off by one in RV32 BPF JIT | Luke Nelson | 2020-04-26 | 1 | -2/+3 |
* | riscv, bpf: Fix offset range checking for auipc+jalr on RV64 | Luke Nelson | 2020-04-08 | 1 | -17/+32 |
* | riscv, bpf: Add RV32G eBPF JIT | Luke Nelson | 2020-03-05 | 3 | -1/+1365 |
* | riscv, bpf: Factor common RISC-V JIT code | Luke Nelson | 2020-03-05 | 4 | -601/+639 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-12-27 | 1 | -238/+293 |
|\ |
|