about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-02-282-12/+20
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-2818-213/+651
* sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end markerH.J. Lu2024-02-281-3/+6
* s390: Improve static-pie configure testsAdhemerval Zanella2024-02-282-231/+40
* x86: Change ENQCMD test to CHECK_FEATURE_PRESENTH.J. Lu2024-02-271-1/+1
* aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay2024-02-2618-105/+111
* S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler2024-02-263-12/+63
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-02-2562-295/+953
* x86-64: Save APX registers in ld.so trampolineH.J. Lu2024-02-251-6/+46
* tests: gracefully handle AppArmor userns containmentSimon Chopin2024-02-231-1/+2
* powerpc: Remove power7 strstr optimizationAdhemerval Zanella2024-02-238-671/+1
* arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella2024-02-231-53/+4
* math: Update mips64 ulpsXi Ruoyao2024-02-221-3/+4
* sparc: Treat the version field in the FPU control word as reservedDaniel Cederman2024-02-191-1/+1
* Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz2024-02-176-0/+456
* Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz2024-02-174-3/+216