aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-04-01x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu18-213/+651
2024-04-01x86-64: Save APX registers in ld.so trampolineH.J. Lu1-6/+46
2024-03-22LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu1-1/+1
2024-03-20powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S15-5/+27
2024-03-20powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti9-19/+66
2024-03-18linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer1-8/+0
2024-02-27S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler3-12/+63
2024-02-22math: Update mips64 ulpsXi Ruoyao1-3/+4
2024-02-12mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella1-5/+27
2024-02-05arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella1-1/+0
2024-01-30S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2-2/+6
2024-01-22riscv: add support for static PIEAndreas Schwab1-0/+11
2024-01-22sh: Fix static build with --enable-fortifyAdhemerval Zanella1-2/+2
2024-01-22sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella1-1/+1
2024-01-22sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella1-2/+5
2024-01-22sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella1-9/+4
2024-01-18sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman1-0/+30
2024-01-18sparc: Force calculation that raises exceptionDaniel Cederman1-5/+6
2024-01-18sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman1-0/+43
2024-01-18sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2-4/+16
2024-01-18sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman1-1/+6
2024-01-18sparc: Use existing macros to avoid code duplicationDaniel Cederman1-7/+3
2024-01-17Update kernel version to 6.7 in header constant testsJoseph Myers3-4/+4
2024-01-17Update syscall lists for Linux 6.7Joseph Myers27-2/+107
2024-01-15x86-64: Check if mprotect works before rewriting PLTH.J. Lu3-1/+75
2024-01-13x86_64: Optimize ffsll function code size.Sunil K Pandey1-5/+5
2024-01-12RISC-V: Enable static-pie.Yanzhang Wang3-1/+77
2024-01-12linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella1-2/+5
2024-01-12math: remove exp10 wrappersWilco Dijkstra27-3/+40
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao3-1/+16
2024-01-11x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu9-37/+120
2024-01-10i386: Remove CET support bitsH.J. Lu12-89/+45
2024-01-10x86-64/cet: Move check-cet.awk to x86_64H.J. Lu2-1/+1
2024-01-10x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu3-65/+47
2024-01-10x86: Move x86-64 shadow stack startup codesH.J. Lu1-1/+1
2024-01-09i386: Fail if configured with --enable-cetAdhemerval Zanella2-7/+8
2024-01-09i386: Remove CET supportAdhemerval Zanella31-770/+75
2024-01-09x86: Move CET infrastructure to x86_64Adhemerval Zanella62-265/+270
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella553-155556/+24
2024-01-06x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu4-2/+89
2024-01-05x86: Fixup some nits in longjmp asm implementationNoah Goldstein1-1/+1
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu12-2/+425
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2-0/+0
2024-01-04hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev1-0/+4
2024-01-04hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev1-4/+11
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev1-2/+2
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev1-9/+1
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev3-9/+11
2024-01-04x86-64/cet: Check the restore token in longjmpH.J. Lu3-145/+84
2024-01-04i386: Ignore --enable-cetH.J. Lu6-113/+122