summaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
AgeCommit message (Expand)AuthorLines
2026-02-26bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearingFuad Tabba-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-11/+64
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-7/+0
2026-01-31bpf, arm64: Add fsession supportLeon Hwang-9/+62
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier-7/+0
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek-1/+1
2025-12-21bpf: arm64: Fix sparse warningsPuranjay Mohan-2/+2
2025-12-09bpf, arm64: Do not audit capability check in do_jit()Ondrej Mosnacek-1/+1
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-7/+18
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong-7/+7
2025-11-21bpf: arm64: Add support for indirect jumpsPuranjay Mohan-0/+4
2025-11-21bpf: arm64: Add support for instructions arrayPuranjay Mohan-0/+7
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey-1/+1
2025-10-31bpf/arm64: Fix BPF_ST into arena memoryPuranjay Mohan-2/+3
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-35/+134
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook-1/+1
2025-09-23bpf, arm64: Add support for signed arena loadsPuranjay Mohan-13/+17
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi-0/+5
2025-09-17bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()Hengqi Chen-2/+1
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan-0/+60
2025-09-11bpf: arm64: simplify exception table handlingPuranjay Mohan-22/+3
2025-09-04bpf, arm64: Remove duplicated bpf_flush_icache()Hengqi Chen-1/+0
2025-08-27bpf, arm64: Add JIT support for timed may_gotoPuranjay Mohan-2/+53
2025-07-31arm64/cfi,bpf: Support kCFI + BPF on arm64Puranjay Mohan-3/+27
2025-07-26bpf, arm64: JIT support for private stackPuranjay Mohan-12/+121
2025-07-26bpf, arm64: Fix fp initialization for exception boundaryPuranjay Mohan-0/+1
2025-07-16bpf, arm64: remove structs on stack constraintAlexis Lothoré (eBPF Foundation)-5/+0
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst-2/+12
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst-9/+12
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-71/+171
2025-05-27bpf, arm64: Remove unused-but-set function and variable.Alexei Starovoitov-19/+2
2025-05-27bpf, arm64: Support up to 12 function argumentsXu Kuohai-54/+171
2025-05-08arm64: bpf: Only mitigate cBPF programs loaded by unprivileged usersJames Morse-0/+3
2025-05-08arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse-4/+50
2025-03-15bpf, arm64: Support load-acquire and store-release instructionsPeilin Ye-6/+104
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye-0/+4
2025-02-23bpf: arm64: Silence "UBSAN: negation-overflow" warningSong Liu-3/+3
2025-01-06bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()Peilin Ye-8/+4
2025-01-06bpf, arm64: Factor out emit_a64_add_i()Peilin Ye-8/+14
2025-01-06bpf, arm64: Simplify if logic in emit_lse_atomic()Peilin Ye-10/+8
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)-1/+1
2024-10-25bpf, arm64: Remove garbage frame for struct_ops trampolineXu Kuohai-16/+31
2024-10-21bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne-2/+10
2024-09-04bpf, arm64: Jit BPF_CALL to direct call when possibleXu Kuohai-16/+75
2024-08-28bpf, arm64: Avoid blindly saving/restoring all callee-saved registersXu Kuohai-111/+183