aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2022-06-22x86: Add defines / utilities for making ISA specific x86 buildsNoah Goldstein
2022-06-21s390: use LC_ALL=C for readelf callSam James
2022-06-21s390: use $READELFSam James
2022-06-17i386: Fix include paths for strspn, strcspn, and strpbrkNoah Goldstein
2022-06-16x86: Rename generic functions with unique postfix for clarityNoah Goldstein
2022-06-16x86: Add BMI1/BMI2 checks for ISA_V3 checkNoah Goldstein
2022-06-16x86-64: Handle fewer relocation types for RTLD_BOOTSTRAPFangrui Song
2022-06-15aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song
2022-06-15riscv: Change the relocations handled for RTLD_BOOTSTRAPFangrui Song
2022-06-15x86: Cleanup bounds checking in large memcpy caseNoah Goldstein
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein
2022-06-15Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song
2022-06-14x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein
2022-06-14x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein
2022-06-14elf: Refine direct extern access diagnostics to protected symbolFangrui Song
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-06-09x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein
2022-06-09x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein
2022-06-09x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4Noah Goldstein
2022-06-09x86: Optimize svml_s_tanhf16_core_avx512.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf4_core_sse4.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf8_core_avx2.SNoah Goldstein
2022-06-09x86: Improve svml_s_atanhf16_core_avx512.SNoah Goldstein
2022-06-09x86: Align varshift table to 32-bytesNoah Goldstein
2022-06-09x86: Add copyright to strpbrk-c.cNoah Goldstein
2022-06-08x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein
2022-06-08nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella
2022-06-07x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein
2022-06-07x86: Shrink code size of memchr-evex.SNoah Goldstein
2022-06-07x86: Shrink code size of memchr-avx2.SNoah Goldstein
2022-06-07x86: Optimize memrchr-avx2.SNoah Goldstein
2022-06-07x86: Optimize memrchr-evex.SNoah Goldstein
2022-06-07x86: Optimize memrchr-sse2.SNoah Goldstein
2022-06-07x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein
2022-06-07x86: Create header for VEC classes in x86 strings libraryNoah Goldstein
2022-06-07powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho
2022-06-07AArch64: Sort makefile entriesWilco Dijkstra
2022-06-07AArch64: Add SVE memcpyWilco Dijkstra
2022-06-06x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James
2022-06-02linux: Add process_mreleaseAdhemerval Zanella
2022-06-02linux: Add process_madviseAdhemerval Zanella
2022-06-02linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10Adhemerval Zanella
2022-06-02Linux: Adjust struct rseq definition to current kernel versionFlorian Weimer
2022-06-01socket: Use 64 bit stat for isfdtype (BZ# 29209)Adhemerval Zanella
2022-06-01posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)Adhemerval Zanella
2022-06-01posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)Adhemerval Zanella
2022-06-01linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui
2022-06-01Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.hJoseph Myers