aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/s390-64
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers18-18/+18
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-0/+5
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2-0/+2
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld3-624/+0
2022-07-22s390x: Add optimized chacha20Adhemerval Zanella Netto3-0/+624
2022-06-21s390: use LC_ALL=C for readelf callSam James2-2/+2
2022-06-21s390: use $READELFSam James2-2/+2
2022-05-30s390: Remove _dl_skip_args usageAdhemerval Zanella1-16/+0
2022-05-18S390: Enable static PIEStefan Liebler3-0/+242
2022-04-14S390: Add new s390 platform z16.Stefan Liebler4-7/+43
2022-04-04Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song1-16/+2
2022-02-10elf: Remove prelink supportAdhemerval Zanella1-14/+8
2022-01-14s390x: Use <gcc-macros.h> in early HWCAP checkFlorian Weimer1-2/+3
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert18-18/+18
2021-12-28elf: Add _dl_audit_pltexitAdhemerval Zanella1-1/+1
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella1-4/+2
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-8/+11
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar11-11/+0
2021-08-18Remove sysdeps/*/tls-macros.hFangrui Song1-90/+0
2021-05-19s390x: Check HWCAP bits against compiler flagsFlorian Weimer1-0/+40
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-2/+2
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert17-17/+17
2020-12-10s390x: Add glibc-hwcaps supportFlorian Weimer3-0/+175
2020-03-05S390: Remove backchain-based fallback and use generic backtrace.c.Stefan Liebler1-147/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2019-12-11S390: Use sysdeps/ieee754/dbl-64/wordsize-64 on s390x.Stefan Liebler1-0/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert16-16/+16
2019-03-04S390: Increase function alignment to 16 bytes.Stefan Liebler1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers16-16/+16
2018-12-18S390: Refactor memchr ifunc handling.Stefan Liebler2-61/+0
2018-12-18S390: Refactor strcmp ifunc handling.Stefan Liebler2-62/+0
2018-12-18S390: Refactor strncpy ifunc handling.Stefan Liebler2-24/+13
2018-12-18S390: Refactor strcpy ifunc handling.Stefan Liebler2-56/+0
2018-12-18S390: Remove s390 specific implementation of bcopy.Stefan Liebler1-71/+0
2018-12-18S390: Unify 31/64bit memcpy.Stefan Liebler4-240/+0
2018-12-18S390: Unify 31/64bit memcmp.Stefan Liebler4-196/+1
2018-12-18S390: Implement bzero with memset.Stefan Liebler1-41/+0
2018-12-18S390: Unify 31/64bit memset.Stefan Liebler4-204/+1
2018-08-10S390: Implement 64-bit __fentry__Ilya Leoshkevich3-57/+124
2018-08-10S390: Do not clobber R0 in 64-bit _dl_runtime_profileIlya Leoshkevich1-0/+6
2018-08-10S390: Do not clobber R0 in 64-bit _dl_runtime_resolveIlya Leoshkevich1-2/+8
2018-08-10S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_profileIlya Leoshkevich1-84/+143
2018-08-10S390: Use symbolic offsets for stack variables in 64-bit _dl_runtime_resolveIlya Leoshkevich1-41/+83
2018-06-08Mark _init and _fini as hidden [BZ #23145]H.J. Lu1-0/+2
2018-04-04elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2017-12-11S390: Add CFI rule in _dl_runtime_resolve[_vx] for unwinding.Stefan Liebler1-18/+17
2017-11-21S390: Add cfi information for start routines in order to stop unwinding.Stefan Liebler1-0/+7
2017-06-27S390: Save and restore r12 in TLS_IE macro.Stefan Liebler1-4/+6