aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-26aarch64/fpu: Sync libmvec routines from 2.39 and before with AORJoe Ramsay18-105/+111
2024-02-26S390: Do not clobber r7 in clone [BZ #31402]Stefan Liebler3-12/+63
2024-02-25x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey62-295/+953
2024-02-25x86-64: Save APX registers in ld.so trampolineH.J. Lu1-6/+46
2024-02-23tests: gracefully handle AppArmor userns containmentSimon Chopin1-1/+2
2024-02-23powerpc: Remove power7 strstr optimizationAdhemerval Zanella8-671/+1
2024-02-23arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella1-53/+4
2024-02-22math: Update mips64 ulpsXi Ruoyao1-3/+4
2024-02-19sparc: Treat the version field in the FPU control word as reservedDaniel Cederman1-1/+1
2024-02-17Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz6-0/+456
2024-02-17Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz4-3/+216
2024-02-17Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)Florian Weimer2-4/+2
2024-02-16i386: Use generic memrchr in libc (bug 31316)Florian Weimer2-1/+1
2024-02-15Apply the Makefile sorting fixH.J. Lu5-57/+57
2024-02-15sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu1-2/+4
2024-02-14mips: Use builtins for ffs and ffsllJunxian Zhu1-0/+3
2024-02-13x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella1-1/+3
2024-02-13x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella1-0/+5
2024-02-13x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella1-20/+18
2024-02-12x86/cet: fix shadow stack test scriptsMichael Jeanson3-3/+3
2024-02-08Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers1-0/+1
2024-02-08Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers1-0/+3
2024-02-05arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella1-1/+0