Age | Commit message (Expand) | Author | Files | Lines |
2024-10-17 | riscv, bpf: Make BPF_CMPXCHG fully ordered | Andrea Parri | 1 | -2/+2 |
2024-10-10 | riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled | Pu Lehui | 1 | -1/+3 |
2024-07-20 | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+4 |
2024-07-08 | riscv, bpf: Optimize stack usage of trampoline | Puranjay Mohan | 1 | -1/+1 |
2024-07-02 | riscv, bpf: Add 12-argument support for RV64 bpf trampoline | Pu Lehui | 1 | -19/+47 |
2024-07-01 | riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline | Pu Lehui | 1 | -14/+29 |
2024-07-01 | riscv, bpf: Fix out-of-bounds issue when preparing trampoline image | Pu Lehui | 1 | -5/+13 |
2024-06-26 | riscv: Pass patch_text() the length in bytes | Samuel Holland | 1 | -3/+4 |
2024-06-21 | bpf: remove unused parameter in bpf_jit_binary_pack_finalize | Rafael Passos | 1 | -3/+2 |
2024-06-03 | riscv, bpf: Introduce shift add helper with Zba optimization | Xiao Wang | 3 | -8/+37 |
2024-05-24 | riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JIT | Xiao Wang | 1 | -2/+4 |
2024-05-24 | riscv, bpf: Use STACK_ALIGN macro for size rounding up | Xiao Wang | 1 | -3/+3 |
2024-05-24 | riscv, bpf: Optimize zextw insn with Zba extension | Xiao Wang | 1 | -0/+18 |
2024-05-16 | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -13/+0 |
2024-05-14 | riscv: extend execmem_params for generated code allocations | Mike Rapoport (IBM) | 1 | -13/+0 |
2024-05-14 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -12/+62 |
2024-05-13 | riscv, bpf: make some atomic operations fully ordered | Puranjay Mohan | 1 | -10/+10 |
2024-05-13 | riscv, bpf: Fix typo in comment | Xiao Wang | 1 | -2/+2 |
2024-05-13 | riscv, bpf: inline bpf_get_smp_processor_id() | Puranjay Mohan | 1 | -0/+26 |
2024-05-13 | riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | 1 | -0/+24 |
2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
2024-04-16 | riscv, bpf: Fix incorrect runtime stats | Xu Kuohai | 1 | -3/+3 |
2024-04-04 | bpf, riscv: Implement bpf_addr_space_cast instruction | Puranjay Mohan | 3 | -0/+16 |
2024-04-04 | bpf, riscv: Implement PROBE_MEM32 pseudo instructions | Puranjay Mohan | 3 | -2/+189 |
2024-03-25 | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi | Pu Lehui | 1 | -0/+16 |
2024-03-07 | bpf, riscv64/cfi: Support kCFI + BPF on riscv64 | Puranjay Mohan | 4 | -7/+20 |
2024-02-01 | riscv, bpf: Enable inline bpf_kptr_xchg() for RV64 | Pu Lehui | 1 | -0/+5 |
2024-01-29 | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui | 2 | -48/+71 |
2024-01-29 | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui | 2 | -2/+25 |
2024-01-29 | riscv, bpf: Add necessary Zbb instructions | Pu Lehui | 1 | -0/+32 |
2024-01-29 | riscv, bpf: Simplify sext and zext logics in branch instructions | Pu Lehui | 1 | -48/+31 |
2024-01-29 | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui | 2 | -43/+43 |
2024-01-29 | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui | 2 | -5/+10 |
2024-01-24 | riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops | Pu Lehui | 1 | -2/+3 |
2023-12-07 | bpf: Use arch_bpf_trampoline_size | Song Liu | 1 | -7/+0 |
2023-12-07 | bpf: Add arch_bpf_trampoline_size() | Song Liu | 1 | -5/+17 |
2023-10-09 | riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values | Björn Töpel | 1 | -4/+9 |
2023-10-09 | riscv, bpf: Sign-extend return values | Björn Töpel | 1 | -2/+3 |
2023-09-06 | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan | 3 | -28/+141 |
2023-08-24 | riscv, bpf: Support unconditional bswap insn | Pu Lehui | 1 | -0/+1 |
2023-08-24 | riscv, bpf: Support signed div/mod insns | Pu Lehui | 2 | -6/+40 |
2023-08-24 | riscv, bpf: Support 32-bit offset jmp insn | Pu Lehui | 1 | -1/+5 |
2023-08-24 | riscv, bpf: Support sign-extension mov insns | Pu Lehui | 1 | -1/+13 |
2023-08-24 | riscv, bpf: Support sign-extension load insns | Pu Lehui | 2 | -8/+48 |
2023-08-24 | riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W | Pu Lehui | 1 | -6/+3 |
2023-08-03 | riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework | Pu Lehui | 1 | -71/+82 |
2023-07-11 | riscv, bpf: Fix inconsistent JIT image generation | Björn Töpel | 2 | -9/+16 |
2023-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2023-02-28 | riscv, bpf: Fix patch_text implicit declaration | Randy Dunlap | 1 | -0/+1 |
2023-02-23 | riscv, bpf: Add kfunc support for RV64 | Pu Lehui | 1 | -0/+5 |