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