aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2021-12-13i386: Move hypot implementation to CAdhemerval Zanella
2021-12-13math: Use an improved algorithm for hypotl (ldbl-128)Adhemerval Zanella
2021-12-13math: Use an improved algorithm for hypotl (ldbl-96)Adhemerval Zanella
2021-12-13math: Improve hypot performance with FMAWilco Dijkstra
2021-12-13math: Use an improved algorithm for hypot (dbl-64)Wilco Dijkstra
2021-12-13math: Simplify hypotf implementationAdhemerval Zanella
2021-12-13Cleanup encoding in commentsSiddhesh Poyarekar
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar
2021-12-12hurd: Add rules for static PIE buildSamuel Thibault
2021-12-12hurd: Fix gmon-staticSamuel Thibault
2021-12-10x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]H.J. Lu
2021-12-10nptl: Add one more barrier to nptl/tst-create1Florian Weimer
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-12-09nptl: Add public rseq symbols and <sys/rseq.h>Florian Weimer
2021-12-09nptl: Add glibc.pthread.rseq tunable to control rseq registrationFlorian Weimer
2021-12-09Linux: Use rseq to accelerate sched_getcpuFlorian Weimer
2021-12-09nptl: Add rseq registrationFlorian Weimer
2021-12-09nptl: Introduce THREAD_GETMEM_VOLATILEFlorian Weimer
2021-12-09nptl: Introduce <tcb-access.h> for THREAD_* accessorsFlorian Weimer
2021-12-09nptl: Add <thread_pointer.h> for defining __thread_pointerFlorian Weimer
2021-12-06x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNIH.J. Lu
2021-12-06linux: Add generic ioctl implementationAdhemerval Zanella
2021-12-06linux: Add generic syscall implementationAdhemerval Zanella
2021-12-05csu: Always use __executable_start in gmon-start.cFlorian Weimer
2021-12-05elf: execve statically linked programs instead of crashing [BZ #28648]Florian Weimer
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