about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch release/2.32/master into ibm/2.32/master ibm/2.32/masterRaoni Fassina Firmino2022-04-0121-290/+683
|\
| * NEWS: Add a bug fix entry for BZ #28896H.J. Lu2022-02-181-0/+2
| * x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein2022-02-181-2/+2
| * x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein2022-02-183-10/+48
| * x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein2022-02-187-5/+22
| * string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
| * x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu2022-02-013-0/+108
| * x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2022-02-011-2/+2
| * x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-011-3/+31
| * x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2022-02-013-4/+8
| * x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu2022-01-271-2/+4
| * NEWS: Add a bug fix entry for BZ #27974H.J. Lu2022-01-271-0/+1
| * String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2022-01-273-3/+130
| * x86: Optimize strlen-evex.SNoah Goldstein2022-01-271-264/+317
* | Merge branch release/2.32/master into ibm/2.32/masterRaoni Fassina Firmino2022-04-012-38/+107
|\|
| * x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2022-01-272-38/+107
* | Merge branch release/2.32/master into ibm/2.32/masterRaoni Fassina Firmino2022-04-01106-1003/+7480
|\|
| * x86-64: Add wcslen optimize for sse4.1Noah Goldstein2022-01-276-36/+63
| * x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu2022-01-274-242/+262
| * x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2022-01-271-1/+1
| * x86: Optimize memchr-evex.SNoah Goldstein2022-01-271-225/+322
| * x86: Optimize strlen-avx2.SNoah Goldstein2022-01-272-214/+334
| * x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2022-01-272-37/+98
| * x86: Optimize memchr-avx2.SNoah Goldstein2022-01-271-178/+247
| * test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2022-01-271-0/+30
| * test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2022-01-271-1/+3
| * NEWS: Add a bug fix entry for BZ #27457H.J. Lu2022-01-271-0/+1
| * x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey2022-01-271-8/+8
| * x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu2022-01-273-19/+42
| * x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu2022-01-274-24/+31
| * x86: Add string/memory function tests in RTM regionH.J. Lu2022-01-2712-0/+618
| * x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2022-01-2752-244/+668
| * x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2022-01-275-4/+467
| * x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2022-01-276-14/+90
| * x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2022-01-275-11/+104
| * x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2022-01-279-3/+1339
| * x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-2724-17/+2996
| * x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2022-01-273-2/+22
| * NEWS: Add a bug fix entry for BZ #28755H.J. Lu2022-01-261-0/+1
| * x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-261-0/+10
* | Merge branch release/2.32/master into ibm/2.32/masterRaoni Fassina Firmino2022-01-1422-98/+313
|\|
| * gconv: Do not emit spurious NUL character in ISO-2022-JP-3 (bug 28524)Nikita Popov2021-12-054-9/+85
| * nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-244-2/+49
| * support: Add xpthread_killAdhemerval Zanella2021-11-243-0/+29
| * elf: Replace nsid with args.nsid [BZ #27609]H.J. Lu2021-10-131-1/+1
| * posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-192-5/+3
| * Fix failing nss/tst-nss-files-hosts-long with local resolverAurelien Jarno2021-09-141-0/+1
| * posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor2021-09-091-1/+1
| * linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella2021-08-221-12/+14
| * sysvipc: Fix tst-sysvshm-linux on x32Adhemerval Zanella2021-08-221-4/+5