Age | Commit message (Expand) | Author | Files | Lines |
2024-06-03 | riscv, bpf: Introduce shift add helper with Zba optimization | Xiao Wang | 1 | -0/+33 |
2024-05-24 | riscv, bpf: Optimize zextw insn with Zba extension | Xiao Wang | 1 | -0/+18 |
2024-05-13 | riscv, bpf: Fix typo in comment | Xiao Wang | 1 | -2/+2 |
2024-04-04 | bpf, riscv: Implement bpf_addr_space_cast instruction | Puranjay Mohan | 1 | -0/+1 |
2024-04-04 | bpf, riscv: Implement PROBE_MEM32 pseudo instructions | Puranjay Mohan | 1 | -0/+1 |
2024-03-07 | bpf, riscv64/cfi: Support kCFI + BPF on riscv64 | Puranjay Mohan | 1 | -1/+1 |
2024-01-29 | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui | 1 | -0/+69 |
2024-01-29 | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui | 1 | -0/+22 |
2024-01-29 | riscv, bpf: Add necessary Zbb instructions | Pu Lehui | 1 | -0/+32 |
2024-01-29 | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui | 1 | -0/+6 |
2024-01-29 | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui | 1 | -0/+5 |
2023-09-06 | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan | 1 | -0/+3 |
2023-08-24 | riscv, bpf: Support signed div/mod insns | Pu Lehui | 1 | -0/+20 |
2023-08-24 | riscv, bpf: Support sign-extension load insns | Pu Lehui | 1 | -0/+10 |
2023-07-11 | riscv, bpf: Fix inconsistent JIT image generation | Björn Töpel | 1 | -3/+3 |
2023-02-17 | riscv, bpf: Add bpf_arch_text_poke support for RV64 | Pu Lehui | 1 | -0/+5 |
2022-06-03 | bpf, riscv: Support riscv jit to provide bpf_line_info | Pu Lehui | 1 | -0/+1 |
2022-04-11 | riscv, bpf: Implement more atomic operations for RV64 | Pu Lehui | 1 | -0/+67 |
2021-10-28 | riscv, bpf: Add BPF exception tables | Tong Tiangen | 1 | -0/+1 |
2020-07-21 | bpf, riscv: Add encodings for compressed instructions | Luke Nelson | 1 | -0/+452 |
2020-07-21 | bpf, riscv: Modify JIT ctx to support compressed instructions | Luke Nelson | 1 | -3/+28 |
2020-03-05 | riscv, bpf: Add RV32G eBPF JIT | Luke Nelson | 1 | -0/+48 |
2020-03-05 | riscv, bpf: Factor common RISC-V JIT code | Luke Nelson | 1 | -0/+466 |