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