summaryrefslogtreecommitdiffstats
path: root/arch/riscv/net
AgeCommit message (Expand)AuthorLines
2022-06-02bpf, riscv: Support riscv jit to provide bpf_line_infoPu Lehui-1/+8
2022-04-11riscv, bpf: Implement more atomic operations for RV64Pu Lehui-24/+153
2022-01-19riscv: bpf: Fix eBPF's exception tablesJisheng Zhang-1/+1
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+4
2022-01-05riscv: extable: add `type` and `data` fieldsJisheng Zhang-2/+3
2022-01-05riscv: extable: make fixup_exception() return boolJisheng Zhang-3/+3
2022-01-05riscv: bpf: move rv_bpf_fixup_exception signature to extable.hJisheng Zhang-2/+0
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang-8/+5
2021-11-05riscv, bpf: Fix RV32 broken build, and silence RV64 warningBjörn Töpel-0/+2
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-43/+164
2021-11-01riscv, bpf: Increase the maximum number of iterationsBjörn Töpel-1/+1
2021-10-28riscv, bpf: Fix potential NULL dereferenceBjörn Töpel-1/+2
2021-10-28riscv, bpf: Add BPF exception tablesTong Tiangen-42/+163
2021-10-22bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer-0/+5
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann-0/+8
2021-04-26riscv: bpf: Avoid breaking W^XJisheng Zhang-1/+2
2021-04-26riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang-13/+13
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman-8/+28
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-21bpf, riscv: Use compressed instructions in the rv64 JITLuke Nelson-134/+147
2020-07-21bpf, riscv: Add encodings for compressed instructionsLuke Nelson-0/+452
2020-07-21bpf, riscv: Modify JIT ctx to support compressed instructionsLuke Nelson-19/+44
2020-05-06bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64Luke Nelson-8/+19
2020-05-06bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64Luke Nelson-5/+10
2020-05-06bpf, riscv: Optimize FROM_LE using verifier_zext on RV64Luke Nelson-6/+14
2020-05-06bpf, riscv: Enable missing verifier_zext optimizations on RV64Luke Nelson-4/+4
2020-04-30bpf, riscv: Fix stack layout of JITed code on RV32Luke Nelson-33/+65
2020-04-26bpf, riscv: Fix tail call count off by one in RV32 BPF JITLuke Nelson-2/+3
2020-04-08riscv, bpf: Fix offset range checking for auipc+jalr on RV64Luke Nelson-17/+32
2020-03-05riscv, bpf: Add RV32G eBPF JITLuke Nelson-1/+1365
2020-03-05riscv, bpf: Factor common RISC-V JIT codeLuke Nelson-601/+639
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-238/+293
2019-12-19riscv, bpf: Optimize callsBjörn Töpel-37/+64
2019-12-19riscv, bpf: Provide RISC-V specific JIT image alloc/freeBjörn Töpel-0/+13
2019-12-19riscv, bpf: Optimize BPF tail callsBjörn Töpel-6/+7
2019-12-19riscv, bpf: Add support for far jumps and exitsBjörn Töpel-20/+17
2019-12-19riscv, bpf: Add support for far branching when emitting tail callBjörn Töpel-19/+3
2019-12-19riscv, bpf: Add support for far branchingBjörn Töpel-164/+188
2019-12-19riscv, bpf: Fix broken BPF tail callsBjörn Töpel-2/+11
2019-12-11bpf, riscv: Limit to 33 tail callsPaul Chaignon-2/+2
2019-07-05bpf, riscv: Enable zext optimization for more RV64G ALU opsLuke Nelson-8/+8
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+24
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-0/+24
2019-05-31bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arshLuke Nelson-0/+18
2019-05-24riscv: bpf: eliminate zero extension code-genJiong Wang-13/+30
2019-05-23bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32Björn Töpel-0/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-02-05bpf, riscv: add BPF JIT for RV64GBjörn Töpel-0/+1603