aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-152-3/+15
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-152-2/+9
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-151-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-151-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-152-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-152-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-152-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-151-0/+2
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-10-011-0/+3
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-10-013-0/+75
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-10-011-0/+42
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-10-011-2/+4
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)gentoo/glibc-2.35-11Adhemerval Zanella2022-09-094-2/+59
* Revert "m68k: Enforce 4-byte alignment on internal locks (BZ #29537)"Andreas K. Hüttel2022-09-091-1/+1
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)gentoo/glibc-2.35-10Adhemerval Zanella2022-09-031-1/+1
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-09-033-22/+94
* alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer2022-09-031-4/+3
* Update syscall lists for Linux 5.19Joseph Myers2022-09-033-2/+4
* riscv: Update rv64 libm test ulpsDarius Rad2022-09-031-1/+1
* Update syscall-names.list for Linux 5.18Joseph Myers2022-09-031-2/+2
* x86: Add missing IS_IN (libc) check to strncmp-sse4_2.SNoah Goldstein2022-09-031-3/+5
* x86: Move mem{p}{mov|cpy}_{chk_}erms to its own fileNoah Goldstein2022-09-033-50/+73
* x86: Move and slightly improve memset_ermsNoah Goldstein2022-09-033-31/+45
* x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl listNoah Goldstein2022-09-031-0/+4
* x86: Put wcs{n}len-sse4.1 in the sse4.1 text sectionNoah Goldstein2022-09-033-1/+7
* x86: Align entry for memrchr to 64-bytes.Noah Goldstein2022-09-031-1/+1
* x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein2022-09-031-1/+2
* x86: Cleanup bounds checking in large memcpy caseNoah Goldstein2022-09-031-8/+21
* x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein2022-09-031-1/+7
* x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein2022-09-031-0/+5
* x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein2022-09-031-12/+12
* x86: Align varshift table to 32-bytesNoah Goldstein2022-09-032-3/+5
* x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein2022-09-031-3/+3
* x86: Shrink code size of memchr-evex.SNoah Goldstein2022-09-031-21/+25
* x86: Shrink code size of memchr-avx2.SNoah Goldstein2022-09-032-50/+60
* x86: Optimize memrchr-avx2.SNoah Goldstein2022-09-032-278/+257
* x86: Optimize memrchr-evex.SNoah Goldstein2022-09-031-271/+268
* x86: Optimize memrchr-sse2.SNoah Goldstein2022-09-031-321/+292
* x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2022-09-032-0/+19
* x86: Create header for VEC classes in x86 strings libraryNoah Goldstein2022-09-037-0/+327
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-09-034-4/+246
* x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu2022-09-031-2/+4
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-09-037-0/+346
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-09-0311-235/+2
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)gentoo/glibc-2.35-9Adhemerval Zanella2022-07-051-1/+1
* nios2: Remove _dl_skip_args usage (BZ# 29187)Adhemerval Zanella2022-07-051-40/+10
* hppa: Remove _dl_skip_args usage (BZ# 29165)Adhemerval Zanella2022-07-051-22/+14
* nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella2022-07-052-0/+83
* powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho2022-07-051-2/+2