| Age | Commit message (Expand) | Author |
| 4 days | bpf, riscv: Add support for timed may_goto | Feng Jiang |
| 7 days | riscv, bpf: Add 32 bit atomic operations to RV32 JIT | Kuan-Wei Chiu |
| 7 days | riscv, bpf: Add support for BPF_MOVSX in RV32 JIT | Kuan-Wei Chiu |
| 7 days | riscv, bpf: Add support for BPF_SDIV and BPF_SMOD in RV32 JIT | Kuan-Wei Chiu |
| 7 days | bpf, riscv: Fix extable handling for arena load_acquire | Feng Jiang |
| 7 days | riscv, bpf: Mixing bpf2bpf and tailcalls | Pu Lehui |
| 7 days | riscv, bpf: Add RV_TAILCALL_OFFSET macro to format tailcall offset | Pu Lehui |
| 7 days | riscv, bpf: Fix kernel stack corruption in tailcall with CFI | Pu Lehui |
| 7 days | riscv, bpf: Using kvzalloc_objs to allocate cache buffer | Pu Lehui |
| 7 days | riscv, bpf: Fix memory leak in bpf_jit_free | Pu Lehui |
| 7 days | bpf: Extract the is_struct_ops_tramp helper | Pu Lehui |
| 2026-07-01 | bpf: Restrict JIT predictor flush to cBPF | Pawan Gupta |
| 2026-06-07 | bpf: Add struct bpf_tramp_node object | Jiri Olsa |
| 2026-06-05 | bpf, riscv: inline bpf_get_current_task() and bpf_get_current_task_btf() | Varun R Mallya |
| 2026-04-16 | bpf: Pass bpf_verifier_env to JIT | Xu Kuohai |
| 2026-04-16 | bpf: Move constants blinding out of arch-specific JITs | Xu Kuohai |
| 2026-04-15 | bpf, riscv: Remove redundant bpf_flush_icache() after pack allocator finalize | Puranjay Mohan |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook |
| 2026-02-13 | bpf, riscv: add fsession support for trampolines | Menglong Dong |
| 2026-02-13 | bpf, riscv: introduce emit_store_stack_imm64() for trampoline | Menglong Dong |
| 2026-01-06 | riscv, bpf: Fix incorrect usage of BPF_TRAMP_F_ORIG_STACK | Menglong Dong |
| 2025-11-24 | bpf: specify the old and new poke_type for bpf_arch_text_poke | Menglong Dong |
| 2025-11-24 | bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME | Menglong Dong |
| 2025-09-30 | Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds |
| 2025-09-29 | Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook |
| 2025-09-23 | riscv: bpf: Fix uninitialized symbol 'retval_off' | Chenghao Duan |
| 2025-09-23 | bpf, x86: Add support for signed arena loads | Kumar Kartikeya Dwivedi |
| 2025-09-15 | riscv, bpf: Sign extend struct ops return values properly | Hengqi Chen |
| 2025-09-15 | riscv, bpf: Remove duplicated bpf_flush_icache() | Hengqi Chen |
| 2025-09-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5 | Alexei Starovoitov |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id | Radim Krčmář |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG | Radim Krčmář |
| 2025-08-15 | riscv, bpf: Add support arena atomics for RV64 | Pu Lehui |
| 2025-08-15 | riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling | Pu Lehui |
| 2025-08-15 | riscv, bpf: Optimize cmpxchg insn with Zacas support | Pu Lehui |
| 2025-08-15 | riscv, bpf: Add Zacas instructions | Pu Lehui |
| 2025-08-15 | riscv, bpf: Add rv_ext_enabled macro for runtime detection extentsion | Pu Lehui |
| 2025-08-15 | riscv, bpf: Extract emit_ldx() helper | Pu Lehui |
| 2025-08-15 | riscv, bpf: Extract emit_st() helper | Pu Lehui |
| 2025-08-15 | riscv, bpf: Extract emit_stx() helper | Pu Lehui |
| 2025-05-09 | bpf, riscv64: Skip redundant zext instruction after load-acquire | Peilin Ye |
| 2025-05-09 | bpf, riscv64: Support load-acquire and store-release instructions | Andrea Parri |
| 2025-05-09 | bpf, riscv64: Introduce emit_load_*() and emit_store_*() | Andrea Parri |
| 2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) |
| 2024-10-17 | riscv, bpf: Make BPF_CMPXCHG fully ordered | Andrea Parri |
| 2024-10-09 | riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled | Pu Lehui |
| 2024-07-20 | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
| 2024-07-08 | riscv, bpf: Optimize stack usage of trampoline | Puranjay Mohan |