aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-01Merge branch release/2.32/master into ibm/2.32/masteribm/2.32/masterRaoni Fassina Firmino21-290/+683
2022-04-01Merge branch release/2.32/master into ibm/2.32/masterRaoni Fassina Firmino2-38/+107
2022-04-01Merge branch release/2.32/master into ibm/2.32/masterRaoni Fassina Firmino106-1003/+7480
2022-02-18NEWS: Add a bug fix entry for BZ #28896H.J. Lu1-0/+2
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein1-2/+2
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein3-10/+48
2022-02-18x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein7-5/+22
2022-02-17string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu1-0/+13
2022-02-01x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu3-0/+108
2022-02-01x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein1-2/+2
2022-02-01x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu1-3/+31
2022-02-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu3-4/+8
2022-01-27x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu1-2/+4
2022-01-27NEWS: Add a bug fix entry for BZ #27974H.J. Lu1-0/+1
2022-01-27String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein3-3/+130
2022-01-27x86: Optimize strlen-evex.SNoah Goldstein1-264/+317
2022-01-27x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2-38/+107
2022-01-27x86-64: Add wcslen optimize for sse4.1Noah Goldstein6-36/+63
2022-01-27x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu4-242/+262
2022-01-27x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu1-1/+1
2022-01-27x86: Optimize memchr-evex.SNoah Goldstein1-225/+322
2022-01-27x86: Optimize strlen-avx2.SNoah Goldstein2-214/+334
2022-01-27x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2-37/+98
2022-01-27x86: Optimize memchr-avx2.SNoah Goldstein1-178/+247
2022-01-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu1-0/+30
2022-01-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu1-1/+3
2022-01-27NEWS: Add a bug fix entry for BZ #27457H.J. Lu1-0/+1
2022-01-27x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey1-8/+8
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu3-19/+42
2022-01-27x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu4-24/+31
2022-01-27x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+618
2022-01-27x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu52-244/+668
2022-01-27x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu5-4/+467
2022-01-27x86-64: Add memset family functions with 256-bit EVEXH.J. Lu6-14/+90
2022-01-27x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu5-11/+104
2022-01-27x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu9-3/+1339
2022-01-27x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu24-17/+2996
2022-01-27x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu3-2/+22
2022-01-26NEWS: Add a bug fix entry for BZ #28755H.J. Lu1-0/+1
2022-01-26x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein1-0/+10
2022-01-14Merge branch release/2.32/master into ibm/2.32/masterRaoni Fassina Firmino22-98/+313
2021-12-05gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov4-9/+85
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer4-2/+49
2021-11-24support: Add xpthread_killAdhemerval Zanella3-0/+29
2021-10-13elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu1-1/+1
2021-09-19posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2-5/+3
2021-09-14Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno1-0/+1
2021-09-09posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor1-1/+1
2021-08-22linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella1-12/+14
2021-08-22sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella1-4/+5