summaryrefslogtreecommitdiff
path: root/arch/arm64/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-21bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne1-2/+10
2024-09-04bpf, arm64: Jit BPF_CALL to direct call when possibleXu Kuohai1-16/+75
2024-08-28bpf, arm64: Avoid blindly saving/restoring all callee-saved registersXu Kuohai1-111/+183
2024-08-28bpf, arm64: Get rid of fpbXu Kuohai1-93/+11
2024-07-29bpf, arm64: Fix tailcall hierarchyLeon Hwang1-16/+41
2024-07-11bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIGPuranjay Mohan1-2/+2
2024-06-21bpf, arm64: Inline bpf_get_current_task/_btf() helpersPuranjay Mohan1-0/+9
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos1-2/+1
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-11/+0
2024-05-14arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)1-11/+0
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+87
2024-05-12bpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan2-0/+27
2024-05-12arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan2-0/+20
2024-05-08bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan1-8/+40
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2024-04-16bpf, arm64: Fix incorrect runtime statsXu Kuohai1-3/+3
2024-04-02bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan1-0/+16
2024-04-02bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions.Puranjay Mohan1-10/+60
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-03-21arm64: bpf: fix 32bit unconditional bswapArtem Savkov1-1/+1
2024-03-19bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan1-1/+1
2024-03-18bpf: Check return from set_memory_rox()Christophe Leroy1-1/+2
2024-03-18bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy1-4/+0
2024-03-09arm64, bpf: Use bpf_prog_pack for arm64 bpf trampolinePuranjay Mohan1-9/+46
2024-02-28bpf, arm64: use bpf_prog_pack for memory managementPuranjay Mohan1-24/+115
2024-02-27bpf, arm64: support exceptionsPuranjay Mohan1-19/+68
2024-01-23bpf, arm64: Enable the inline of bpf_kptr_xchg()Hou Tao1-0/+5
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu1-7/+0
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu1-15/+41
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu1-5/+5
2023-09-16bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi1-1/+1
2023-08-18bpf, arm64: Support signed div/mod instructionsXu Kuohai2-4/+17
2023-08-18bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai1-1/+5
2023-08-18bpf, arm64: Support unconditional bswapXu Kuohai1-2/+3
2023-08-18bpf, arm64: Support sign-extension mov instructionsXu Kuohai2-1/+19
2023-08-18bpf, arm64: Support sign-extension load instructionsXu Kuohai2-8/+43
2023-07-18bpf, arm64: Fix BTI type used for freplace attached functionsAlexander Duyck1-1/+7
2023-05-15bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest1-27/+28
2023-04-03bpf, arm64: Fixed a BTI error on returning to patched functionXu Kuohai2-1/+6
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau1-7/+2
2022-09-06bpf: arm64: No support of struct argument in trampoline programsYonghong Song1-1/+7
2022-08-10bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai1-6/+6
2022-08-08bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun1-2/+2
2022-07-22bpf, arm64: Fix compile error in dummy_tramp()Xu Kuohai1-2/+2
2022-07-14bpf, arm64: Mark dummy_tramp as globalNathan Chancellor1-0/+1
2022-07-11bpf, arm64: Add bpf trampoline for arm64Xu Kuohai1-3/+382
2022-07-11bpf, arm64: Implement bpf_arch_text_poke() for arm64Xu Kuohai2-14/+322
2022-06-21bpf, arm64: Keep tail call count across bpf2bpf callsJakub Sitnicki1-1/+8
2022-06-07bpf, arm64: Clear prog->jited_len along prog->jitedEric Dumazet1-0/+1
2022-04-06bpf, arm64: Sign return address for JITed codeXu Kuohai2-2/+13