about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2024-03-272-0/+7
* RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt2024-03-251-1/+1
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-233-2/+25
* 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
* Allow glibc to be compiled without EXEC_PAGESIZESergey Bugaev2024-03-233-2/+8
* hurd: Stop relying on VM_MAX_ADDRESSSergey Bugaev2024-03-231-4/+4
* hurd: Move internal functions to internal headerSergey Bugaev2024-03-232-87/+78
* stdlib: Fix tst-makecontext2 log when swapcontext failsStafford Horne2024-03-231-1/+1
* 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-1912-19/+74
* elf: Enable TLS descriptor tests on aarch64Adhemerval Zanella2024-03-195-33/+40
* arm: Update _dl_tlsdesc_dynamic to preserve caller-saved registers (BZ 31372)Adhemerval Zanella2024-03-1910-15/+250
* Ignore undefined symbols for -mtls-dialect=gnu2Adhemerval Zanella2024-03-192-2/+2
* 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
* Add STATX_MNT_ID_UNIQUE from Linux 6.8 to bits/statx-generic.hJoseph Myers2024-03-151-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
* Use Linux 6.8 in build-many-glibcs.pyJoseph Myers2024-03-131-1/+1
* 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-123-9/+20
* LoongArch: Correct {__ieee754, _}_scalb -> {__ieee754, _}_scalbfcaiyinyu2024-03-121-1/+1
* duplocale: protect use of global locale (bug 23970)Andreas Schwab2024-03-111-6/+8
* x86-64: Simplify minimum ISA check ifdef conditional with ifSunil K Pandey2024-03-031-11/+8
* manual/tunables - Add entry for enable_secure tunable.Joe Talbott2024-03-011-0/+10
* NEWS: Move enable_secure_tunable from 2.39 to 2.40.Joe Talbott2024-03-011-5/+5
* 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-012-11/+44
* 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
* rtld: Add glibc.rtld.enable_secure tunable.Joe Simmons-Talbott2024-02-296-0/+151
* 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-284-3/+28
* 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-2824-213/+920
* sysdeps/unix/sysv/linux/x86_64/Makefile: Add the end markerH.J. Lu2024-02-281-3/+6