about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86: Define MINIMUM_X86_ISA_LEVEL in config.h [BZ #31676]H.J. Lu2024-04-253-1/+15
* i386: ulp update for SSE2 --disable-multi-arch configurationsFlorian Weimer2024-04-251-0/+1
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer2024-04-251-4/+11
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-04-1462-295/+953
* Apply the Makefile sorting fixH.J. Lu2024-04-145-57/+57
* powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer2024-04-141-0/+19
* x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey2024-04-131-11/+8
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-04-132-12/+20
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-095-2/+53
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-092-4/+6
* aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay2024-04-0918-105/+111
* i386: Use generic memrchr in libc (bug 31316)Florian Weimer2024-04-072-1/+1
* x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella2024-04-041-1/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2024-04-041-0/+5
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella2024-04-041-20/+18
* Add tst-gnu2-tls2mod1 to test-internal-extrasAndreas Schwab2024-04-021-0/+2
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-04-012-4/+5
* arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella2024-04-014-8/+237
* x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu2024-04-013-11/+147
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-04-0114-6/+299
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-04-0118-213/+651
* x86-64: Save APX registers in ld.so trampolineH.J. Lu2024-04-011-6/+46
* LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu2024-03-221-1/+1
* powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S2024-03-2015-5/+27
* powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti2024-03-209-19/+66
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-03-181-8/+0
* S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler2024-02-273-12/+63
* math: Update mips64 ulpsXi Ruoyao2024-02-221-3/+4
* mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella2024-02-121-5/+27
* arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella2024-02-051-1/+0
* S390: Fix building with --disable-mutli-arch [BZ #31196]Stefan Liebler2024-01-302-2/+6
* riscv: add support for static PIEAndreas Schwab2024-01-221-0/+11
* sh: Fix static build with --enable-fortifyAdhemerval Zanella2024-01-221-2/+2
* sparc: Fix sparc64 memmove length comparison (BZ 31266)Adhemerval Zanella2024-01-221-1/+1
* sparc64: Remove unwind information from signal return stubs [BZ#31244]Adhemerval Zanella2024-01-221-2/+5
* sparc: Remove 64 bit check on sparc32 wordsize (BZ 27574)Adhemerval Zanella2024-01-221-9/+4
* sparc: Do not test preservation of NaN payloads for LEONDaniel Cederman2024-01-181-0/+30
* sparc: Force calculation that raises exceptionDaniel Cederman2024-01-181-5/+6
* sparc: Fix llrint and llround missing exceptions on SPARC V8Daniel Cederman2024-01-181-0/+43
* sparc: Remove unwind information from signal return stubs [BZ #31244]Daniel Cederman2024-01-182-4/+16
* sparc: Prevent stfsr from directly following floating-point instructionDaniel Cederman2024-01-181-1/+6
* sparc: Use existing macros to avoid code duplicationDaniel Cederman2024-01-181-7/+3
* Update kernel version to 6.7 in header constant testsJoseph Myers2024-01-173-4/+4
* Update syscall lists for Linux 6.7Joseph Myers2024-01-1727-2/+107
* x86-64: Check if mprotect works before rewriting PLTH.J. Lu2024-01-153-1/+75
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-131-5/+5
* RISC-V: Enable static-pie.Yanzhang Wang2024-01-123-1/+77
* linux: Fix fstat64 on alpha and sparc64Adhemerval Zanella2024-01-121-2/+5
* math: remove exp10 wrappersWilco Dijkstra2024-01-1227-3/+40
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-123-1/+16