aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-04-04aarch64/fpu: Add vector variants of asinhJoe Ramsay14-0/+489
2024-04-04aarch64/fpu: Add vector variants of acoshJoe Ramsay19-0/+653
2024-04-04aarch64/fpu: Add vector variants of coshJoe Ramsay18-1/+648
2024-04-04aarch64/fpu: Add vector variants of erfJoe Ramsay19-1/+4531
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-0/+1
2024-04-02powerpc: Add missing arch flags on rounding ifunc variantsAdhemerval Zanella1-0/+6
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella44-110/+96
2024-03-27x86_64: Remove avx512 strstr implementationAdhemerval Zanella4-248/+4
2024-03-27signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella1-0/+3
2024-03-25RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt1-1/+1
2024-03-23htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2-2/+23
2024-03-23htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev2-2/+11
2024-03-23hurd: Use the RETURN_ADDRESS macroSergey Bugaev1-1/+1
2024-03-23hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2-2/+2
2024-03-23hurd: Move internal functions to internal headerSergey Bugaev1-0/+78
2024-03-22or1k: Add prctl wrapper to unwrap variadic argsStafford Horne1-0/+42
2024-03-22or1k: Only define fpu rouding and exceptions with hard-floatStafford Horne1-0/+19
2024-03-22or1k: Update libm test ulpsStafford Horne1-0/+1
2024-03-21AArch64: Check kernel version for SVE ifuncsWilco Dijkstra5-2/+53
2024-03-19powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S15-5/+27
2024-03-19powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti9-19/+66
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2-4/+5
2024-03-19arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella4-8/+237
2024-03-19Add tst-gnu2-tls2mod1 to test-internal-extrasAndreas Schwab1-0/+2
2024-03-18x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu3-11/+147
2024-03-18riscv: Update nofpu libm test ulpsDarius Rad1-0/+1
2024-03-15linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer1-8/+0
2024-03-14aarch64: fix check for SVE support in assemblerSzabolcs Nagy2-4/+6
2024-03-13Update kernel version to 6.8 in header constant testsJoseph Myers3-4/+4
2024-03-13Update syscall lists for Linux 6.8Joseph Myers27-2/+137
2024-03-12powerpc: Remove power8 strcasestr optimizationAdhemerval Zanella8-675/+1
2024-03-12riscv: Fix alignment-ignorant memcpy implementationAdhemerval Zanella9-167/+215
2024-03-12linux/sigsetops: fix type confusion (bug 31468)Andreas Schwab2-9/+9
2024-03-12LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu1-1/+1
2024-03-03x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey1-11/+8
2024-03-01riscv: Add and use alignment-ignorant memcpyEvan Green5-0/+258
2024-03-01riscv: Add ifunc helper method to hwprobe.hEvan Green1-0/+29
2024-03-01riscv: Enable multi-arg ifunc resolversEvan Green1-0/+27
2024-03-01riscv: Add __riscv_hwprobe pointer to ifunc callsEvan Green2-4/+15
2024-03-01riscv: Add hwprobe vdso call supportEvan Green4-2/+16
2024-03-01linux: Introduce INTERNAL_VSYSCALLEvan Green1-0/+12
2024-03-01riscv: Add Linux hwprobe syscall supportEvan Green6-2/+125
2024-02-29x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu14-6/+299
2024-02-28x86_64: Suppress false positive valgrind errorH.J. Lu2-0/+23
2024-02-28x86: Don't check XFD against /proc/cpuinfoH.J. Lu1-0/+3
2024-02-28x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2-12/+20
2024-02-28x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu18-213/+651
2024-02-28sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end markerH.J. Lu1-3/+6
2024-02-28s390: Improve static-pie configure testsAdhemerval Zanella2-231/+40
2024-02-27x86: Change ENQCMD test to CHECK_FEATURE_PRESENTH.J. Lu1-1/+1