| Age | Commit message (Expand) | Author | Files | Lines |
| 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/bp... | Linus Torvalds | 2 | -388/+251 |
| 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 | 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/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-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... | 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... | 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 |
| 2024-05-12 | riscv, bpf: inline bpf_get_smp_processor_id() | Puranjay Mohan | 1 | -0/+26 |
| 2024-05-12 | riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | 1 | -0/+24 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+3 |
| 2024-04-16 | riscv, bpf: Fix incorrect runtime stats | Xu Kuohai | 1 | -3/+3 |
| 2024-04-04 | bpf, riscv: Implement bpf_addr_space_cast instruction | Puranjay Mohan | 3 | -0/+16 |
| 2024-04-04 | bpf, riscv: Implement PROBE_MEM32 pseudo instructions | Puranjay Mohan | 3 | -2/+189 |
| 2024-03-25 | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abi | Pu Lehui | 1 | -0/+16 |
| 2024-03-06 | bpf, riscv64/cfi: Support kCFI + BPF on riscv64 | Puranjay Mohan | 4 | -7/+20 |
| 2024-02-01 | riscv, bpf: Enable inline bpf_kptr_xchg() for RV64 | Pu Lehui | 1 | -0/+5 |
| 2024-01-29 | riscv, bpf: Optimize bswap insns with Zbb support | Pu Lehui | 2 | -48/+71 |
| 2024-01-29 | riscv, bpf: Optimize sign-extention mov insns with Zbb support | Pu Lehui | 2 | -2/+25 |
| 2024-01-29 | riscv, bpf: Add necessary Zbb instructions | Pu Lehui | 1 | -0/+32 |
| 2024-01-29 | riscv, bpf: Simplify sext and zext logics in branch instructions | Pu Lehui | 1 | -48/+31 |
| 2024-01-29 | riscv, bpf: Unify 32-bit zero-extension to emit_zextw | Pu Lehui | 2 | -43/+43 |
| 2024-01-29 | riscv, bpf: Unify 32-bit sign-extension to emit_sextw | Pu Lehui | 2 | -5/+10 |
| 2024-01-23 | riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops | Pu Lehui | 1 | -2/+3 |
| 2023-12-06 | bpf: Use arch_bpf_trampoline_size | Song Liu | 1 | -7/+0 |
| 2023-12-06 | bpf: Add arch_bpf_trampoline_size() | Song Liu | 1 | -5/+17 |
| 2023-10-09 | riscv, bpf: Track both a0 (RISC-V ABI) and a5 (BPF) return values | Björn Töpel | 1 | -4/+9 |
| 2023-10-09 | riscv, bpf: Sign-extend return values | Björn Töpel | 1 | -2/+3 |
| 2023-09-06 | bpf, riscv: use prog pack allocator in the BPF JIT | Puranjay Mohan | 3 | -28/+141 |
| 2023-08-24 | riscv, bpf: Support unconditional bswap insn | Pu Lehui | 1 | -0/+1 |
| 2023-08-24 | riscv, bpf: Support signed div/mod insns | Pu Lehui | 2 | -6/+40 |
| 2023-08-24 | riscv, bpf: Support 32-bit offset jmp insn | Pu Lehui | 1 | -1/+5 |
| 2023-08-24 | riscv, bpf: Support sign-extension mov insns | Pu Lehui | 1 | -1/+13 |
| 2023-08-24 | riscv, bpf: Support sign-extension load insns | Pu Lehui | 2 | -8/+48 |
| 2023-08-24 | riscv, bpf: Fix missing exception handling and redundant zext for LDX_B/H/W | Pu Lehui | 1 | -6/+3 |
| 2023-08-02 | riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework | Pu Lehui | 1 | -70/+81 |
| 2023-07-11 | riscv, bpf: Fix inconsistent JIT image generation | Björn Töpel | 2 | -9/+16 |
| 2023-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2023-02-27 | riscv, bpf: Fix patch_text implicit declaration | Randy Dunlap | 1 | -0/+1 |
| 2023-02-22 | riscv, bpf: Add kfunc support for RV64 | Pu Lehui | 1 | -0/+5 |
| 2023-02-17 | riscv, bpf: Add bpf trampoline support for RV64 | Pu Lehui | 1 | -0/+317 |
| 2023-02-17 | riscv, bpf: Add bpf_arch_text_poke support for RV64 | Pu Lehui | 2 | -2/+91 |
| 2023-02-17 | riscv, bpf: Factor out emit_call for kernel and bpf context | Pu Lehui | 1 | -17/+13 |
| 2022-12-06 | riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC | Pu Lehui | 1 | -1/+28 |
| 2022-06-02 | bpf, riscv: Support riscv jit to provide bpf_line_info | Pu Lehui | 2 | -1/+8 |
| 2022-04-11 | riscv, bpf: Implement more atomic operations for RV64 | Pu Lehui | 2 | -24/+153 |
| 2022-01-19 | riscv: bpf: Fix eBPF's exception tables | Jisheng Zhang | 1 | -1/+1 |
| 2022-01-19 | Merge tag 'riscv-for-linus-5.17-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -5/+4 |
| 2022-01-05 | riscv: extable: add `type` and `data` fields | Jisheng Zhang | 1 | -2/+3 |
| 2022-01-05 | riscv: extable: make fixup_exception() return bool | Jisheng Zhang | 1 | -3/+3 |
| 2022-01-05 | riscv: bpf: move rv_bpf_fixup_exception signature to extable.h | Jisheng Zhang | 1 | -2/+0 |
| 2021-11-16 | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 | Tiezhu Yang | 2 | -8/+5 |
| 2021-11-05 | riscv, bpf: Fix RV32 broken build, and silence RV64 warning | Björn Töpel | 1 | -0/+2 |
| 2021-11-01 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 3 | -43/+164 |
| 2021-11-01 | riscv, bpf: Increase the maximum number of iterations | Björn Töpel | 1 | -1/+1 |
| 2021-10-28 | riscv, bpf: Fix potential NULL dereference | Björn Töpel | 1 | -1/+2 |
| 2021-10-28 | riscv, bpf: Add BPF exception tables | Tong Tiangen | 3 | -42/+163 |
| 2021-10-22 | bpf: Define bpf_jit_alloc_exec_limit for riscv JIT | Lorenz Bauer | 1 | -0/+5 |
| 2021-07-29 | bpf: Introduce BPF nospec instruction for mitigating Spectre v4 | Daniel Borkmann | 2 | -0/+8 |
| 2021-04-26 | riscv: bpf: Avoid breaking W^X | Jisheng Zhang | 1 | -1/+2 |
| 2021-04-26 | riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to core | Jisheng Zhang | 2 | -13/+13 |
| 2021-01-14 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 2 | -8/+28 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
| 2020-07-21 | bpf, riscv: Use compressed instructions in the rv64 JIT | Luke Nelson | 1 | -131/+144 |
| 2020-07-21 | bpf, riscv: Add encodings for compressed instructions | Luke Nelson | 1 | -0/+452 |
| 2020-07-21 | bpf, riscv: Modify JIT ctx to support compressed instructions | Luke Nelson | 4 | -19/+44 |
| 2020-05-06 | bpf, riscv: Optimize BPF_JSET BPF_K using andi on RV64 | Luke Nelson | 1 | -8/+19 |
| 2020-05-06 | bpf, riscv: Optimize BPF_JMP BPF_K when imm == 0 on RV64 | Luke Nelson | 1 | -5/+10 |
| 2020-05-06 | bpf, riscv: Optimize FROM_LE using verifier_zext on RV64 | Luke Nelson | 1 | -6/+14 |
| 2020-05-06 | bpf, riscv: Enable missing verifier_zext optimizations on RV64 | Luke Nelson | 1 | -4/+4 |
| 2020-04-30 | bpf, riscv: Fix stack layout of JITed code on RV32 | Luke Nelson | 1 | -32/+64 |
| 2020-04-26 | bpf, riscv: Fix tail call count off by one in RV32 BPF JIT | Luke Nelson | 1 | -2/+3 |
| 2020-04-08 | riscv, bpf: Fix offset range checking for auipc+jalr on RV64 | Luke Nelson | 1 | -17/+32 |
| 2020-03-05 | riscv, bpf: Add RV32G eBPF JIT | Luke Nelson | 3 | -1/+1365 |
| 2020-03-05 | riscv, bpf: Factor common RISC-V JIT code | Luke Nelson | 4 | -601/+639 |
| 2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -238/+293 |
| 2019-12-19 | riscv, bpf: Optimize calls | Björn Töpel | 1 | -37/+64 |
| 2019-12-19 | riscv, bpf: Provide RISC-V specific JIT image alloc/free | Björn Töpel | 1 | -0/+13 |
| 2019-12-19 | riscv, bpf: Optimize BPF tail calls | Björn Töpel | 1 | -6/+7 |
| 2019-12-19 | riscv, bpf: Add support for far jumps and exits | Björn Töpel | 1 | -20/+17 |
| 2019-12-19 | riscv, bpf: Add support for far branching when emitting tail call | Björn Töpel | 1 | -19/+3 |
| 2019-12-19 | riscv, bpf: Add support for far branching | Björn Töpel | 1 | -164/+188 |
| 2019-12-19 | riscv, bpf: Fix broken BPF tail calls | Björn Töpel | 1 | -2/+11 |
| 2019-12-11 | bpf, riscv: Limit to 33 tail calls | Paul Chaignon | 1 | -2/+2 |
| 2019-07-05 | bpf, riscv: Enable zext optimization for more RV64G ALU ops | Luke Nelson | 1 | -8/+8 |
| 2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+24 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+24 |
| 2019-05-31 | bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arsh | Luke Nelson | 1 | -0/+18 |
| 2019-05-24 | riscv: bpf: eliminate zero extension code-gen | Jiong Wang | 1 | -13/+30 |
| 2019-05-23 | bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32 | Björn Töpel | 1 | -0/+6 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-02-05 | bpf, riscv: add BPF JIT for RV64G | Björn Töpel | 2 | -0/+1603 |