aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-06-17elf: Silence GCC 11/12 false positive warningH.J. Lu1-0/+10
2022-06-16x86: Rename generic functions with unique postfix for clarityNoah Goldstein29-76/+190
2022-06-16x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein1-1/+2
2022-06-16x86-64: Handle fewer relocation types for RTLD_BOOTSTRAPFangrui Song1-26/+6
2022-06-15aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song1-18/+15
2022-06-15riscv: Change the relocations handled for RTLD_BOOTSTRAPFangrui Song1-13/+10
2022-06-15x86: Cleanup bounds checking in large memcpy caseNoah Goldstein1-8/+21
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein2-2/+8
2022-06-15Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2-6/+2
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song7-124/+5
2022-06-14x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein1-0/+5
2022-06-14x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein1-12/+12
2022-06-14elf: Refine direct extern access diagnostics to protected symbolFangrui Song1-23/+27
2022-06-14Avoid -Wstringop-overflow= warning in iconv module.Stefan Liebler1-2/+8
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra9-50/+20
2022-06-10libio: Avoid RMW of flags2 outside lock (BZ #27842)Wilco Dijkstra1-1/+0
2022-06-09x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein1-722/+133
2022-06-09x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein1-735/+165
2022-06-09x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4Noah Goldstein1-0/+621
2022-06-09x86: Optimize svml_s_tanhf16_core_avx512.SNoah Goldstein1-235/+282
2022-06-09x86: Improve svml_s_atanhf4_core_sse4.SNoah Goldstein1-206/+166
2022-06-09x86: Improve svml_s_atanhf8_core_avx2.SNoah Goldstein1-201/+200
2022-06-09x86: Improve svml_s_atanhf16_core_avx512.SNoah Goldstein1-228/+242
2022-06-09x86: Align varshift table to 32-bytesNoah Goldstein2-3/+5
2022-06-09x86: Add copyright to strpbrk-c.cNoah Goldstein1-0/+18
2022-06-08nss: handle stat failure in check_reload_and_get (BZ #28752)Sam James1-15/+24
2022-06-08nss: add assert to DB_LOOKUP_FCT (BZ #28752)Sam James1-0/+5
2022-06-08x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein2-9/+64
2022-06-08nptl_db: disable DT_RELR on libthread_db.soPaul E. Murphy1-0/+6
2022-06-08elf: add missing newlines in lateglobal testAndreas Schwab1-3/+3
2022-06-08nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella3-1/+85
2022-06-07x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein1-3/+3
2022-06-07x86: Shrink code size of memchr-evex.SNoah Goldstein1-21/+25
2022-06-07x86: Shrink code size of memchr-avx2.SNoah Goldstein2-50/+60
2022-06-07x86: Optimize memrchr-avx2.SNoah Goldstein2-268/+247
2022-06-07x86: Optimize memrchr-evex.SNoah Goldstein1-252/+249
2022-06-07x86: Optimize memrchr-sse2.SNoah Goldstein1-291/+262
2022-06-07Benchtests: Improve memrchr benchmarksNoah Goldstein1-41/+61
2022-06-07x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2-0/+19
2022-06-07x86: Create header for VEC classes in x86 strings libraryNoah Goldstein7-0/+327
2022-06-07powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho1-2/+2
2022-06-07AArch64: Sort makefile entriesWilco Dijkstra1-6/+18
2022-06-07AArch64: Add SVE memcpyWilco Dijkstra5-40/+282
2022-06-06x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli4-4/+242
2022-06-06scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constantAdhemerval Zanella1-0/+4
2022-06-06socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)Dmitriy Fedchenko1-1/+1
2022-06-06Declare timegm for ISO C2XJoseph Myers1-5/+14
2022-06-06Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.hJoseph Myers1-0/+3
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James24-127/+127
2022-06-03string.h: Fix boolean spelling in commentsH.J. Lu1-1/+1