aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar18-7/+39
2021-03-29fork.h: replace with register-atfork.hSamuel Thibault12-90/+10
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu3-19/+42
2021-03-29x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu4-24/+31
2021-03-29x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+618
2021-03-29x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu52-248/+670
2021-03-29x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu5-4/+467
2021-03-29x86-64: Add memset family functions with 256-bit EVEXH.J. Lu6-14/+90
2021-03-29x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu5-11/+104
2021-03-29x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu9-3/+1339
2021-03-29x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu24-17/+2995
2021-03-29x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu3-2/+21
2021-03-29add workload traces for missing functions (double format)Paul Zimmermann15-4/+13231
2021-03-29linux: Add y2106 support on utimensat testsAdhemerval Zanella4-166/+119
2021-03-29support: Add support_path_support_time64_valueAdhemerval Zanella2-9/+12
2021-03-29linux: Use statx for MIPSn64Adhemerval Zanella3-33/+29
2021-03-29linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella1-16/+40
2021-03-29linux: Implement fstatat with __fstatat64_time64Adhemerval Zanella1-38/+11
2021-03-29x86: Properly disable XSAVE related features [BZ #27605]H.J. Lu2-0/+56
2021-03-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu1-0/+30
2021-03-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu1-1/+3
2021-03-26nptl: Remove unused rulesAdhemerval Zanella1-5/+0
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella36-183/+10
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella33-95/+3
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella34-81/+0
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella64-32/+75
2021-03-26nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella1-7/+0
2021-03-26nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella1-2/+0
2021-03-26nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella1-2/+1
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella41-94/+38
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella41-94/+39
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella40-127/+15
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella40-95/+13
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella40-76/+21
2021-03-26Add OTHER_SHLIB_COMPATAdhemerval Zanella1-0/+9
2021-03-26misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella1-30/+55
2021-03-26malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy1-2/+7
2021-03-26malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy1-8/+2
2021-03-26malloc: Rename chunk2rawmemSzabolcs Nagy2-43/+43
2021-03-26malloc: Use chunk2rawmem throughoutSzabolcs Nagy2-26/+34
2021-03-26malloc: Use different tag after mremapSzabolcs Nagy1-1/+1
2021-03-26malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2-26/+24
2021-03-26aarch64: Optimize __libc_mtag_tag_zero_regionSzabolcs Nagy1-16/+80
2021-03-26aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy1-18/+80
2021-03-26aarch64: inline __libc_mtag_new_tagSzabolcs Nagy3-41/+11
2021-03-26aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy3-39/+10
2021-03-26malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2-12/+8
2021-03-26malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2-21/+14
2021-03-26malloc: Change calloc when tagging is disabledSzabolcs Nagy1-6/+4
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy5-26/+21