summaryrefslogtreecommitdiff
path: root/arch/powerpc/net/bpf_jit_comp.c
AgeCommit message (Expand)Author
2026-03-07powerpc64/bpf: fix kfunc call supportHari Bathini
2026-03-07powerpc64/bpf: remove BPF redzone protection in trampoline stackHari Bathini
2026-03-07powerpc64/bpf: use consistent tailcall offset in trampolineHari Bathini
2026-03-07powerpc64/bpf: fix the address returned by bpf_get_func_ipHari Bathini
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-01-29powerpc64/bpf: Support exceptionsAbhishek Dubey
2026-01-29powerpc64/bpf: Avoid tailcall restore from trampolineAbhishek Dubey
2026-01-29powerpc64/bpf: Support tailcalls with subprogsAbhishek Dubey
2026-01-29powerpc64/bpf: Moving tail_call_cnt to bottom of frameAbhishek Dubey
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek
2026-01-07powerpc64/bpf: Inline bpf_get_smp_processor_id() and bpf_get_current_task/_btf()Saket Kumar Bhaskar
2026-01-07powerpc64/bpf: Support internal-only MOV instruction to resolve per-CPU addrsSaket Kumar Bhaskar
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-09-06powerpc64/bpf: Implement PROBE_ATOMIC instructionsSaket Kumar Bhaskar
2025-09-06powerpc64/bpf: Implement bpf_addr_space_cast instructionSaket Kumar Bhaskar
2025-09-06powerpc64/bpf: Implement PROBE_MEM32 pseudo instructionsSaket Kumar Bhaskar
2025-04-29powerpc/bpf: fix JIT code size calculation of bpf trampolineHari Bathini
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-10-31powerpc64/bpf: Add support for bpf trampolinesNaveen N Rao
2024-06-20bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos
2024-05-06powerpc/bpf: enable kfunc callHari Bathini
2023-10-23powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]Hari Bathini
2023-10-23powerpc/bpf: rename powerpc64_jit_data to powerpc_jit_dataHari Bathini
2023-10-23powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_packHari Bathini
2023-10-23powerpc/bpf: implement bpf_arch_text_copyHari Bathini
2023-10-19powerpc: Use NULL instead of 0 for null pointersBenjamin Gray
2023-05-15powerpc/bpf: populate extable entries only during the last passHari Bathini
2023-02-10powerpc/bpf: Perform complete extra passes to update addressesChristophe Leroy
2022-05-19powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}Christophe Leroy
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-03-08powerpc/bpf: Simplify bpf_to_ppc() and adopt it for powerpc64Naveen N. Rao
2022-03-08powerpc64/bpf elfv1: Do not load TOC before calling functionsNaveen N. Rao
2022-03-08powerpc/bpf: Handle large branch ranges with BPF_EXITNaveen N. Rao
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-08bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu
2022-01-15powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao
2021-11-25bpf ppc32: Add BPF_PROBE_MEM support for JITHari Bathini
2021-11-25bpf ppc64: Add BPF_PROBE_MEM support for JITRavi Bangoria
2021-11-25bpf powerpc: Remove extra_pass from bpf_jit_build_body()Ravi Bangoria
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-10-28powerpc/bpf: Fix write protecting JIT codeHari Bathini
2021-10-07powerpc/bpf: Validate branch rangesNaveen N. Rao
2021-06-21powerpc/bpf: Write protect JIT codeJordan Niethe
2021-06-21powerpc/bpf: Remove bpf_jit_free()Jordan Niethe
2021-04-03powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...Christophe Leroy
2021-04-03powerpc/bpf: Move common functions into bpf_jit_comp.cChristophe Leroy
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy