aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-14bpf, arm64: Convert struct_ops arena arguments in the trampolinePuranjay Mohan1-15/+77
2026-08-14bpf, arm64: JIT __arena kfunc argument rebasingPuranjay Mohan2-0/+53
2026-08-14bpf, arm64: Fix stack-passed arguments for indirect trampolinesPuranjay Mohan1-6/+13
2026-08-12bpf, arm64: Clear fetch destination on faulting arena atomicDaniel Borkmann1-14/+30
2026-08-07bpf, arm64: Fix exception table metadata for arena load-acquireDaniel Borkmann1-2/+7
2026-07-21bpf: Extract the is_struct_ops_tramp helperPu Lehui1-6/+0
2026-07-21bpf, arm64: Optimize cast_user code generationPuranjay Mohan1-6/+19
2026-07-01bpf: Restrict JIT predictor flush to cBPFPawan Gupta1-2/+2
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-29/+29
2026-05-31bpf, arm64: Fix redundant MOV and clarify stack arg commentsPuranjay Mohan1-5/+7
2026-05-13bpf, arm64: Add JIT support for stack argumentsPuranjay Mohan1-1/+87
2026-05-13bpf, arm64: Map BPF_REG_0 to x8 instead of x7Puranjay Mohan2-6/+6
2026-04-16bpf, arm64: Emit BTI for indirect jump targetXu Kuohai1-7/+10
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-52/+20
2026-04-15bpf, arm64: Remove redundant bpf_flush_icache() after pack allocator finalizePuranjay Mohan1-12/+0
2026-04-15bpf, arm64: Fix off-by-one in check_imm signed range checkDaniel Borkmann1-2/+2
2026-03-03bpf, arm64: Use ORR-based MOV for general-purpose registersPuranjay Mohan1-1/+3
2026-02-26bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearingFuad Tabba1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-11/+64
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-7/+0
2026-01-31bpf, arm64: Add fsession supportLeon Hwang1-9/+62
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier1-7/+0
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek1-1/+1
2025-12-21bpf: arm64: Fix sparse warningsPuranjay Mohan1-2/+2
2025-12-09bpf, arm64: Do not audit capability check in do_jit()Ondrej Mosnacek1-1/+1
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-7/+18
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong1-7/+7
2025-11-21bpf: arm64: Add support for indirect jumpsPuranjay Mohan1-0/+4
2025-11-21bpf: arm64: Add support for instructions arrayPuranjay Mohan1-0/+7
2025-11-12arm64: Fix typos and spelling errors in commentsmrigendrachaubey1-1/+1
2025-10-31bpf/arm64: Fix BPF_ST into arena memoryPuranjay Mohan1-2/+3
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds3-35/+134
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-1/+1
2025-09-23bpf, arm64: Add support for signed arena loadsPuranjay Mohan1-13/+17
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi1-0/+5
2025-09-17bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()Hengqi Chen1-2/+1
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan1-0/+60
2025-09-11bpf: arm64: simplify exception table handlingPuranjay Mohan1-22/+3
2025-09-04bpf, arm64: Remove duplicated bpf_flush_icache()Hengqi Chen1-1/+0
2025-08-27bpf, arm64: Add JIT support for timed may_gotoPuranjay Mohan3-2/+53
2025-07-31arm64/cfi,bpf: Support kCFI + BPF on arm64Puranjay Mohan1-3/+27
2025-07-26bpf, arm64: JIT support for private stackPuranjay Mohan1-12/+121
2025-07-26bpf, arm64: Fix fp initialization for exception boundaryPuranjay Mohan1-0/+1
2025-07-16bpf, arm64: remove structs on stack constraintAlexis Lothoré (eBPF Foundation)1-5/+0
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst2-2/+12