| Age | Commit message (Expand) | Author | Lines |
| 2026-02-26 | bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearing | Fuad Tabba | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | -2/+2 |
| 2026-02-12 | Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | -1/+1 |
| 2026-02-10 | Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Linus Torvalds | -11/+64 |
| 2026-02-09 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | -7/+0 |
| 2026-01-31 | bpf, arm64: Add fsession support | Leon Hwang | -9/+62 |
| 2026-01-22 | arm64: Unconditionally enable LSE support | Marc Zyngier | -7/+0 |
| 2026-01-20 | kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup() | Petr Mladek | -1/+1 |
| 2025-12-21 | bpf: arm64: Fix sparse warnings | Puranjay Mohan | -2/+2 |
| 2025-12-09 | bpf, arm64: Do not audit capability check in do_jit() | Ondrej Mosnacek | -1/+1 |
| 2025-12-03 | Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | -7/+18 |
| 2025-12-02 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | -1/+1 |
| 2025-11-24 | bpf: specify the old and new poke_type for bpf_arch_text_poke | Menglong Dong | -7/+7 |
| 2025-11-21 | bpf: arm64: Add support for indirect jumps | Puranjay Mohan | -0/+4 |
| 2025-11-21 | bpf: arm64: Add support for instructions array | Puranjay Mohan | -0/+7 |
| 2025-11-12 | arm64: Fix typos and spelling errors in comments | mrigendrachaubey | -1/+1 |
| 2025-10-31 | bpf/arm64: Fix BPF_ST into arena memory | Puranjay Mohan | -2/+3 |
| 2025-09-30 | Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | -35/+134 |
| 2025-09-24 | kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI | Kees Cook | -1/+1 |
| 2025-09-23 | bpf, arm64: Add support for signed arena loads | Puranjay Mohan | -13/+17 |
| 2025-09-23 | bpf, x86: Add support for signed arena loads | Kumar Kartikeya Dwivedi | -0/+5 |
| 2025-09-17 | bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free() | Hengqi Chen | -2/+1 |
| 2025-09-11 | bpf: Report arena faults to BPF stderr | Puranjay Mohan | -0/+60 |
| 2025-09-11 | bpf: arm64: simplify exception table handling | Puranjay Mohan | -22/+3 |
| 2025-09-04 | bpf, arm64: Remove duplicated bpf_flush_icache() | Hengqi Chen | -1/+0 |
| 2025-08-27 | bpf, arm64: Add JIT support for timed may_goto | Puranjay Mohan | -2/+53 |
| 2025-07-31 | arm64/cfi,bpf: Support kCFI + BPF on arm64 | Puranjay Mohan | -3/+27 |
| 2025-07-26 | bpf, arm64: JIT support for private stack | Puranjay Mohan | -12/+121 |
| 2025-07-26 | bpf, arm64: Fix fp initialization for exception boundary | Puranjay Mohan | -0/+1 |
| 2025-07-16 | bpf, arm64: remove structs on stack constraint | Alexis Lothoré (eBPF Foundation) | -5/+0 |
| 2025-06-09 | bpf, arm64, powerpc: Change nospec to include v1 barrier | Luis Gerhorst | -2/+12 |
| 2025-06-09 | bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4() | Luis Gerhorst | -9/+12 |
| 2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | -71/+171 |
| 2025-05-27 | bpf, arm64: Remove unused-but-set function and variable. | Alexei Starovoitov | -19/+2 |
| 2025-05-27 | bpf, arm64: Support up to 12 function arguments | Xu Kuohai | -54/+171 |
| 2025-05-08 | arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users | James Morse | -0/+3 |
| 2025-05-08 | arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs | James Morse | -4/+50 |
| 2025-03-15 | bpf, arm64: Support load-acquire and store-release instructions | Peilin Ye | -6/+104 |
| 2025-03-15 | bpf: Introduce load-acquire and store-release instructions | Peilin Ye | -0/+4 |
| 2025-02-23 | bpf: arm64: Silence "UBSAN: negation-overflow" warning | Song Liu | -3/+3 |
| 2025-01-06 | bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic() | Peilin Ye | -8/+4 |
| 2025-01-06 | bpf, arm64: Factor out emit_a64_add_i() | Peilin Ye | -8/+14 |
| 2025-01-06 | bpf, arm64: Simplify if logic in emit_lse_atomic() | Peilin Ye | -10/+8 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -1/+1 |
| 2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | -1/+1 |
| 2024-10-25 | bpf, arm64: Remove garbage frame for struct_ops trampoline | Xu Kuohai | -16/+31 |
| 2024-10-21 | bpf, arm64: Fix address emission with tag-based KASAN enabled | Peter Collingbourne | -2/+10 |
| 2024-09-04 | bpf, arm64: Jit BPF_CALL to direct call when possible | Xu Kuohai | -16/+75 |
| 2024-08-28 | bpf, arm64: Avoid blindly saving/restoring all callee-saved registers | Xu Kuohai | -111/+183 |