summaryrefslogtreecommitdiff
path: root/arch/arm64/net
AgeCommit message (Expand)AuthorFilesLines
2025-05-29Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-71/+171
2025-05-28bpf, arm64: Remove unused-but-set function and variable.Alexei Starovoitov1-19/+2
2025-05-27bpf, arm64: Support up to 12 function argumentsXu Kuohai1-54/+171
2025-05-08arm64: bpf: Only mitigate cBPF programs loaded by unprivileged usersJames Morse1-0/+3
2025-05-08arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse1-4/+50
2025-03-15bpf, arm64: Support load-acquire and store-release instructionsPeilin Ye2-6/+104
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-0/+4
2025-02-24bpf: arm64: Silence "UBSAN: negation-overflow" warningSong Liu1-3/+3
2025-01-06bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()Peilin Ye1-8/+4
2025-01-06bpf, arm64: Factor out emit_a64_add_i()Peilin Ye1-8/+14
2025-01-06bpf, arm64: Simplify if logic in emit_lse_atomic()Peilin Ye1-10/+8
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-1/+1
2024-10-25bpf, arm64: Remove garbage frame for struct_ops trampolineXu Kuohai1-16/+31
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-22bpf, arm64: Inline bpf_get_current_task/_btf() helpersPuranjay Mohan1-0/+9
2024-06-21bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos1-2/+1
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