aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-13/+0
2024-05-14riscv: extend execmem_params for generated code allocationsGravatar Mike Rapoport (IBM) 1-13/+0
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-12/+62
2024-05-12riscv, bpf: make some atomic operations fully orderedGravatar Puranjay Mohan 1-10/+10
2024-05-12riscv, bpf: Fix typo in commentGravatar Xiao Wang 1-2/+2
2024-05-12riscv, bpf: inline bpf_get_smp_processor_id()Gravatar Puranjay Mohan 1-0/+26
2024-05-12riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrsGravatar Puranjay Mohan 1-0/+24
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+3
2024-04-16riscv, bpf: Fix incorrect runtime statsGravatar Xu Kuohai 1-3/+3
2024-04-04bpf, riscv: Implement bpf_addr_space_cast instructionGravatar Puranjay Mohan 3-0/+16
2024-04-04bpf, riscv: Implement PROBE_MEM32 pseudo instructionsGravatar Puranjay Mohan 3-2/+189
2024-03-25riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiGravatar Pu Lehui 1-0/+16
2024-03-06bpf, riscv64/cfi: Support kCFI + BPF on riscv64Gravatar Puranjay Mohan 4-7/+20
2024-02-01riscv, bpf: Enable inline bpf_kptr_xchg() for RV64Gravatar Pu Lehui 1-0/+5
2024-01-29riscv, bpf: Optimize bswap insns with Zbb supportGravatar Pu Lehui 2-48/+71
2024-01-29riscv, bpf: Optimize sign-extention mov insns with Zbb supportGravatar Pu Lehui 2-2/+25
2024-01-29riscv, bpf: Add necessary Zbb instructionsGravatar Pu Lehui 1-0/+32
2024-01-29riscv, bpf: Simplify sext and zext logics in branch instructionsGravatar Pu Lehui 1-48/+31
2024-01-29riscv, bpf: Unify 32-bit zero-extension to emit_zextwGravatar Pu Lehui 2-43/+43
2024-01-29riscv, bpf: Unify 32-bit sign-extension to emit_sextwGravatar Pu Lehui 2-5/+10
2024-01-23riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsGravatar Pu Lehui 1-2/+3
2023-12-06bpf: Use arch_bpf_trampoline_sizeGravatar Song Liu 1-7/+0
2023-12-06bpf: Add arch_bpf_trampoline_size()Gravatar Song Liu 1-5/+17
2023-10-09riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesGravatar Björn Töpel 1-4/+9
2023-10-09riscv, bpf: Sign-extend return valuesGravatar Björn Töpel 1-2/+3
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITGravatar Puranjay Mohan 3-28/+141
2023-08-24riscv, bpf: Support unconditional bswap insnGravatar Pu Lehui 1-0/+1
2023-08-24riscv, bpf: Support signed div/mod insnsGravatar Pu Lehui 2-6/+40
2023-08-24riscv, bpf: Support 32-bit offset jmp insnGravatar Pu Lehui 1-1/+5
2023-08-24riscv, bpf: Support sign-extension mov insnsGravatar Pu Lehui 1-1/+13
2023-08-24riscv, bpf: Support sign-extension load insnsGravatar Pu Lehui 2-8/+48
2023-08-24riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WGravatar Pu Lehui 1-6/+3
2023-08-02riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace frameworkGravatar Pu Lehui 1-71/+82
2023-07-11riscv, bpf: Fix inconsistent JIT image generationGravatar Björn Töpel 2-9/+16
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2023-02-27riscv, bpf: Fix patch_text implicit declarationGravatar Randy Dunlap 1-0/+1
2023-02-22riscv, bpf: Add kfunc support for RV64Gravatar Pu Lehui 1-0/+5
2023-02-17riscv, bpf: Add bpf trampoline support for RV64Gravatar Pu Lehui 1-0/+317
2023-02-17riscv, bpf: Add bpf_arch_text_poke support for RV64Gravatar Pu Lehui 2-2/+91
2023-02-17riscv, bpf: Factor out emit_call for kernel and bpf contextGravatar Pu Lehui 1-17/+13
2022-12-06riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCGravatar Pu Lehui 1-1/+28
2022-06-02bpf, riscv: Support riscv jit to provide bpf_line_infoGravatar Pu Lehui 2-1/+8
2022-04-11riscv, bpf: Implement more atomic operations for RV64Gravatar Pu Lehui 2-24/+153
2022-01-19riscv: bpf: Fix eBPF's exception tablesGravatar Jisheng Zhang 1-1/+1
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-5/+4
2022-01-05riscv: extable: add `type` and `data` fieldsGravatar Jisheng Zhang 1-2/+3
2022-01-05riscv: extable: make fixup_exception() return boolGravatar Jisheng Zhang 1-3/+3
2022-01-05riscv: bpf: move rv_bpf_fixup_exception signature to extable.hGravatar Jisheng Zhang 1-2/+0
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Gravatar Tiezhu Yang 2-8/+5
2021-11-05riscv, bpf: Fix RV32 broken build, and silence RV64 warningGravatar Björn Töpel 1-0/+2