aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-05-03time: Allow later version licensing.Carlos O'Donell2-2/+2
2024-05-02login: structs utmp, utmpx, lastlog _TIME_BITS independence (bug 30701)Florian Weimer15-19/+156
2024-05-02login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer15-0/+54
2024-04-25x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu3-1/+15
2024-04-25i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer1-0/+1
2024-04-25nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer1-4/+11
2024-04-14x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey62-295/+953
2024-04-14Apply the Makefile sorting fixH.J. Lu5-57/+57
2024-04-14powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer1-0/+19
2024-04-13x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey1-11/+8
2024-04-13x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2-12/+20
2024-04-09AArch64: Check kernel version for SVE ifuncsWilco Dijkstra5-2/+53
2024-04-09aarch64: fix check for SVE support in assemblerSzabolcs Nagy2-4/+6
2024-04-09aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay18-105/+111
2024-04-07i386: Use generic memrchr in libc (bug 31316)Florian Weimer2-1/+1
2024-04-04x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella1-1/+3
2024-04-04x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella1-0/+5
2024-04-04x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella1-20/+18
2024-04-02Add tst-gnu2-tls2mod1 to test-internal-extrasAndreas Schwab1-0/+2
2024-04-01elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2-4/+5
2024-04-01arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella4-8/+237
2024-04-01x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu3-11/+147
2024-04-01x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu14-6/+299
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