summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-21ppc64le: Restore optimized strncmp for power10release/2.41/masterSachin Monga
2025-11-21ppc64le: Restore optimized strcmp for power10Sachin Monga
2025-11-18AArch64: Fix and improve SVE pow(f) special casesPierre Blanchard
2025-11-18AArch64: fix SVE tanpi(f) [BZ #33642]Pierre Blanchard
2025-11-18AArch64: Fix instability in AdvSIMD sinhJoe Ramsay
2025-11-18AArch64: Fix instability in AdvSIMD tanJoe Ramsay
2025-11-18AArch64: Optimise SVE scalar callbacksJoe Ramsay
2025-11-13aarch64: fix includes in SME testsYury Khrustalev
2025-11-13aarch64: Do not link conform tests with -Wl,-z,force-bti (bug 33601)Florian Weimer
2025-11-10aarch64: fix cfi directives around __libc_arm_za_disableYury Khrustalev
2025-11-10aarch64: tests for SMEYury Khrustalev
2025-11-10aarch64: clear ZA state of SME before clone and clone3 syscallsYury Khrustalev
2025-11-10aarch64: define macro for calling __libc_arm_za_disableYury Khrustalev
2025-11-10aarch64: update tests for SMEYury Khrustalev
2025-11-10aarch64: Disable ZA state of SME in setjmp and sigsetjmpYury Khrustalev
2025-11-04x86: fix wmemset ifunc stray '!' (bug 33542)Jiamei Xie
2025-10-08x86: Detect Intel Nova Lake ProcessorSunil K Pandey
2025-10-08x86: Detect Intel Wildcat Lake ProcessorSunil K Pandey
2025-09-19nss: Group merge does not react to ERANGE during merge (bug 33361)Florian Weimer
2025-09-03AArch64: Fix SVE powf routine [BZ #33299]Pierre Blanchard
2025-08-20Optimize __libc_tsd_* thread variable accessFlorian Weimer
2025-08-19i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]H.J. Lu
2025-08-19i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129]H.J. Lu
2025-08-18i386: Update ___tls_get_addr to preserve vector registersH.J. Lu
2025-08-18elf: Preserve _rtld_global layout for the release branchFlorian Weimer
2025-08-18elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructorFlorian Weimer
2025-08-18elf: Fix handling of symbol versions which hash to zero (bug 29190)Florian Weimer
2025-08-15x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]H.J. Lu
2025-08-15x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]H.J. Lu
2025-08-15elf: Compile _dl_debug_state separately (bug 33224)Florian Weimer
2025-08-15elf: Restore support for _r_debug interpositions and copy relocationsFlorian Weimer
2025-08-15elf: Introduce _dl_debug_change_stateFlorian Weimer
2025-08-15elf: Introduce separate _r_debug_array variableFlorian Weimer
2025-08-14Use TLS initial-exec model for __libc_tsd_CTYPE_* thread variables [BZ #33234]Jens Remus
2025-08-14ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483)Florian Weimer
2025-08-14Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}Florian Weimer
2025-08-14Remove <libc-tsd.h>Florian Weimer
2025-08-11AArch64: Improve codegen SVE log1p helperLuna Lamb
2025-08-11AArch64: Optimise SVE FP64 HyperbolicsDylan Fleming
2025-08-11AArch64: Optimize SVE exp functionsDylan Fleming
2025-08-11AArch64: Improve codegen in SVE log1pLuna Lamb
2025-08-11AArch64: Optimize inverse trig functionsDylan Fleming
2025-08-11AArch64: Optimize algorithm in users of SVE expf helperPierre Blanchard
2025-08-11AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]Wilco Dijkstra
2025-08-01nptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)Adhemerval Zanella
2025-08-01elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)Florian Weimer
2025-08-01elf: Extract rtld_setup_phdr function from dl_mainFlorian Weimer
2025-08-01elf: Do not add a copy of _dl_find_object to libc.soFlorian Weimer
2025-08-01stdlib: resolve a double lock init issue after fork [BZ #32994]Davide Cavalca
2025-07-24iconv: iconv -o should not create executable files (bug 33164)Florian Weimer