Age | Commit message (Expand) | Author | Files | Lines |
2022-12-06 | riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC |  Pu Lehui | 1 | -1/+28 |
2022-04-11 | riscv, bpf: Implement more atomic operations for RV64 |  Pu Lehui | 1 | -24/+86 |
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/kernel/git/riscv/linux |  Linus Torvalds | 1 | -5/+4 |
2022-01-05 | riscv: extable: add `type` and `data` fields |  Jisheng Zhang | 1 | -2/+3 |
2022-01-05 | riscv: extable: make fixup_exception() return bool |  Jisheng Zhang | 1 | -3/+3 |
2022-01-05 | 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 | 1 | -4/+3 |
2021-11-05 | riscv, bpf: Fix RV32 broken build, and silence RV64 warning |  Björn Töpel | 1 | -0/+2 |
2021-10-28 | riscv, bpf: Add BPF exception tables |  Tong Tiangen | 1 | -36/+149 |
2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 |  Daniel Borkmann | 1 | -0/+4 |
2021-04-26 | riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core |  Jisheng Zhang | 1 | -13/+0 |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm |  Brendan Jackman | 1 | -4/+12 |
2020-07-21 | bpf, riscv: Use compressed instructions in the rv64 JIT |  Luke Nelson | 1 | -134/+147 |
2020-07-21 | bpf, riscv: Modify JIT ctx to support compressed instructions |  Luke Nelson | 1 | -6/+6 |
2020-05-06 | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64 |  Luke Nelson | 1 | -8/+19 |
2020-05-06 | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64 |  Luke Nelson | 1 | -5/+10 |
2020-05-06 | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64 |  Luke Nelson | 1 | -6/+14 |
2020-05-06 | bpf, riscv: Enable missing verifier_zext optimizations on RV64 |  Luke Nelson | 1 | -4/+4 |
2020-04-08 | riscv, bpf: Fix offset range checking for auipc+jalr on RV64 |  Luke Nelson | 1 | -17/+32 |
2020-03-05 | riscv, bpf: Factor common RISC-V JIT code |  Luke Nelson | 1 | -0/+1103 |