summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net/bpf_jit_comp.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, arm64: Jit BPF_CALL to direct call when possibleXu Kuohai2024-09-041-16/+75
* bpf, arm64: Avoid blindly saving/restoring all callee-saved registersXu Kuohai2024-08-281-111/+183
* bpf, arm64: Get rid of fpbXu Kuohai2024-08-281-93/+11
* bpf, arm64: Fix tailcall hierarchyLeon Hwang2024-07-291-16/+41
* bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIGPuranjay Mohan2024-07-111-2/+2
* bpf, arm64: Inline bpf_get_current_task/_btf() helpersPuranjay Mohan2024-06-211-0/+9
* bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos2024-06-201-2/+1
* Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-151-11/+0
|\
| * arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)2024-05-141-11/+0
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-131-8/+79
|\ \
| * | bpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan2024-05-121-0/+25
| * | arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan2024-05-121-0/+14
| * | bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan2024-05-081-8/+40
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-3/+3
|\ \ \ | |/ / |/| / | |/
| * bpf, arm64: Fix incorrect runtime statsXu Kuohai2024-04-161-3/+3
* | bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan2024-04-021-0/+16
* | bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions.Puranjay Mohan2024-04-021-10/+60
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-281-2/+2
|\|
| * arm64: bpf: fix 32bit unconditional bswapArtem Savkov2024-03-211-1/+1
| * bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan2024-03-191-1/+1
* | bpf: Check return from set_memory_rox()Christophe Leroy2024-03-181-1/+2
* | bpf: Remove arch_unprotect_bpf_trampoline()Christophe Leroy2024-03-181-4/+0
|/
* arm64, bpf: Use bpf_prog_pack for arm64 bpf trampolinePuranjay Mohan2024-03-091-9/+46
* bpf, arm64: use bpf_prog_pack for memory managementPuranjay Mohan2024-02-281-24/+115
* bpf, arm64: support exceptionsPuranjay Mohan2024-02-271-19/+68
* bpf, arm64: Enable the inline of bpf_kptr_xchg()Hou Tao2024-01-231-0/+5
* bpf: Use arch_bpf_trampoline_sizeSong Liu2023-12-061-7/+0
* bpf: Add arch_bpf_trampoline_size()Song Liu2023-12-061-15/+41
* bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu2023-12-061-5/+5
* bpf: Use bpf_is_subprog to check for subprogsKumar Kartikeya Dwivedi2023-09-161-1/+1
* bpf, arm64: Support signed div/mod instructionsXu Kuohai2023-08-181-4/+16
* bpf, arm64: Support 32-bit offset jmp instructionXu Kuohai2023-08-181-1/+5
* bpf, arm64: Support unconditional bswapXu Kuohai2023-08-181-2/+3
* bpf, arm64: Support sign-extension mov instructionsXu Kuohai2023-08-181-1/+14
* bpf, arm64: Support sign-extension load instructionsXu Kuohai2023-08-181-8/+37
* bpf, arm64: Fix BTI type used for freplace attached functionsAlexander Duyck2023-07-181-1/+7
* bpf, arm64: Support struct arguments in the BPF trampolineFlorent Revest2023-05-151-27/+28
* bpf, arm64: Fixed a BTI error on returning to patched functionXu Kuohai2023-04-031-1/+2
* bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau2022-10-251-7/+2
* bpf: arm64: No support of struct argument in trampoline programsYonghong Song2022-09-061-1/+7
* bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai2022-08-101-6/+6
* bpf, arm64: Allocate program buffer using kvcalloc instead of kcallocAijun Sun2022-08-081-2/+2
* bpf, arm64: Fix compile error in dummy_tramp()Xu Kuohai2022-07-221-2/+2
* bpf, arm64: Mark dummy_tramp as globalNathan Chancellor2022-07-141-0/+1
* bpf, arm64: Add bpf trampoline for arm64Xu Kuohai2022-07-111-3/+382
* bpf, arm64: Implement bpf_arch_text_poke() for arm64Xu Kuohai2022-07-111-14/+315
* bpf, arm64: Keep tail call count across bpf2bpf callsJakub Sitnicki2022-06-211-1/+8
* bpf, arm64: Clear prog->jited_len along prog->jitedEric Dumazet2022-06-071-0/+1
* bpf, arm64: Sign return address for JITed codeXu Kuohai2022-04-061-2/+10
* bpf, arm64: Adjust the offset of str/ldr(immediate) to positive numberXu Kuohai2022-04-011-27/+138