aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai1-1/+1
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai1-39/+20
2026-03-16s390/bpf: Zero-extend bpf prog return values and kfunc argumentsIlya Leoshkevich1-15/+24
2026-03-03bpf,s390: add fsession support for trampolinesMenglong Dong1-14/+60
2026-03-03bpf,s390: introduce emit_store_stack_imm64() for trampolineMenglong Dong1-11/+10
2026-02-24s390/bpf: Do not increment tailcall count when prog is NULLIlya Leoshkevich1-8/+15
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-3/+4
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong1-3/+4
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens1-2/+1
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi1-0/+5
2025-08-26s390/bpf: Add s390 JIT support for timed may_gotoIlya Leoshkevich3-5/+67
2025-08-20s390/bpf: Use direct calls and jumps where possibleIlya Leoshkevich1-48/+32
2025-08-18s390/bpf: Write back tail call counter for BPF_TRAMP_F_CALL_ORIGIlya Leoshkevich1-0/+3
2025-08-18s390/bpf: Write back tail call counter for BPF_PSEUDO_CALLIlya Leoshkevich1-7/+16
2025-08-18s390/bpf: Do not write tail call counter into helper and kfunc framesIlya Leoshkevich1-4/+12
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2-101/+67
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-2/+3
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov1-1/+9
2025-07-16s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL againIlya Leoshkevich1-1/+9
2025-07-01s390/bpf: Describe the frame using a struct instead of constantsIlya Leoshkevich2-77/+47
2025-07-01s390/bpf: Centralize frame offset calculationsIlya Leoshkevich1-30/+26
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens1-0/+1
2025-06-16s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-2/+2
2025-05-22s390/bpf: Use kernel's expoline thunksIlya Leoshkevich1-44/+17
2025-05-22s390/bpf: Add macros for calling external functionsIlya Leoshkevich1-18/+42
2025-05-14s390/bpf: Remove the orig_call NULL checkIlya Leoshkevich1-3/+2
2025-05-14s390/bpf: Store backchain even for leaf progsIlya Leoshkevich1-7/+5
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye1-4/+10
2024-07-08s390/bpf: Implement exceptionsIlya Leoshkevich1-2/+53
2024-07-08s390/bpf: Change seen_reg to a maskIlya Leoshkevich1-16/+16
2024-07-02s390/bpf: Support arena atomicsIlya Leoshkevich1-10/+94
2024-07-02s390/bpf: Enable arenaIlya Leoshkevich1-0/+5
2024-07-02s390/bpf: Support address space cast instructionIlya Leoshkevich1-0/+18
2024-07-02s390/bpf: Support BPF_PROBE_MEM32Ilya Leoshkevich1-27/+110
2024-07-02s390/bpf: Land on the next JITed instruction after exceptionIlya Leoshkevich1-3/+4
2024-07-02s390/bpf: Introduce pre- and post- probe functionsIlya Leoshkevich1-14/+44
2024-07-02s390/bpf: Get rid of get_probe_mem_regno()Ilya Leoshkevich1-26/+7
2024-07-02s390/bpf: Factor out emitting probe nopsIlya Leoshkevich1-22/+40
2024-05-12s390/bpf: Emit a barrier for BPF_FETCH instructionsIlya Leoshkevich1-2/+6
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-26/+20
2024-03-19s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich1-26/+20
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-1/+5
2024-01-04s390/bpf: Fix gotol with large offsetsIlya Leoshkevich1-1/+1
2023-12-18s390/bpf: Fix indirect trampoline generationAlexei Starovoitov1-1/+2
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu1-22/+34
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-63/+202
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+20
2023-10-11s390/bpf: Fix unwinding past the trampolineIlya Leoshkevich1-3/+14