| Commit message (Expand) | Author | Age | Files | Lines |
* | riscv, bpf: Fix out-of-bounds issue when preparing trampoline image | Pu Lehui | 2024-08-03 | 1 | -5/+13 |
* | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2024-05-15 | 1 | -13/+0 |
|\ |
|
| * | riscv: extend execmem_params for generated code allocations | Mike Rapoport (IBM) | 2024-05-14 | 1 | -13/+0 |
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2024-05-13 | 2 | -12/+62 |
|\ \ |
|
| * | | riscv, bpf: make some atomic operations fully ordered | Puranjay Mohan | 2024-05-12 | 1 | -10/+10 |
| * | | riscv, bpf: Fix typo in comment | Xiao Wang | 2024-05-12 | 1 | -2/+2 |
| * | | riscv, bpf: inline bpf_get_smp_processor_id() | Puranjay Mohan | 2024-05-12 | 1 | -0/+26 |
| * | | riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | 2024-05-12 | 1 | -0/+24 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-05-02 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | riscv, bpf: Fix incorrect runtime stats | Xu Kuohai | 2024-04-16 | 1 | -3/+3 |
* | | bpf, riscv: Implement bpf_addr_space_cast instruction | Puranjay Mohan | 2024-04-04 | 3 | -0/+16 |
* | | bpf, riscv: Implement PROBE_MEM32 pseudo instructions | Puranjay Mohan | 2024-04-04 | 3 | -2/+189 |
|/ |
|
* | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi | Pu Lehui | 2024-03-25 | 1 | -0/+16 |
* | bpf, riscv64/cfi: Support kCFI + BPF on riscv64 | Puranjay Mohan | 2024-03-06 | 4 | -7/+20 |
* | riscv, bpf: Enable inline bpf_kptr_xchg() for RV64 | Pu Lehui | 2024-02-01 | 1 | -0/+5 |
* | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui | 2024-01-29 | 2 | -48/+71 |
* | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui | 2024-01-29 | 2 | -2/+25 |
* | riscv, bpf: Add necessary Zbb instructions | Pu Lehui | 2024-01-29 | 1 | -0/+32 |
* | riscv, bpf: Simplify sext and zext logics in branch instructions | Pu Lehui | 2024-01-29 | 1 | -48/+31 |
* | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui | 2024-01-29 | 2 | -43/+43 |
* | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui | 2024-01-29 | 2 | -5/+10 |
* | riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops | Pu Lehui | 2024-01-23 | 1 | -2/+3 |
* | bpf: Use arch_bpf_trampoline_size | Song Liu | 2023-12-06 | 1 | -7/+0 |
* | bpf: Add arch_bpf_trampoline_size() | Song Liu | 2023-12-06 | 1 | -5/+17 |
* | 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 |
|/ |
|