about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)Florian Weimer2024-02-172-4/+2
* i386: Use generic memrchr in libc (bug 31316)Florian Weimer2024-02-162-1/+1
* Apply the Makefile sorting fixH.J. Lu2024-02-155-57/+57
* sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu2024-02-151-2/+4
* mips: Use builtins for ffs and ffsllJunxian Zhu2024-02-141-0/+3
* x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella2024-02-131-1/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2024-02-131-0/+5
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella2024-02-131-20/+18
* x86/cet: fix shadow stack test scriptsMichael Jeanson2024-02-123-3/+3
* Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers2024-02-081-0/+1
* Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers2024-02-081-0/+3
* arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella2024-02-051-1/+0
* LoongArch: Use builtins for ffs and ffsllXi Ruoyao2024-02-051-0/+2
* Remove sysdeps/ia64/math-use-builtins-ffs.hXi Ruoyao2024-02-051-2/+0
* mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella2024-02-021-5/+27
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-0115-26/+26