aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella75-182/+178
2024-04-01benchtests: Improve benchtests for strstrAdhemerval Zanella1-76/+273
2024-03-27x86_64: Remove avx512 strstr implementationAdhemerval Zanella4-248/+4
2024-03-27signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2-0/+7
2024-03-25RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt1-1/+1
2024-03-23htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev3-2/+25
2024-03-23htl: Respect GL(dl_stack_flags) when allocating stacksSergey Bugaev2-2/+11
2024-03-23hurd: Use the RETURN_ADDRESS macroSergey Bugaev1-1/+1
2024-03-23hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2-2/+2
2024-03-23Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev3-2/+8
2024-03-23hurd: Stop relying on VM_MAX_ADDRESSSergey Bugaev1-4/+4
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