| Age | Commit message (Expand) | Author | Files | Lines |
| 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 |
| 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/kernel/git/riscv/linux |  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-20 | bpf: remove unused parameter in bpf_jit_binary_pack_finalize |  Rafael Passos | 1 | -3/+2 |
| 2024-06-03 | riscv, bpf: Introduce shift add helper with Zba optimization |  Xiao Wang | 3 | -8/+37 |
| 2024-05-24 | riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JIT |  Xiao Wang | 1 | -2/+4 |
| 2024-05-24 | riscv, bpf: Use STACK_ALIGN macro for size rounding up |  Xiao Wang | 1 | -3/+3 |
| 2024-05-24 | riscv, bpf: Optimize zextw insn with Zba extension |  Xiao Wang | 1 | -0/+18 |
| 2024-05-15 | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux |  Linus Torvalds | 1 | -13/+0 |
| 2024-05-14 | riscv: extend execmem_params for generated code allocations |  Mike Rapoport (IBM) | 1 | -13/+0 |
| 2024-05-13 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 2 | -12/+62 |
| 2024-05-12 | riscv, bpf: make some atomic operations fully ordered |  Puranjay Mohan | 1 | -10/+10 |
| 2024-05-12 | riscv, bpf: Fix typo in comment |  Xiao Wang | 1 | -2/+2 |