summaryrefslogtreecommitdiffstats
path: root/arch/riscv/net
Commit message (Expand)AuthorAgeFilesLines
* riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel2023-10-091-4/+9
* riscv, bpf: Sign-extend return valuesBjörn Töpel2023-10-091-2/+3
* bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan2023-09-063-28/+141
* riscv, bpf: Support unconditional bswap insnPu Lehui2023-08-241-0/+1
* riscv, bpf: Support signed div/mod insnsPu Lehui2023-08-242-6/+40
* riscv, bpf: Support 32-bit offset jmp insnPu Lehui2023-08-241-1/+5
* riscv, bpf: Support sign-extension mov insnsPu Lehui2023-08-241-1/+13
* riscv, bpf: Support sign-extension load insnsPu Lehui2023-08-242-8/+48
* riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui2023-08-241-6/+3
* riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace frameworkPu Lehui2023-08-021-71/+82
* riscv, bpf: Fix inconsistent JIT image generationBjörn Töpel2023-07-112-9/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-091-0/+1
|\
| * riscv, bpf: Fix patch_text implicit declarationRandy Dunlap2023-02-271-0/+1
* | riscv, bpf: Add kfunc support for RV64Pu Lehui2023-02-221-0/+5
|/
* riscv, bpf: Add bpf trampoline support for RV64Pu Lehui2023-02-171-0/+317
* riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui2023-02-172-2/+91
* riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui2023-02-171-17/+13
* riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui2022-12-061-1/+28
* bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui2022-06-022-1/+8
* riscv, bpf: Implement more atomic operations for RV64Pu Lehui2022-04-112-24/+153
* riscv: bpf: Fix eBPF's exception tablesJisheng Zhang2022-01-191-1/+1
* Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-191-5/+4
|\
| * riscv: extable: add `type` and `data` fieldsJisheng Zhang2022-01-051-2/+3
| * riscv: extable: make fixup_exception() return boolJisheng Zhang2022-01-051-3/+3
| * riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang2022-01-051-2/+0
* | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-162-8/+5
|/
* riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel2021-11-051-0/+2
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-013-43/+164
|\
| * riscv, bpf: Increase the maximum number of iterationsBjörn Töpel2021-11-011-1/+1
| * riscv, bpf: Add BPF exception tablesTong Tiangen2021-10-283-42/+163
* | riscv, bpf: Fix potential NULL dereferenceBjörn Töpel2021-10-281-1/+2
* | bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer2021-10-221-0/+5
|/
* bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-292-0/+8
* riscv: bpf: Avoid breaking W^XJisheng Zhang2021-04-261-1/+2
* riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang2021-04-262-13/+13
* bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-142-8/+28
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* bpf, riscv: Use compressed instructions in the rv64 JITLuke Nelson2020-07-211-134/+147
* bpf, riscv: Add encodings for compressed instructionsLuke Nelson2020-07-211-0/+452
* bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson2020-07-214-19/+44
* bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson2020-05-061-8/+19
* bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson2020-05-061-5/+10
* bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson2020-05-061-6/+14
* bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson2020-05-061-4/+4
* bpf, riscv: Fix stack layout of JITed code on RV32Luke Nelson2020-04-301-33/+65
* bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson2020-04-261-2/+3
* riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson2020-04-081-17/+32
* riscv, bpf: Add RV32G eBPF JITLuke Nelson2020-03-053-1/+1365
* riscv, bpf: Factor common RISC-V JIT codeLuke Nelson2020-03-054-601/+639
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-271-238/+293
|\