aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-29x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add memset family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu
2021-03-29x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu
2021-03-29x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu
2021-03-29add workload traces for missing functions (double format)Paul Zimmermann
2021-03-29linux: Add y2106 support on utimensat testsAdhemerval Zanella
2021-03-29support: Add support_path_support_time64_valueAdhemerval Zanella
2021-03-29linux: Use statx for MIPSn64Adhemerval Zanella
2021-03-29linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella
2021-03-29linux: Implement fstatat with __fstatat64_time64Adhemerval Zanella
2021-03-29x86: Properly disable XSAVE related features [BZ #27605]H.J. Lu
2021-03-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu
2021-03-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu
2021-03-26nptl: Remove unused rulesAdhemerval Zanella
2021-03-26nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella
2021-03-26nptl: Move sigaction to libcAdhemerval Zanella
2021-03-26nptl: Remove pthread raise implementationAdhemerval Zanella
2021-03-26nptl: Move pthread_kill to libcAdhemerval Zanella
2021-03-26nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella
2021-03-26nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella
2021-03-26nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella
2021-03-26nptl: Remove pwrite from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove pread from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove open from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove lseek from libpthreadAdhemerval Zanella
2021-03-26nptl: Remove send from libpthreadAdhemerval Zanella
2021-03-26Add OTHER_SHLIB_COMPATAdhemerval Zanella
2021-03-26misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella
2021-03-26malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy
2021-03-26malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy
2021-03-26malloc: Rename chunk2rawmemSzabolcs Nagy
2021-03-26malloc: Use chunk2rawmem throughoutSzabolcs Nagy
2021-03-26malloc: Use different tag after mremapSzabolcs Nagy
2021-03-26malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy
2021-03-26aarch64: Optimize __libc_mtag_tag_zero_regionSzabolcs Nagy
2021-03-26aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy
2021-03-26aarch64: inline __libc_mtag_new_tagSzabolcs Nagy
2021-03-26aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy
2021-03-26malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy
2021-03-26malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy
2021-03-26malloc: Change calloc when tagging is disabledSzabolcs Nagy
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy
2021-03-26malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy
2021-03-26malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy
2021-03-26malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy
2021-03-26malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy
2021-03-26malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy
2021-03-26malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy