summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]release/2.33/masterNoah Goldstein2022-11-242-28/+43
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-042-3/+15
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-042-2/+9
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-041-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-041-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-042-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-042-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-042-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-041-0/+2
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-09-284-2/+89
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-09-281-0/+42
* nptl: Effectively skip CAS in spinlock loopJangwoong Kim2022-09-281-3/+2
* Move assignment out of the CAS conditionH.J. Lu2022-09-282-8/+6
* Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu2022-09-281-0/+7
* Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu2022-09-281-5/+5
* Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu2022-09-281-5/+5
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-306-6/+137
* x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein2022-07-181-3/+5
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-07-183-50/+73
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-07-183-31/+45
* x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein2022-07-181-0/+4
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-07-183-1/+7
* x86: Align entry for memrchr to 64-bytes.Noah Goldstein2022-07-181-1/+1
* x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein2022-07-181-1/+2
* x86: Cleanup bounds checking in large memcpy caseNoah Goldstein2022-07-181-8/+21
* x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein2022-07-182-2/+8
* x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein2022-07-181-0/+5
* x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein2022-07-181-12/+12
* x86: Align varshift table to 32-bytesNoah Goldstein2022-07-182-3/+5
* x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein2022-07-181-3/+3
* x86: Shrink code size of memchr-evex.SNoah Goldstein2022-07-181-21/+25
* x86: Shrink code size of memchr-avx2.SNoah Goldstein2022-07-183-51/+116
* x86: Optimize memrchr-avx2.SNoah Goldstein2022-07-182-278/+257
* x86: Optimize memrchr-evex.SNoah Goldstein2022-07-181-271/+268
* x86: Optimize memrchr-sse2.SNoah Goldstein2022-07-181-321/+292
* x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2022-07-182-0/+19
* x86: Create header for VEC classes in x86 strings libraryNoah Goldstein2022-07-187-0/+327
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-07-184-4/+246
* x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu2022-07-181-2/+4
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-07-187-0/+346
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-07-1811-238/+3
* x86_64: Remove end of line trailing spacesSunil K Pandey2022-07-181-2/+2
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2022-07-091-10/+12
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella2022-06-301-1/+1
* powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho2022-06-071-2/+2
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127]Noah Goldstein2022-05-251-6/+2
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-05-161-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-05-161-157/+269
* x86: Optimize {str|wcs}rchr-sse2Noah Goldstein2022-05-164-443/+338
* x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein2022-05-161-37/+61