Age | Commit message (Expand) | Author |
2025-05-28 | Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds |
2025-05-27 | bpf, arm64: Remove unused-but-set function and variable. | Alexei Starovoitov |
2025-05-27 | bpf, arm64: Support up to 12 function arguments | Xu Kuohai |
2025-05-08 | arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users | James Morse |
2025-05-08 | arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs | James Morse |
2025-03-15 | bpf, arm64: Support load-acquire and store-release instructions | Peilin Ye |
2025-03-15 | bpf: Introduce load-acquire and store-release instructions | Peilin Ye |
2025-02-23 | bpf: arm64: Silence "UBSAN: negation-overflow" warning | Song Liu |
2025-01-06 | bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic() | Peilin Ye |
2025-01-06 | bpf, arm64: Factor out emit_a64_add_i() | Peilin Ye |
2025-01-06 | bpf, arm64: Simplify if logic in emit_lse_atomic() | Peilin Ye |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) |
2024-10-25 | bpf, arm64: Remove garbage frame for struct_ops trampoline | Xu Kuohai |
2024-10-21 | bpf, arm64: Fix address emission with tag-based KASAN enabled | Peter Collingbourne |
2024-09-04 | bpf, arm64: Jit BPF_CALL to direct call when possible | Xu Kuohai |
2024-08-28 | bpf, arm64: Avoid blindly saving/restoring all callee-saved registers | Xu Kuohai |
2024-08-28 | bpf, arm64: Get rid of fpb | Xu Kuohai |
2024-07-29 | bpf, arm64: Fix tailcall hierarchy | Leon Hwang |
2024-07-11 | bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIG | Puranjay Mohan |
2024-06-21 | bpf, arm64: Inline bpf_get_current_task/_btf() helpers | Puranjay Mohan |
2024-06-20 | bpf: remove unused parameter in bpf_jit_binary_pack_finalize | Rafael Passos |
2024-05-15 | Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-05-14 | arm64: extend execmem_info for generated code allocations | Mike Rapoport (IBM) |
2024-05-13 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski |
2024-05-12 | bpf, arm64: inline bpf_get_smp_processor_id() helper | Puranjay Mohan |
2024-05-12 | arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrs | Puranjay Mohan |
2024-05-08 | bpf, arm64: Add support for lse atomics in bpf_arena | Puranjay Mohan |
2024-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-04-16 | bpf, arm64: Fix incorrect runtime stats | Xu Kuohai |
2024-04-02 | bpf: Add arm64 JIT support for bpf_addr_space_cast instruction. | Puranjay Mohan |
2024-04-02 | bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions. | Puranjay Mohan |
2024-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-03-21 | arm64: bpf: fix 32bit unconditional bswap | Artem Savkov |
2024-03-19 | bpf, arm64: fix bug in BPF_LDX_MEMSX | Puranjay Mohan |
2024-03-18 | bpf: Check return from set_memory_rox() | Christophe Leroy |
2024-03-18 | bpf: Remove arch_unprotect_bpf_trampoline() | Christophe Leroy |
2024-03-09 | arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline | Puranjay Mohan |
2024-02-28 | bpf, arm64: use bpf_prog_pack for memory management | Puranjay Mohan |
2024-02-27 | bpf, arm64: support exceptions | Puranjay Mohan |
2024-01-23 | bpf, arm64: Enable the inline of bpf_kptr_xchg() | Hou Tao |
2023-12-06 | bpf: Use arch_bpf_trampoline_size | Song Liu |
2023-12-06 | bpf: Add arch_bpf_trampoline_size() | Song Liu |
2023-12-06 | bpf: Adjust argument names of arch_prepare_bpf_trampoline() | Song Liu |
2023-09-16 | bpf: Use bpf_is_subprog to check for subprogs | Kumar Kartikeya Dwivedi |
2023-08-18 | bpf, arm64: Support signed div/mod instructions | Xu Kuohai |
2023-08-18 | bpf, arm64: Support 32-bit offset jmp instruction | Xu Kuohai |
2023-08-18 | bpf, arm64: Support unconditional bswap | Xu Kuohai |
2023-08-18 | bpf, arm64: Support sign-extension mov instructions | Xu Kuohai |
2023-08-18 | bpf, arm64: Support sign-extension load instructions | Xu Kuohai |