aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29s390x: Update math: redirect roundeven functionusers/skpgkp2/2.33/masterStefan Liebler
2022-09-29Update math: redirect roundeven functionH.J. Lu
2022-09-29Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh
2022-09-29x86_64: roundeven with sse4.1 supportShen-Ta Hsieh
2022-09-29math: redirect roundeven functionShen-Ta Hsieh
2022-09-29AArch64: Add support for roundeven[f]Wilco Dijkstra
2022-09-28nptl: Add backoff mechanism to spinlock loopWangyang Guo
2022-09-28sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein
2022-09-28nptl: Effectively skip CAS in spinlock loopJangwoong Kim
2022-09-28Move assignment out of the CAS conditionH.J. Lu
2022-09-28Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu
2022-09-28Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu
2022-09-28Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu
2022-08-30elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer
2022-07-18x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein
2022-07-18x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein
2022-07-18x86: Move and slightly improve memset_ermsNoah Goldstein
2022-07-18x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein
2022-07-18x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein
2022-07-18x86: Align entry for memrchr to 64-bytes.Noah Goldstein
2022-07-18x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein
2022-07-18x86: Cleanup bounds checking in large memcpy caseNoah Goldstein
2022-07-18x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein
2022-07-18x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein
2022-07-18x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein
2022-07-18x86: Align varshift table to 32-bytesNoah Goldstein
2022-07-18x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein
2022-07-18x86: Shrink code size of memchr-evex.SNoah Goldstein
2022-07-18x86: Shrink code size of memchr-avx2.SNoah Goldstein
2022-07-18x86: Optimize memrchr-avx2.SNoah Goldstein
2022-07-18x86: Optimize memrchr-evex.SNoah Goldstein
2022-07-18x86: Optimize memrchr-sse2.SNoah Goldstein
2022-07-18x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein
2022-07-18x86: Create header for VEC classes in x86 strings libraryNoah Goldstein
2022-07-18x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli
2022-07-18x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu
2022-07-18x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey
2022-07-18x86_64: Remove bzero optimizationAdhemerval Zanella
2022-07-18x86_64: Remove end of line trailing spacesSunil K Pandey
2022-07-09elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer
2022-06-30linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella
2022-06-07powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho
2022-05-25x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127]Noah Goldstein
2022-05-16x86: Optimize {str|wcs}rchr-evexNoah Goldstein
2022-05-16x86: Optimize {str|wcs}rchr-avx2Noah Goldstein
2022-05-16x86: Optimize {str|wcs}rchr-sse2Noah Goldstein
2022-05-16x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein
2022-05-16x86: Remove memcmp-sse4.SNoah Goldstein
2022-05-16x86: Small improvements for wcslenNoah Goldstein
2022-05-16x86: Remove AVX str{n}casecmpNoah Goldstein