summaryrefslogtreecommitdiffstats
path: root/arch/s390/net
AgeCommit message (Expand)AuthorLines
2022-05-23s390/bpf: Fix typo in commentJulia Lawall-1/+1
2022-03-10s390: raise minimum supported machine generation to z10Vasily Gorbik-23/+8
2022-03-08s390/bpf: encode register within extable entryHeiko Carstens-11/+5
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens-3/+2
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens-0/+1
2022-03-01s390: always use the packed stack layoutVasily Gorbik-1/+0
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang-3/+3
2021-10-26s390: introduce nospec_uses_trampoline()Sven Schnelle-3/+3
2021-10-04bpf, s390: Fix potential memory leak about jit_dataTiezhu Yang-1/+1
2021-09-16s390/bpf: Fix optimizing out zero-extensionsIlya Leoshkevich-28/+30
2021-09-16s390/bpf: Fix 64-bit subtraction of the -0x80000000 constantIlya Leoshkevich-2/+7
2021-09-16s390/bpf: Fix branch shortening during codegen passIlya Leoshkevich-2/+1
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann-0/+5
2021-07-15s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King-1/+1
2021-03-16s390/bpf: Implement new atomic opsIlya Leoshkevich-9/+55
2021-01-14bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman-11/+16
2020-09-14s390/bpf: Fix multiple tail callsIlya Leoshkevich-34/+27
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-22/+41
2020-07-21s390/bpf: Use bpf_skip() in bpf_jit_prologue()Ilya Leoshkevich-4/+5
2020-07-21s390/bpf: Tolerate not converging code shrinkingIlya Leoshkevich-1/+26
2020-07-21s390/bpf: Use brcl for jumping to exit_ip if necessaryIlya Leoshkevich-2/+6
2020-07-21s390/bpf: Fix sign extension in branch_kuIlya Leoshkevich-15/+4
2020-07-20s390/bpf: implement BPF_PROBE_MEMIlya Leoshkevich-1/+138
2020-06-02s390/bpf: Use bcr 0,%0 as tail call nop fillerIlya Leoshkevich-1/+2
2020-06-02s390/bpf: Maintain 8-byte stack alignmentIlya Leoshkevich-9/+10
2019-11-18s390/bpf: Remove JITed image size limitationsIlya Leoshkevich-7/+0
2019-11-18s390/bpf: Use lg(f)rl when long displacement cannot be usedIlya Leoshkevich-15/+81
2019-11-18s390/bpf: Use lgrl instead of lg where possibleIlya Leoshkevich-12/+20
2019-11-18s390/bpf: Load literal pool register using larlIlya Leoshkevich-3/+19
2019-11-18s390/bpf: Align literal pool entriesIlya Leoshkevich-13/+24
2019-11-18s390/bpf: Use relative long branchesIlya Leoshkevich-32/+126
2019-11-15s390/bpf: Make sure JIT passes do not increase code sizeIlya Leoshkevich-8/+66
2019-11-07s390/bpf: Remove unused SEEN_RET0, SEEN_REG_AX and ret0_ipIlya Leoshkevich-16/+5
2019-11-07s390/bpf: Wrap JIT macro parameter usages in parenthesesIlya Leoshkevich-31/+31
2019-11-07s390/bpf: Use kvcalloc for addrs arrayIlya Leoshkevich-2/+3
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-11/+56
2019-09-03bpf: s390: add JIT support for bpf line infoYauheni Kaliuta-0/+1
2019-08-31bpf: s390: add JIT support for multi-function programsYauheni Kaliuta-11/+55
2019-08-13s390/bpf: use 32-bit index for tail callsIlya Leoshkevich-4/+6
2019-08-12s390/bpf: fix lcgr instruction encodingIlya Leoshkevich-1/+1
2019-05-24s390: bpf: eliminate zero extension code-genJiong Wang-7/+34
2019-04-11s390: Convert IS_ENABLED uses to __is_definedJoe Perches-3/+3
2019-02-21s390/net: convert pnetids to asciiHans Wippel-0/+3
2019-02-07s390/net: move pnet constantsUrsula Braun-0/+8
2019-02-04s390: bpf: fix JMP32 code-genHeiko Carstens-1/+5
2019-01-26s390: bpf: implement jitting of JMP32Jiong Wang-14/+52
2018-12-07s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*Jiong Wang-0/+12
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-2/+0
2018-08-07s390: fix br_r1_trampoline for machines without exrlMartin Schwidefsky-2/+0
2018-06-29bpf, s390: fix potential memleak when later bpf_jit_prog failsDaniel Borkmann-0/+1