| Age | Commit message (Expand) | Author |
| 2025-08-15 | riscv, bpf: Add support arena atomics for RV64 | Pu Lehui |
| 2025-08-15 | riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling | Pu Lehui |
| 2025-08-15 | riscv, bpf: Optimize cmpxchg insn with Zacas support | Pu Lehui |
| 2025-08-15 | riscv, bpf: Add Zacas instructions | Pu Lehui |
| 2025-08-15 | riscv, bpf: Add rv_ext_enabled macro for runtime detection extentsion | Pu Lehui |
| 2025-05-09 | bpf, riscv64: Support load-acquire and store-release instructions | Andrea Parri |
| 2024-06-03 | riscv, bpf: Introduce shift add helper with Zba optimization | Xiao Wang |
| 2024-05-24 | riscv, bpf: Optimize zextw insn with Zba extension | Xiao Wang |
| 2024-05-12 | riscv, bpf: Fix typo in comment | Xiao Wang |
| 2024-04-04 | bpf, riscv: Implement bpf_addr_space_cast instruction | Puranjay Mohan |
| 2024-04-04 | bpf, riscv: Implement PROBE_MEM32 pseudo instructions | Puranjay Mohan |
| 2024-03-06 | bpf, riscv64/cfi: Support kCFI + BPF on riscv64 | Puranjay Mohan |
| 2024-01-29 | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui |
| 2024-01-29 | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui |
| 2024-01-29 | riscv, bpf: Add necessary Zbb instructions | Pu Lehui |
| 2024-01-29 | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui |
| 2024-01-29 | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui |
| 2023-09-06 | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan |
| 2023-08-24 | riscv, bpf: Support signed div/mod insns | Pu Lehui |
| 2023-08-24 | riscv, bpf: Support sign-extension load insns | Pu Lehui |
| 2023-07-11 | riscv, bpf: Fix inconsistent JIT image generation | Björn Töpel |
| 2023-02-17 | riscv, bpf: Add bpf_arch_text_poke support for RV64 | Pu Lehui |
| 2022-06-02 | bpf, riscv: Support riscv jit to provide bpf_line_info | Pu Lehui |
| 2022-04-11 | riscv, bpf: Implement more atomic operations for RV64 | Pu Lehui |
| 2021-10-28 | riscv, bpf: Add BPF exception tables | Tong Tiangen |
| 2020-07-21 | bpf, riscv: Add encodings for compressed instructions | Luke Nelson |
| 2020-07-21 | bpf, riscv: Modify JIT ctx to support compressed instructions | Luke Nelson |
| 2020-03-05 | riscv, bpf: Add RV32G eBPF JIT | Luke Nelson |
| 2020-03-05 | riscv, bpf: Factor common RISC-V JIT code | Luke Nelson |