Age | Commit message (Expand) | Author |
2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-21 | bpf, riscv: Use compressed instructions in the rv64 JIT | Luke Nelson |
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-05-06 | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64 | Luke Nelson |
2020-05-06 | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64 | Luke Nelson |
2020-05-06 | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64 | Luke Nelson |
2020-05-06 | bpf, riscv: Enable missing verifier_zext optimizations on RV64 | Luke Nelson |
2020-04-30 | bpf, riscv: Fix stack layout of JITed code on RV32 | Luke Nelson |
2020-04-26 | bpf, riscv: Fix tail call count off by one in RV32 BPF JIT | Luke Nelson |
2020-04-08 | riscv, bpf: Fix offset range checking for auipc+jalr on RV64 | 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 |
2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-12-19 | riscv, bpf: Optimize calls | Björn Töpel |
2019-12-19 | riscv, bpf: Provide RISC-V specific JIT image alloc/free | Björn Töpel |
2019-12-19 | riscv, bpf: Optimize BPF tail calls | Björn Töpel |
2019-12-19 | riscv, bpf: Add support for far jumps and exits | Björn Töpel |
2019-12-19 | riscv, bpf: Add support for far branching when emitting tail call | Björn Töpel |
2019-12-19 | riscv, bpf: Add support for far branching | Björn Töpel |
2019-12-19 | riscv, bpf: Fix broken BPF tail calls | Björn Töpel |
2019-12-11 | bpf, riscv: Limit to 33 tail calls | Paul Chaignon |
2019-07-05 | bpf, riscv: Enable zext optimization for more RV64G ALU ops | Luke Nelson |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2019-05-31 | bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arsh | Luke Nelson |
2019-05-24 | riscv: bpf: eliminate zero extension code-gen | Jiong Wang |
2019-05-23 | bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32 | Björn Töpel |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-02-05 | bpf, riscv: add BPF JIT for RV64G | Björn Töpel |