aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein
2021-12-03nptl: Increase default TCB alignment to 32Florian Weimer
2021-12-02AArch64: Improve A64FX memcpyWilco Dijkstra
2021-12-02AArch64: Optimize memcmpWilco Dijkstra
2021-11-30powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho
2021-11-30linux: Implement pipe in terms of __NR_pipe2Adhemerval Zanella
2021-11-30linux: Implement mremap in CAdhemerval Zanella
2021-11-30linux: Add prlimit64 C implementationAdhemerval Zanella
2021-11-25linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)Adhemerval Zanella
2021-11-25linux: Add fanotify_mark C implementationAdhemerval Zanella
2021-11-25linux: Only build fstatat fallback if requiredAdhemerval Zanella
2021-11-24x86-64: Add vector sin/sinf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector pow/powf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector log/logf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector exp/expf to libmvec microbenchmarkSunil K Pandey
2021-11-24x86-64: Add vector cos/cosf to libmvec microbenchmarkSunil K Pandey
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer
2021-11-22powerpc: Define USE_PPC64_NOTOC iff compiler supports itAdhemerval Zanella
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella
2021-11-22Update kernel version to 5.15 in tst-mman-consts.pyJoseph Myers
2021-11-17Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers
2021-11-17elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeresFlorian Weimer
2021-11-17nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.cFlorian Weimer
2021-11-16x86-64: Create microbenchmark infrastructure for libmvecSunil K Pandey
2021-11-10x86: Shrink memcmp-sse4.S code sizeNoah Goldstein
2021-11-10Update syscall lists for Linux 5.15Joseph Myers
2021-11-10s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer
2021-11-10Remove the unused +mkdep/+make-deps/s-proto.S/s-proto-cancel.SH.J. Lu
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella
2021-11-09elf: Use the minimal malloc on tunables_strdupAdhemerval Zanella
2021-11-07hurd: Remove unused __libc_close_rangeSamuel Thibault
2021-11-07hurd: Implement close_range and closefromSergey Bugaev
2021-11-06x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein
2021-11-06x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein
2021-11-03[powerpc] Tighten contraints for asm constant parametersPaul A. Clarke
2021-11-03riscv: Build with -mno-relax if linker does not support R_RISCV_ALIGNAdhemerval Zanella
2021-11-02x86-64: Replace movzx with movzblFangrui Song
2021-11-02i386: Explain why __HAVE_64B_ATOMICS has to be 0Florian Weimer
2021-11-01arm: Use have-mtls-dialect-gnu2 to check for ARM TLS descriptors supportAdhemerval Zanella
2021-11-01arm: Use internal symbol for _dl_argv on _dl_start_userAdhemerval Zanella
2021-11-01x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu
2021-11-01x86-64: Improve EVEX strcmp with masked loadH.J. Lu
2021-10-29Fix compiler issue with mmap_internalStafford Horne
2021-10-28x86_64: Add memcmpeq.S to fix disable-multi-arch buildNoah Goldstein
2021-10-28riscv: Fix incorrect jal with HIDDEN_JUMPTARGETFangrui Song
2021-10-27x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein
2021-10-27x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein
2021-10-27x86_64: Add sse2 optimized __memcmpeq in memcmp-sse2.SNoah Goldstein
2021-10-27x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein