about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2021-03-299-3/+1339
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2021-03-2924-17/+2995
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2021-03-293-2/+21
* add workload traces for missing functions (double format)Paul Zimmermann2021-03-2915-4/+13231
* linux: Add y2106 support on utimensat testsAdhemerval Zanella2021-03-294-166/+119
* support: Add support_path_support_time64_valueAdhemerval Zanella2021-03-292-9/+12
* linux: Use statx for MIPSn64Adhemerval Zanella2021-03-293-33/+29
* linux: Disable fstatat64 fallback if __ASSUME_STATX is definedAdhemerval Zanella2021-03-291-16/+40
* linux: Implement fstatat with __fstatat64_time64Adhemerval Zanella2021-03-291-38/+11
* x86: Properly disable XSAVE related features [BZ #27605]H.J. Lu2021-03-292-0/+56
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2021-03-271-0/+30
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2021-03-271-1/+3
* nptl: Remove unused rulesAdhemerval Zanella2021-03-261-5/+0
* nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_curre...Adhemerval Zanella2021-03-2636-183/+10
* nptl: Move sigaction to libcAdhemerval Zanella2021-03-2633-95/+3
* nptl: Remove pthread raise implementationAdhemerval Zanella2021-03-2634-81/+0
* nptl: Move pthread_kill to libcAdhemerval Zanella2021-03-2664-32/+75
* nptl: Remove sigsuspend from pthread-compat-wrappersAdhemerval Zanella2021-03-261-7/+0
* nptl: Remove msgrcv from pthread-compat-wrappersAdhemerval Zanella2021-03-261-2/+0
* nptl: Remove msgsnd from pthread-compat-wrappersAdhemerval Zanella2021-03-261-2/+1
* nptl: Remove pwrite from libpthreadAdhemerval Zanella2021-03-2641-94/+38
* nptl: Remove pread from libpthreadAdhemerval Zanella2021-03-2641-94/+39
* nptl: Remove open from libpthreadAdhemerval Zanella2021-03-2640-127/+15
* nptl: Remove lseek from libpthreadAdhemerval Zanella2021-03-2640-95/+13
* nptl: Remove send from libpthreadAdhemerval Zanella2021-03-2640-76/+21
* Add OTHER_SHLIB_COMPATAdhemerval Zanella2021-03-261-0/+9
* misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella2021-03-261-30/+55
* malloc: Ensure mtag code path in checked_request2size is coldSzabolcs Nagy2021-03-261-2/+7
* malloc: Remove unnecessary tagging around _mid_memalignSzabolcs Nagy2021-03-261-8/+2
* malloc: Rename chunk2rawmemSzabolcs Nagy2021-03-262-43/+43
* malloc: Use chunk2rawmem throughoutSzabolcs Nagy2021-03-262-26/+34
* malloc: Use different tag after mremapSzabolcs Nagy2021-03-261-1/+1
* malloc: Use memsize instead of CHUNK_AVAILABLE_SIZESzabolcs Nagy2021-03-262-26/+24
* aarch64: Optimize __libc_mtag_tag_zero_regionSzabolcs Nagy2021-03-261-16/+80
* aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy2021-03-261-18/+80
* aarch64: inline __libc_mtag_new_tagSzabolcs Nagy2021-03-263-41/+11
* aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy2021-03-263-39/+10
* malloc: Use mtag_enabled instead of USE_MTAGSzabolcs Nagy2021-03-262-12/+8
* malloc: Use branches instead of mtag_granule_maskSzabolcs Nagy2021-03-262-21/+14
* malloc: Change calloc when tagging is disabledSzabolcs Nagy2021-03-261-6/+4
* malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy2021-03-265-26/+21
* malloc: Use global flag instead of function pointer dispatch for mtagSzabolcs Nagy2021-03-262-52/+39
* malloc: Refactor TAG_ macros to avoid indirectionSzabolcs Nagy2021-03-263-56/+51
* malloc: Ensure the generic mtag hooks are not usedSzabolcs Nagy2021-03-261-10/+31
* malloc: Avoid taggig mmaped memory on freeSzabolcs Nagy2021-03-261-3/+4
* malloc: Simplify __mtag_tag_new_usableSzabolcs Nagy2021-03-261-5/+0
* malloc: Move MTAG_MMAP_FLAGS definitionSzabolcs Nagy2021-03-262-7/+2
* malloc: Fix a potential realloc issue with memory taggingSzabolcs Nagy2021-03-261-7/+7
* malloc: Fix a realloc crash with heap tagging [BZ 27468]Szabolcs Nagy2021-03-261-1/+3
* S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler2021-03-264-6/+15