| Age | Commit message (Expand) | Author | Lines |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | -3/+3 |
| 2026-02-13 | bpf, riscv: add fsession support for trampolines | Menglong Dong | -10/+64 |
| 2026-02-13 | bpf, riscv: introduce emit_store_stack_imm64() for trampoline | Menglong Dong | -11/+14 |
| 2026-01-06 | riscv, bpf: Fix incorrect usage of BPF_TRAMP_F_ORIG_STACK | Menglong Dong | -4/+2 |
| 2025-11-24 | bpf: specify the old and new poke_type for bpf_arch_text_poke | Menglong Dong | -3/+6 |
| 2025-11-24 | bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME | Menglong Dong | -1/+1 |
| 2025-09-30 | Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | -388/+251 |
| 2025-09-29 | Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | -2/+2 |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook | -2/+2 |
| 2025-09-23 | riscv: bpf: Fix uninitialized symbol 'retval_off' | Chenghao Duan | -3/+2 |
| 2025-09-23 | bpf, x86: Add support for signed arena loads | Kumar Kartikeya Dwivedi | -0/+5 |
| 2025-09-15 | riscv, bpf: Sign extend struct ops return values properly | Hengqi Chen | -1/+41 |
| 2025-09-15 | riscv, bpf: Remove duplicated bpf_flush_icache() | Hengqi Chen | -1/+0 |
| 2025-09-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5 | Alexei Starovoitov | -2/+2 |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in bpf_get_smp_processor_id | Radim Krčmář | -1/+1 |
| 2025-09-05 | riscv, bpf: use lw when reading int cpu in BPF_MOV64_PERCPU_REG | Radim Krčmář | -1/+1 |
| 2025-08-15 | riscv, bpf: Add support arena atomics for RV64 | Pu Lehui | -3/+59 |
| 2025-08-15 | riscv, bpf: Add ex_insn_off and ex_jmp_off for exception table handling | Pu Lehui | -47/+39 |
| 2025-08-15 | riscv, bpf: Optimize cmpxchg insn with Zacas support | Pu Lehui | -16/+29 |
| 2025-08-15 | riscv, bpf: Add Zacas instructions | Pu Lehui | -0/+11 |
| 2025-08-15 | riscv, bpf: Add rv_ext_enabled macro for runtime detection extentsion | Pu Lehui | -17/+11 |
| 2025-08-15 | riscv, bpf: Extract emit_ldx() helper | Pu Lehui | -108/+35 |
| 2025-08-15 | riscv, bpf: Extract emit_st() helper | Pu Lehui | -109/+26 |
| 2025-08-15 | riscv, bpf: Extract emit_stx() helper | Pu Lehui | -131/+41 |
| 2025-05-09 | bpf, riscv64: Skip redundant zext instruction after load-acquire | Peilin Ye | -7/+19 |
| 2025-05-09 | bpf, riscv64: Support load-acquire and store-release instructions | Andrea Parri | -5/+85 |
| 2025-05-09 | bpf, riscv64: Introduce emit_load_*() and emit_store_*() | Andrea Parri | -99/+143 |
| 2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | -2/+2 |
| 2024-10-17 | riscv, bpf: Make BPF_CMPXCHG fully ordered | Andrea Parri | -2/+2 |
| 2024-10-09 | riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled | Pu Lehui | -1/+3 |
| 2024-07-20 | Merge tag 'riscv-for-linus-6.11-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | -3/+4 |
| 2024-07-08 | riscv, bpf: Optimize stack usage of trampoline | Puranjay Mohan | -1/+1 |
| 2024-07-02 | riscv, bpf: Add 12-argument support for RV64 bpf trampoline | Pu Lehui | -19/+47 |
| 2024-07-01 | riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline | Pu Lehui | -14/+29 |
| 2024-07-01 | riscv, bpf: Fix out-of-bounds issue when preparing trampoline image | Pu Lehui | -5/+13 |
| 2024-06-26 | riscv: Pass patch_text() the length in bytes | Samuel Holland | -3/+4 |
| 2024-06-20 | bpf: remove unused parameter in bpf_jit_binary_pack_finalize | Rafael Passos | -3/+2 |
| 2024-06-03 | riscv, bpf: Introduce shift add helper with Zba optimization | Xiao Wang | -8/+37 |
| 2024-05-24 | riscv, bpf: Try RVC for reg move within BPF_CMPXCHG JIT | Xiao Wang | -2/+4 |
| 2024-05-24 | riscv, bpf: Use STACK_ALIGN macro for size rounding up | Xiao Wang | -3/+3 |
| 2024-05-24 | riscv, bpf: Optimize zextw insn with Zba extension | Xiao Wang | -0/+18 |
| 2024-05-15 | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | -13/+0 |
| 2024-05-14 | riscv: extend execmem_params for generated code allocations | Mike Rapoport (IBM) | -13/+0 |
| 2024-05-13 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | -12/+62 |
| 2024-05-12 | riscv, bpf: make some atomic operations fully ordered | Puranjay Mohan | -10/+10 |
| 2024-05-12 | riscv, bpf: Fix typo in comment | Xiao Wang | -2/+2 |
| 2024-05-12 | riscv, bpf: inline bpf_get_smp_processor_id() | Puranjay Mohan | -0/+26 |
| 2024-05-12 | riscv, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan | -0/+24 |
| 2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | -3/+3 |