about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-048-141/+111
* aarch64/fpu: Add vector variants of erfcJoe Ramsay2024-04-0417-1/+4897
* aarch64/fpu: Add vector variants of tanhJoe Ramsay2024-04-0414-1/+379
* aarch64/fpu: Add vector variants of sinhJoe Ramsay2024-04-0416-0/+572
* aarch64/fpu: Add vector variants of atanhJoe Ramsay2024-04-0414-0/+288
* aarch64/fpu: Add vector variants of asinhJoe Ramsay2024-04-0414-0/+489
* aarch64/fpu: Add vector variants of acoshJoe Ramsay2024-04-0419-0/+653
* aarch64/fpu: Add vector variants of coshJoe Ramsay2024-04-0418-1/+648
* aarch64/fpu: Add vector variants of erfJoe Ramsay2024-04-0419-1/+4531
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-04-041-0/+1
* powerpc: Add missing arch flags on rounding ifunc variantsAdhemerval Zanella2024-04-021-0/+6
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-0244-110/+96
* x86_64: Remove avx512 strstr implementationAdhemerval Zanella2024-03-274-248/+4
* signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2024-03-271-0/+3
* RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt2024-03-251-1/+1
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-232-2/+23
* htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev2024-03-232-2/+11
* hurd: Use the RETURN_ADDRESS macroSergey Bugaev2024-03-231-1/+1
* hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2024-03-232-2/+2
* hurd: Move internal functions to internal headerSergey Bugaev2024-03-231-0/+78
* or1k: Add prctl wrapper to unwrap variadic argsStafford Horne2024-03-221-0/+42
* or1k: Only define fpu rouding and exceptions with hard-floatStafford Horne2024-03-221-0/+19
* or1k: Update libm test ulpsStafford Horne2024-03-221-0/+1
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-03-215-2/+53
* powerpc: Placeholder and infrastructure/build support to add Power11 relat...Amrita H S2024-03-1915-5/+27
* powerpc: Add HWCAP3/HWCAP4 data to TCB for Power Architecture.Manjunath Matti2024-03-199-19/+66
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-03-192-4/+5
* arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella2024-03-194-8/+237
* Add tst-gnu2-tls2mod1 to test-internal-extrasAndreas Schwab2024-03-191-0/+2
* x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu2024-03-183-11/+147
* riscv: Update nofpu libm test ulpsDarius Rad2024-03-181-0/+1
* linux: Use rseq area unconditionally in sched_getcpu (bug 31479)Florian Weimer2024-03-151-8/+0
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-03-142-4/+6
* Update kernel version to 6.8 in header constant testsJoseph Myers2024-03-133-4/+4
* Update syscall lists for Linux 6.8Joseph Myers2024-03-1327-2/+137
* powerpc: Remove power8 strcasestr optimizationAdhemerval Zanella2024-03-128-675/+1
* riscv: Fix alignment-ignorant memcpy implementationAdhemerval Zanella2024-03-129-167/+215
* linux/sigsetops: fix type confusion (bug 31468)Andreas Schwab2024-03-122-9/+9
* LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu2024-03-121-1/+1
* x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey2024-03-031-11/+8
* riscv: Add and use alignment-ignorant memcpyEvan Green2024-03-015-0/+258
* riscv: Add ifunc helper method to hwprobe.hEvan Green2024-03-011-0/+29
* riscv: Enable multi-arg ifunc resolversEvan Green2024-03-011-0/+27
* riscv: Add __riscv_hwprobe pointer to ifunc callsEvan Green2024-03-012-4/+15
* riscv: Add hwprobe vdso call supportEvan Green2024-03-014-2/+16
* linux: Introduce INTERNAL_VSYSCALLEvan Green2024-03-011-0/+12
* riscv: Add Linux hwprobe syscall supportEvan Green2024-03-016-2/+125
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-02-2914-6/+299
* x86_64: Suppress false positive valgrind errorH.J. Lu2024-02-282-0/+23
* x86: Don't check XFD against /proc/cpuinfoH.J. Lu2024-02-281-0/+3