summaryrefslogtreecommitdiff
path: root/arch/riscv/net/bpf_jit_comp64.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-17riscv, bpf: Make BPF_CMPXCHG fully orderedAndrea Parri1-2/+2
2024-10-10riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabledPu Lehui1-1/+3
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2024-07-08riscv, bpf: Optimize stack usage of trampolinePuranjay Mohan1-1/+1
2024-07-02riscv, bpf: Add 12-argument support for RV64 bpf trampolinePu Lehui1-19/+47
2024-07-01riscv, bpf: Use bpf_prog_pack for RV64 bpf trampolinePu Lehui1-14/+29
2024-07-01riscv, bpf: Fix out-of-bounds issue when preparing trampoline imagePu Lehui1-5/+13
2024-06-26riscv: Pass patch_text() the length in bytesSamuel Holland1-3/+4
2024-06-03riscv, bpf: Introduce shift add helper with Zba optimizationXiao Wang1-6/+3
2024-05-24riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JITXiao Wang1-2/+4
2024-05-24riscv, bpf: Use STACK_ALIGN macro for size rounding upXiao Wang1-3/+3
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-10/+60
2024-05-13riscv, bpf: make some atomic operations fully orderedPuranjay Mohan1-10/+10
2024-05-13riscv, bpf: inline bpf_get_smp_processor_id()Puranjay Mohan1-0/+26
2024-05-13riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan1-0/+24
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2024-04-16riscv, bpf: Fix incorrect runtime statsXu Kuohai1-3/+3
2024-04-04bpf, riscv: Implement bpf_addr_space_cast instructionPuranjay Mohan1-0/+14
2024-04-04bpf, riscv: Implement PROBE_MEM32 pseudo instructionsPuranjay Mohan1-2/+187
2024-03-25riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui1-0/+16
2024-03-07bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan1-1/+13
2024-02-01riscv, bpf: Enable inline bpf_kptr_xchg() for RV64Pu Lehui1-0/+5
2024-01-29riscv, bpf: Optimize bswap insns with Zbb supportPu Lehui1-48/+2
2024-01-29riscv, bpf: Optimize sign-extention mov insns with Zbb supportPu Lehui1-2/+3
2024-01-29riscv, bpf: Simplify sext and zext logics in branch instructionsPu Lehui1-48/+31
2024-01-29riscv, bpf: Unify 32-bit zero-extension to emit_zextwPu Lehui1-43/+37
2024-01-29riscv, bpf: Unify 32-bit sign-extension to emit_sextwPu Lehui1-5/+5
2024-01-24riscv, bpf: Fix unpredictable kernel crash about RV64 struct_opsPu Lehui1-2/+3
2023-12-07bpf: Use arch_bpf_trampoline_sizeSong Liu1-7/+0
2023-12-07bpf: Add arch_bpf_trampoline_size()Song Liu1-5/+17
2023-10-09riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return valuesBjörn Töpel1-4/+9
2023-10-09riscv, bpf: Sign-extend return valuesBjörn Töpel1-2/+3
2023-09-06bpf, riscv: use prog pack allocator in the BPF JITPuranjay Mohan1-12/+48
2023-08-24riscv, bpf: Support unconditional bswap insnPu Lehui1-0/+1
2023-08-24riscv, bpf: Support signed div/mod insnsPu Lehui1-6/+20
2023-08-24riscv, bpf: Support 32-bit offset jmp insnPu Lehui1-1/+5
2023-08-24riscv, bpf: Support sign-extension mov insnsPu Lehui1-1/+13
2023-08-24riscv, bpf: Support sign-extension load insnsPu Lehui1-8/+38
2023-08-24riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/WPu Lehui1-6/+3
2023-08-03riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace frameworkPu Lehui1-71/+82
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2023-02-28riscv, bpf: Fix patch_text implicit declarationRandy Dunlap1-0/+1
2023-02-23riscv, bpf: Add kfunc support for RV64Pu Lehui1-0/+5
2023-02-17riscv, bpf: Add bpf trampoline support for RV64Pu Lehui1-0/+317
2023-02-17riscv, bpf: Add bpf_arch_text_poke support for RV64Pu Lehui1-2/+86
2023-02-17riscv, bpf: Factor out emit_call for kernel and bpf contextPu Lehui1-17/+13
2022-12-06riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNCPu Lehui1-1/+28
2022-04-11riscv, bpf: Implement more atomic operations for RV64Pu Lehui1-24/+86
2022-01-19riscv: bpf: Fix eBPF's exception tablesJisheng Zhang1-1/+1
2022-01-19Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+4