summaryrefslogtreecommitdiff
path: root/arch/riscv/net
AgeCommit message (Expand)Author
2024-07-08riscv, bpf: Optimize stack usage of trampolinePuranjay Mohan
2024-07-02riscv, bpf: Add 12-argument support for RV64 bpf trampolinePu Lehui
2024-07-01riscv, bpf: Use bpf_prog_pack for RV64 bpf trampolinePu Lehui
2024-07-01riscv, bpf: Fix out-of-bounds issue when preparing trampoline imagePu Lehui
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-06-03riscv, bpf: Introduce shift add helper with Zba optimizationXiao Wang
2024-05-24riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JITXiao Wang
2024-05-24riscv, bpf: Use STACK_ALIGN macro for size rounding upXiao Wang
2024-05-24riscv, bpf: Optimize zextw insn with Zba extensionXiao Wang
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-14riscv: extend execmem_params for generated code allocationsMike Rapoport (IBM)
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-12riscv, bpf: make some atomic operations fully orderedPuranjay Mohan
2024-05-12riscv, bpf: Fix typo in commentXiao Wang
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan
2024-05-12riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-16riscv, bpf: Fix incorrect runtime statsXu Kuohai
2024-04-04bpf, riscv: Implement bpf_addr_space_cast instructionPuranjay Mohan
2024-04-04bpf, riscv: Implement PROBE_MEM32 pseudo instructionsPuranjay Mohan
2024-03-25riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui
2024-03-06bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan
2024-02-01riscv, bpf: Enable inline bpf_kptr_xchg() for RV64Pu Lehui
2024-01-29riscv, bpf: Optimize bswap insns with Zbb supportPu Lehui
2024-01-29riscv, bpf: Optimize sign-extention mov insns with Zbb supportPu Lehui
2024-01-29riscv, bpf: Add necessary Zbb instructionsPu Lehui
2024-01-29riscv, bpf: Simplify sext and zext logics in branch instructionsPu Lehui
2024-01-29riscv, bpf: Unify 32-bit zero-extension to emit_zextwPu Lehui
2024-01-29riscv, bpf: Unify 32-bit sign-extension to emit_sextwPu Lehui
2024-01-23riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsPu Lehui
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu
2023-10-09riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel
2023-10-09riscv, bpf: Sign-extend return valuesBjörn Töpel
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan
2023-08-24riscv, bpf: Support unconditional bswap insnPu Lehui
2023-08-24riscv, bpf: Support signed div/mod insnsPu Lehui
2023-08-24riscv, bpf: Support 32-bit offset jmp insnPu Lehui
2023-08-24riscv, bpf: Support sign-extension mov insnsPu Lehui
2023-08-24riscv, bpf: Support sign-extension load insnsPu Lehui
2023-08-24riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui
2023-08-02riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace frameworkPu Lehui
2023-07-11riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-27riscv, bpf: Fix patch_text implicit declarationRandy Dunlap
2023-02-22riscv, bpf: Add kfunc support for RV64Pu Lehui
2023-02-17riscv, bpf: Add bpf trampoline support for RV64Pu Lehui
2023-02-17riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui
2023-02-17riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui
2022-12-06riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui