| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-09-06 | bpf, riscv: Make arena support depend on ZACAS | Chen Pei | 1 | -1/+9 |
| 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 | 1 | -1/+11 |
| 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 | 1 | -55/+53 |
| 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 | 1 | -2/+2 |
| 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 | 1 | -1/+1 |
| 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-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 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/bp... | Linus Torvalds | 1 | -371/+198 |
| 2025-09-29 | Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | 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 | 1 | -3/+57 |
| 2025-08-15 | riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling | Pu Lehui | 1 | -47/+37 |
| 2025-08-15 | riscv, bpf: Optimize cmpxchg insn with Zacas support | Pu Lehui | 1 | -16/+2 |
| 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 | 1 | -5/+18 |
| 2025-05-09 | bpf, riscv64: Support load-acquire and store-release instructions | Andrea Parri | 1 | -5/+70 |
| 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) | 1 | -1/+1 |
| 2024-10-17 | riscv, bpf: Make BPF_CMPXCHG fully ordered | Andrea Parri | 1 | -2/+2 |
| 2024-10-09 | riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled | Pu Lehui | 1 | -1/+3 |
| 2024-07-20 | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+4 |
| 2024-07-08 | riscv, bpf: Optimize stack usage of trampoline | Puranjay Mohan | 1 | -1/+1 |
| 2024-07-02 | riscv, bpf: Add 12-argument support for RV64 bpf trampoline | Pu Lehui | 1 | -19/+47 |
| 2024-07-01 | riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline | Pu Lehui | 1 | -14/+29 |
| 2024-07-01 | riscv, bpf: Fix out-of-bounds issue when preparing trampoline image | Pu Lehui | 1 | -5/+13 |
| 2024-06-26 | riscv: Pass patch_text() the length in bytes | Samuel Holland | 1 | -3/+4 |
| 2024-06-03 | riscv, bpf: Introduce shift add helper with Zba optimization | Xiao Wang | 1 | -6/+3 |