Age | Commit message (Expand) | Author | Files | Lines |
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-21 | bpf, arm64: Inline bpf_get_current_task/_btf() helpers | Puranjay Mohan | 1 | -0/+9 |
2024-06-20 | bpf: remove unused parameter in bpf_jit_binary_pack_finalize | Rafael Passos | 1 | -2/+1 |
2024-05-15 | 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-13 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2 | -8/+87 |
2024-05-12 | bpf, arm64: inline bpf_get_smp_processor_id() helper | Puranjay Mohan | 2 | -0/+27 |
2024-05-12 | 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-02 | bpf: Add arm64 JIT support for bpf_addr_space_cast instruction. | Puranjay Mohan | 1 | -0/+16 |
2024-04-02 | bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions. | Puranjay Mohan | 1 | -10/+60 |
2024-03-28 | 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-19 | bpf, arm64: fix bug in BPF_LDX_MEMSX | Puranjay Mohan | 1 | -1/+1 |
2024-03-18 | bpf: Check return from set_memory_rox() | Christophe Leroy | 1 | -1/+2 |
2024-03-18 | 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-28 | bpf, arm64: use bpf_prog_pack for memory management | Puranjay Mohan | 1 | -24/+115 |
2024-02-27 | bpf, arm64: support exceptions | Puranjay Mohan | 1 | -19/+68 |
2024-01-23 | bpf, arm64: Enable the inline of bpf_kptr_xchg() | Hou Tao | 1 | -0/+5 |
2023-12-06 | bpf: Use arch_bpf_trampoline_size | Song Liu | 1 | -7/+0 |
2023-12-06 | bpf: Add arch_bpf_trampoline_size() | Song Liu | 1 | -15/+41 |
2023-12-06 | 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 |
2023-07-18 | bpf, arm64: Fix BTI type used for freplace attached functions | Alexander Duyck | 1 | -1/+7 |
2023-05-15 | bpf, arm64: Support struct arguments in the BPF trampoline | Florent Revest | 1 | -27/+28 |
2023-04-03 | bpf, arm64: Fixed a BTI error on returning to patched function | Xu Kuohai | 2 | -1/+6 |
2022-10-25 | bpf: Remove prog->active check for bpf_lsm and bpf_iter | Martin KaFai Lau | 1 | -7/+2 |
2022-09-06 | bpf: arm64: No support of struct argument in trampoline programs | Yonghong Song | 1 | -1/+7 |
2022-08-10 | bpf, arm64: Fix bpf trampoline instruction endianness | Xu Kuohai | 1 | -6/+6 |
2022-08-08 | bpf, arm64: Allocate program buffer using kvcalloc instead of kcalloc | Aijun Sun | 1 | -2/+2 |
2022-07-22 | bpf, arm64: Fix compile error in dummy_tramp() | Xu Kuohai | 1 | -2/+2 |
2022-07-14 | bpf, arm64: Mark dummy_tramp as global | Nathan Chancellor | 1 | -0/+1 |
2022-07-11 | bpf, arm64: Add bpf trampoline for arm64 | Xu Kuohai | 1 | -3/+382 |
2022-07-11 | bpf, arm64: Implement bpf_arch_text_poke() for arm64 | Xu Kuohai | 2 | -14/+322 |
2022-06-21 | bpf, arm64: Keep tail call count across bpf2bpf calls | Jakub Sitnicki | 1 | -1/+8 |
2022-06-07 | bpf, arm64: Clear prog->jited_len along prog->jited | Eric Dumazet | 1 | -0/+1 |
2022-04-06 | bpf, arm64: Sign return address for JITed code | Xu Kuohai | 2 | -2/+13 |