aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-23hurd: Move internal functions to internal headerSergey Bugaev2-87/+78
2024-03-23stdlib: Fix tst-makecontext2 log when swapcontext failsStafford Horne1-1/+1
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 Matti12-19/+74
2024-03-19elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella5-33/+40
2024-03-19arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella10-15/+250
2024-03-19Ignore undefined symbols for -mtls-dialect=gnu2Adhemerval Zanella2-2/+2
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-15Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.hJoseph Myers1-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-13Use Linux 6.8 in build-many-glibcs.pyJoseph Myers1-1/+1
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 Schwab3-9/+20
2024-03-12LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu1-1/+1
2024-03-11duplocale: protect use of global locale (bug 23970)Andreas Schwab1-6/+8
2024-03-03x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey1-11/+8
2024-03-01manual/tunables - Add entry for enable_secure tunable.Joe Talbott1-0/+10
2024-03-01NEWS: Move enable_secure_tunable from 2.39 to 2.40.Joe Talbott1-5/+5
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 Green2-11/+44
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-29rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott6-0/+151
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. Lu4-3/+28
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. Lu24-213/+920
2024-02-28sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end markerH.J. Lu1-3/+6
2024-02-28cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)Siddhesh Poyarekar3-3/+44
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-27debug: Improve mqueue.h fortify warnings with clangAdhemerval Zanella2-2/+30
2024-02-27debug: Improve fcntl.h fortify warnings with clangAdhemerval Zanella3-3/+101
2024-02-27wcsmbs: Improve fortify with clangAdhemerval Zanella1-48/+119
2024-02-27syslog: Improve fortify with clangAdhemerval Zanella1-2/+12
2024-02-27socket: Improve fortify with clangAdhemerval Zanella2-12/+37