| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-08-14 | bpf, arm64: Convert struct_ops arena arguments in the trampoline |  Puranjay Mohan | 1 | -15/+77 |
| 2026-08-14 | bpf, arm64: JIT __arena kfunc argument rebasing |  Puranjay Mohan | 2 | -0/+53 |
| 2026-08-14 | bpf, arm64: Fix stack-passed arguments for indirect trampolines |  Puranjay Mohan | 1 | -6/+13 |
| 2026-08-12 | bpf, arm64: Clear fetch destination on faulting arena atomic |  Daniel Borkmann | 1 | -14/+30 |
| 2026-08-07 | bpf, arm64: Fix exception table metadata for arena load-acquire |  Daniel Borkmann | 1 | -2/+7 |
| 2026-07-21 | bpf: Extract the is_struct_ops_tramp helper |  Pu Lehui | 1 | -6/+0 |
| 2026-07-21 | bpf, arm64: Optimize cast_user code generation |  Puranjay Mohan | 1 | -6/+19 |
| 2026-07-01 | bpf: Restrict JIT predictor flush to cBPF |  Pawan Gupta | 1 | -2/+2 |
| 2026-06-07 | bpf: Add struct bpf_tramp_node object |  Jiri Olsa | 1 | -29/+29 |
| 2026-05-31 | bpf, arm64: Fix redundant MOV and clarify stack arg comments |  Puranjay Mohan | 1 | -5/+7 |
| 2026-05-13 | bpf, arm64: Add JIT support for stack arguments |  Puranjay Mohan | 1 | -1/+87 |
| 2026-05-13 | bpf, arm64: Map BPF_REG_0 to x8 instead of x7 |  Puranjay Mohan | 2 | -6/+6 |
| 2026-04-16 | bpf, arm64: Emit BTI for indirect jump target |  Xu Kuohai | 1 | -7/+10 |
| 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 | -52/+20 |
| 2026-04-15 | bpf, arm64: Remove redundant bpf_flush_icache() after pack allocator finalize |  Puranjay Mohan | 1 | -12/+0 |
| 2026-04-15 | bpf, arm64: Fix off-by-one in check_imm signed range check |  Daniel Borkmann | 1 | -2/+2 |
| 2026-03-03 | bpf, arm64: Use ORR-based MOV for general-purpose registers |  Puranjay Mohan | 1 | -1/+3 |
| 2026-02-26 | bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearing |  Fuad Tabba | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument |  Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types |  Kees Cook | 1 | -2/+2 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -1/+1 |
| 2026-02-10 | Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Linus Torvalds | 1 | -11/+64 |
| 2026-02-09 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -7/+0 |
| 2026-01-31 | bpf, arm64: Add fsession support |  Leon Hwang | 1 | -9/+62 |
| 2026-01-22 | arm64: Unconditionally enable LSE support |  Marc Zyngier | 1 | -7/+0 |
| 2026-01-20 | kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup() |  Petr Mladek | 1 | -1/+1 |
| 2025-12-21 | bpf: arm64: Fix sparse warnings |  Puranjay Mohan | 1 | -2/+2 |
| 2025-12-09 | bpf, arm64: Do not audit capability check in do_jit() |  Ondrej Mosnacek | 1 | -1/+1 |
| 2025-12-03 | Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Linus Torvalds | 1 | -7/+18 |
| 2025-12-02 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -1/+1 |
| 2025-11-24 | bpf: specify the old and new poke_type for bpf_arch_text_poke |  Menglong Dong | 1 | -7/+7 |
| 2025-11-21 | bpf: arm64: Add support for indirect jumps |  Puranjay Mohan | 1 | -0/+4 |
| 2025-11-21 | bpf: arm64: Add support for instructions array |  Puranjay Mohan | 1 | -0/+7 |
| 2025-11-12 | arm64: Fix typos and spelling errors in comments |  mrigendrachaubey | 1 | -1/+1 |
| 2025-10-31 | bpf/arm64: Fix BPF_ST into arena memory |  Puranjay Mohan | 1 | -2/+3 |
| 2025-09-30 | Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Linus Torvalds | 3 | -35/+134 |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI |  Kees Cook | 1 | -1/+1 |
| 2025-09-23 | bpf, arm64: Add support for signed arena loads |  Puranjay Mohan | 1 | -13/+17 |
| 2025-09-23 | bpf, x86: Add support for signed arena loads |  Kumar Kartikeya Dwivedi | 1 | -0/+5 |
| 2025-09-17 | bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free() |  Hengqi Chen | 1 | -2/+1 |
| 2025-09-11 | bpf: Report arena faults to BPF stderr |  Puranjay Mohan | 1 | -0/+60 |
| 2025-09-11 | bpf: arm64: simplify exception table handling |  Puranjay Mohan | 1 | -22/+3 |
| 2025-09-04 | bpf, arm64: Remove duplicated bpf_flush_icache() |  Hengqi Chen | 1 | -1/+0 |
| 2025-08-27 | bpf, arm64: Add JIT support for timed may_goto |  Puranjay Mohan | 3 | -2/+53 |
| 2025-07-31 | arm64/cfi,bpf: Support kCFI + BPF on arm64 |  Puranjay Mohan | 1 | -3/+27 |
| 2025-07-26 | bpf, arm64: JIT support for private stack |  Puranjay Mohan | 1 | -12/+121 |
| 2025-07-26 | bpf, arm64: Fix fp initialization for exception boundary |  Puranjay Mohan | 1 | -0/+1 |
| 2025-07-16 | bpf, arm64: remove structs on stack constraint |  Alexis Lothoré (eBPF Foundation) | 1 | -5/+0 |
| 2025-06-09 | bpf, arm64, powerpc: Change nospec to include v1 barrier |  Luis Gerhorst | 2 | -2/+12 |