summaryrefslogtreecommitdiff
path: root/arch/riscv/net/bpf_jit_comp64.c
AgeCommit message (Expand)Author
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-11-24bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAMEMenglong Dong
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook
2025-09-23riscv: bpf: Fix uninitialized symbol 'retval_off'Chenghao Duan
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi
2025-09-15riscv, bpf: Sign extend struct ops return values properlyHengqi Chen
2025-09-15riscv, bpf: Remove duplicated bpf_flush_icache()Hengqi Chen
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-05riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_idRadim Krčmář
2025-09-05riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REGRadim Krčmář
2025-08-15riscv, bpf: Add support arena atomics for RV64Pu Lehui
2025-08-15riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handlingPu Lehui
2025-08-15riscv, bpf: Optimize cmpxchg insn with Zacas supportPu Lehui
2025-08-15riscv, bpf: Extract emit_ldx() helperPu Lehui
2025-08-15riscv, bpf: Extract emit_st() helperPu Lehui
2025-08-15riscv, bpf: Extract emit_stx() helperPu Lehui
2025-05-09bpf, riscv64: Skip redundant zext instruction after load-acquirePeilin Ye
2025-05-09bpf, riscv64: Support load-acquire and store-release instructionsAndrea Parri
2025-05-09bpf, riscv64: Introduce emit_load_*() and emit_store_*()Andrea Parri
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-10-17riscv, bpf: Make BPF_CMPXCHG fully orderedAndrea Parri
2024-10-09riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabledPu Lehui
2024-07-20Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
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-26riscv: Pass patch_text() the length in bytesSamuel Holland
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-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: 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: 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