summaryrefslogtreecommitdiff
path: root/arch/arm64/net/bpf_jit_comp.c
AgeCommit message (Expand)Author
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook
2025-09-23bpf, arm64: Add support for signed arena loadsPuranjay Mohan
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi
2025-09-17bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()Hengqi Chen
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan
2025-09-11bpf: arm64: simplify exception table handlingPuranjay Mohan
2025-09-04bpf, arm64: Remove duplicated bpf_flush_icache()Hengqi Chen
2025-08-27bpf, arm64: Add JIT support for timed may_gotoPuranjay Mohan
2025-07-31arm64/cfi,bpf: Support kCFI + BPF on arm64Puranjay Mohan
2025-07-26bpf, arm64: JIT support for private stackPuranjay Mohan
2025-07-26bpf, arm64: Fix fp initialization for exception boundaryPuranjay Mohan
2025-07-16bpf, arm64: remove structs on stack constraintAlexis Lothoré (eBPF Foundation)
2025-06-09bpf, arm64, powerpc: Change nospec to include v1 barrierLuis Gerhorst
2025-06-09bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()Luis Gerhorst
2025-05-28Merge tag 'bpf-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-05-27bpf, arm64: Remove unused-but-set function and variable.Alexei Starovoitov
2025-05-27bpf, arm64: Support up to 12 function argumentsXu Kuohai
2025-05-08arm64: bpf: Only mitigate cBPF programs loaded by unprivileged usersJames Morse
2025-05-08arm64: bpf: Add BHB mitigation to the epilogue for cBPF programsJames Morse
2025-03-15bpf, arm64: Support load-acquire and store-release instructionsPeilin Ye
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye
2025-02-23bpf: arm64: Silence "UBSAN: negation-overflow" warningSong Liu
2025-01-06bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic()Peilin Ye
2025-01-06bpf, arm64: Factor out emit_a64_add_i()Peilin Ye
2025-01-06bpf, arm64: Simplify if logic in emit_lse_atomic()Peilin Ye
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-10-25bpf, arm64: Remove garbage frame for struct_ops trampolineXu Kuohai
2024-10-21bpf, arm64: Fix address emission with tag-based KASAN enabledPeter Collingbourne
2024-09-04bpf, arm64: Jit BPF_CALL to direct call when possibleXu Kuohai
2024-08-28bpf, arm64: Avoid blindly saving/restoring all callee-saved registersXu Kuohai
2024-08-28bpf, arm64: Get rid of fpbXu Kuohai
2024-07-29bpf, arm64: Fix tailcall hierarchyLeon Hwang
2024-07-11bpf, arm64: Fix trampoline for BPF_TRAMP_F_CALL_ORIGPuranjay Mohan
2024-06-21bpf, arm64: Inline bpf_get_current_task/_btf() helpersPuranjay Mohan
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-05-15Merge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-05-14arm64: extend execmem_info for generated code allocationsMike Rapoport (IBM)
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-05-12bpf, arm64: inline bpf_get_smp_processor_id() helperPuranjay Mohan
2024-05-12arm64, bpf: add internal-only MOV instruction to resolve per-CPU addrsPuranjay Mohan
2024-05-08bpf, arm64: Add support for lse atomics in bpf_arenaPuranjay Mohan
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-16bpf, arm64: Fix incorrect runtime statsXu Kuohai
2024-04-02bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.Puranjay Mohan
2024-04-02bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions.Puranjay Mohan
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-21arm64: bpf: fix 32bit unconditional bswapArtem Savkov
2024-03-19bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan