summaryrefslogtreecommitdiffstats
path: root/arch/s390/net
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-3/+4
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong-3/+4
2025-11-24s390: Remove KMSG_COMPONENT macroHeiko Carstens-2/+1
2025-09-23bpf, x86: Add support for signed arena loadsKumar Kartikeya Dwivedi-0/+5
2025-08-26s390/bpf: Add s390 JIT support for timed may_gotoIlya Leoshkevich-5/+67
2025-08-20s390/bpf: Use direct calls and jumps where possibleIlya Leoshkevich-48/+32
2025-08-18s390/bpf: Write back tail call counter for BPF_TRAMP_F_CALL_ORIGIlya Leoshkevich-0/+3
2025-08-18s390/bpf: Write back tail call counter for BPF_PSEUDO_CALLIlya Leoshkevich-7/+16
2025-08-18s390/bpf: Do not write tail call counter into helper and kfunc framesIlya Leoshkevich-4/+12
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-101/+67
2025-07-29Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-2/+3
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov-1/+9
2025-07-16s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL againIlya Leoshkevich-1/+9
2025-07-01s390/bpf: Describe the frame using a struct instead of constantsIlya Leoshkevich-77/+47
2025-07-01s390/bpf: Centralize frame offset calculationsIlya Leoshkevich-30/+26
2025-06-17s390: Explicitly include <linux/export.h>Heiko Carstens-0/+1
2025-06-16s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-2/+2
2025-05-22s390/bpf: Use kernel's expoline thunksIlya Leoshkevich-44/+17
2025-05-22s390/bpf: Add macros for calling external functionsIlya Leoshkevich-18/+42
2025-05-14s390/bpf: Remove the orig_call NULL checkIlya Leoshkevich-3/+2
2025-05-14s390/bpf: Store backchain even for leaf progsIlya Leoshkevich-7/+5
2025-03-15bpf: Introduce load-acquire and store-release instructionsPeilin Ye-4/+10
2024-07-08s390/bpf: Implement exceptionsIlya Leoshkevich-2/+53
2024-07-08s390/bpf: Change seen_reg to a maskIlya Leoshkevich-16/+16
2024-07-02s390/bpf: Support arena atomicsIlya Leoshkevich-10/+94
2024-07-02s390/bpf: Enable arenaIlya Leoshkevich-0/+5
2024-07-02s390/bpf: Support address space cast instructionIlya Leoshkevich-0/+18
2024-07-02s390/bpf: Support BPF_PROBE_MEM32Ilya Leoshkevich-27/+110
2024-07-02s390/bpf: Land on the next JITed instruction after exceptionIlya Leoshkevich-3/+4
2024-07-02s390/bpf: Introduce pre- and post- probe functionsIlya Leoshkevich-14/+44
2024-07-02s390/bpf: Get rid of get_probe_mem_regno()Ilya Leoshkevich-26/+7
2024-07-02s390/bpf: Factor out emitting probe nopsIlya Leoshkevich-22/+40
2024-05-12s390/bpf: Emit a barrier for BPF_FETCH instructionsIlya Leoshkevich-2/+6
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-26/+20
2024-03-19s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich-26/+20
2024-03-14bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy-1/+5
2024-01-04s390/bpf: Fix gotol with large offsetsIlya Leoshkevich-1/+1
2023-12-18s390/bpf: Fix indirect trampoline generationAlexei Starovoitov-1/+2
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu-22/+34
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-63/+202
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+20
2023-10-11s390/bpf: Fix unwinding past the trampolineIlya Leoshkevich-3/+14
2023-10-11s390/bpf: Fix clobbering the caller's backchain in the trampolineIlya Leoshkevich-2/+6
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-09-21s390/bpf: Implement signed divisionIlya Leoshkevich-47/+125
2023-09-21s390/bpf: Implement unconditional jump with 32-bit offsetIlya Leoshkevich-3/+9
2023-09-21s390/bpf: Implement unconditional byte swapIlya Leoshkevich-0/+1
2023-09-21s390/bpf: Implement BPF_MEMSXIlya Leoshkevich-5/+27