aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2-0/+46
2021-11-22powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella2-24/+43
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella29-264/+1
2021-11-22Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers1-1/+1
2021-11-17Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers1-1/+3
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer1-0/+7
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer1-18/+4
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey4-0/+642
2021-11-10x86: Shrink memcmp-sse4.S code sizeNoah Goldstein1-1621/+646
2021-11-10Update syscall lists for Linux 5.15Joseph Myers28-4/+31
2021-11-10s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2-2/+2
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu3-13/+0
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella1-1/+0
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella1-0/+28
2021-11-07hurd: Remove unused __libc_close_rangeSamuel Thibault1-1/+0
2021-11-07hurd: Implement close_range and closefromSergey Bugaev6-1/+135
2021-11-06x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein2-14/+20
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein6-224/+381
2021-11-03[powerpc] Tighten contraints for asm constant parametersPaul A. Clarke3-9/+9
2021-11-03riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGNAdhemerval Zanella3-0/+52
2021-11-02x86-64: Replace movzx with movzblFangrui Song2-4/+4
2021-11-02i386: Explain why __HAVE_64B_ATOMICS has to be 0Florian Weimer1-0/+4
2021-11-01arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors supportAdhemerval Zanella1-6/+1
2021-11-01arm: Use internal symbol for _dl_argv on _dl_start_userAdhemerval Zanella1-1/+1
2021-11-01x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu5-15/+2
2021-11-01x86-64: Improve EVEX strcmp with masked loadH.J. Lu1-218/+243
2021-10-29Fix compiler issue with mmap_internalStafford Horne1-0/+2
2021-10-28x86_64: Add memcmpeq.S to fix disable-multi-arch buildNoah Goldstein1-0/+21
2021-10-28riscv: Fix incorrect jal with HIDDEN_JUMPTARGETFangrui Song2-3/+4
2021-10-27x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein3-6/+304
2021-10-27x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein4-9/+308
2021-10-27x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.SNoah Goldstein1-4/+51
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein12-9/+202
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein25-0/+36
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein60-0/+82
2021-10-25configure: Don't check LD -v --help for LIBC_LINKER_FEATUREFangrui Song1-11/+8
2021-10-23x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein1-2/+2
2021-10-22x86_64: Add missing libmvec ABI testsSunil K Pandey43-8/+152
2021-10-21elf: Fix e6fd79f379 build with --enable-tunables=noAdhemerval Zanella1-0/+9
2021-10-21elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)Chung-Lin Tang1-1/+13
2021-10-20linux: Fix a possibly non-constant expression in _Static_assertFangrui Song1-3/+3
2021-10-20x86-64: Add sysdeps/x86_64/fpu/MakeconfigH.J. Lu3-139/+155
2021-10-20powerpc: Remove backtrace implementationAdhemerval Zanella5-277/+0
2021-10-19ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340]H.J. Lu4-27/+16
2021-10-18timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems (BZ #28469)Stafford Horne1-1/+1
2021-10-18hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault1-3/+3
2021-10-18hurd: Fix intr-msg parameter/stack kludgeSamuel Thibault1-10/+39
2021-10-14x86-64: Add test-vector-abi.h/test-vector-abi-sincos.hH.J. Lu17-172/+80
2021-10-14elf: Fix dynamic-link.h usage on rtld.cAdhemerval Zanella29-110/+199
2021-10-12x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein5-95/+232