summaryrefslogtreecommitdiff
path: root/arch/arm64/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-16Merge 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-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-8/+87
2024-05-13bpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan2-0/+27
2024-05-13arm64, 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-03bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan1-0/+16
2024-04-03bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions.Puranjay Mohan1-10/+60
2024-03-29Merge 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-20bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan1-1/+1
2024-03-19bpf: Check return from set_memory_rox()Christophe Leroy1-1/+2
2024-03-19bpf: 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-29bpf, arm64: use bpf_prog_pack for memory managementPuranjay Mohan1-24/+115
2024-02-28bpf, arm64: support exceptionsPuranjay Mohan1-19/+68
2024-01-24bpf, arm64: Enable the inline of bpf_kptr_xchg()Hou Tao1-0/+5
2023-12-07bpf: Use arch_bpf_trampoline_sizeSong Liu1-7/+0
2023-12-07bpf: Add arch_bpf_trampoline_size()Song Liu1-15/+41
2023-12-07bpf: 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-19bpf, 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-26bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau1-7/+2
2022-09-07bpf: 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
2022-04-01bpf, arm64: Adjust the offset of str/ldr(immediate) to positive numberXu Kuohai1-27/+138
2022-04-01bpf, arm64: Optimize BPF store/load using arm64 str/ldr(immediate offset)Xu Kuohai2-15/+127
2022-03-25kasan, arm64: don't tag executable vmalloc allocationsAndrey Konovalov1-1/+2
2022-02-28bpf, arm64: Support more atomic operationsHou Tao2-45/+217
2022-02-28Merge branch 'for-next/insn' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Daniel Borkmann1-2/+9
2022-02-28bpf, arm64: Feed byte-offset into bpf line infoHou Tao1-0/+5
2022-02-28bpf, arm64: Call build_prologue() first in first JIT passHou Tao1-5/+8
2022-02-23arm64: insn: add encoders for atomic operationsHou Tao1-2/+9