aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein1-1/+7
2022-06-15Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song2-6/+2
2022-06-15elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATAFangrui Song6-65/+4
2022-06-14x86: Add sse42 implementation to strcmp's ifuncNoah Goldstein1-0/+5
2022-06-14x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein1-12/+12
2022-06-14elf: Refine direct extern access diagnostics to protected symbolFangrui Song1-23/+27
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra8-46/+16
2022-06-09x86: Optimize svml_s_tanhf4_core_sse4.SNoah Goldstein1-727/+138
2022-06-09x86: Optimize svml_s_tanhf8_core_avx2.SNoah Goldstein1-741/+171
2022-06-09x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4Noah Goldstein1-0/+621
2022-06-09x86: Optimize svml_s_tanhf16_core_avx512.SNoah Goldstein1-240/+287
2022-06-09x86: Improve svml_s_atanhf4_core_sse4.SNoah Goldstein1-209/+169
2022-06-09x86: Improve svml_s_atanhf8_core_avx2.SNoah Goldstein1-203/+202
2022-06-09x86: Improve svml_s_atanhf16_core_avx512.SNoah Goldstein1-230/+244
2022-06-09x86: Align varshift table to 32-bytesNoah Goldstein2-3/+5
2022-06-09x86: Add copyright to strpbrk-c.cNoah Goldstein1-0/+18
2022-06-08x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein1-8/+8
2022-06-08nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella2-0/+83
2022-06-07x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactionsNoah Goldstein1-3/+3
2022-06-07x86: Shrink code size of memchr-evex.SNoah Goldstein1-21/+25
2022-06-07x86: Shrink code size of memchr-avx2.SNoah Goldstein2-50/+60
2022-06-07x86: Optimize memrchr-avx2.SNoah Goldstein2-278/+257
2022-06-07x86: Optimize memrchr-evex.SNoah Goldstein1-271/+268
2022-06-07x86: Optimize memrchr-sse2.SNoah Goldstein1-321/+292
2022-06-07x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2-0/+19
2022-06-07x86: Create header for VEC classes in x86 strings libraryNoah Goldstein7-0/+327
2022-06-07powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho1-2/+2
2022-06-07AArch64: Sort makefile entriesWilco Dijkstra1-6/+18
2022-06-07AArch64: Add SVE memcpyWilco Dijkstra5-42/+284
2022-06-06x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli4-4/+242
2022-06-05grep: egrep -> grep -E, fgrep -> grep -FSam James5-8/+8
2022-06-02linux: Add process_mreleaseAdhemerval Zanella38-0/+124
2022-06-02linux: Add process_madviseAdhemerval Zanella38-0/+214
2022-06-02linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10Adhemerval Zanella1-0/+3
2022-06-02Linux: Adjust struct rseq definition to current kernel versionFlorian Weimer1-22/+6
2022-06-01socket: Use 64 bit stat for isfdtype (BZ# 29209)Adhemerval Zanella1-2/+2
2022-06-01posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)Adhemerval Zanella1-2/+2
2022-06-01posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)Adhemerval Zanella2-4/+4
2022-06-01linux: use statx for fstat if neither newfstatat nor fstatat64 is presentWANG Xuerui1-1/+2
2022-06-01Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.hJoseph Myers1-0/+2
2022-06-01Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.hJoseph Myers1-0/+1
2022-06-01i686: Use generic sincosf implementation for SSE2 versionAdhemerval Zanella5-585/+12
2022-06-01i686: Use generic sinf implementation for SSE2 versionAdhemerval Zanella5-565/+13
2022-06-01i686: Use generic cosf implementation for SSE2 versionAdhemerval Zanella5-552/+13
2022-06-01x86_64: Optimize sincos where sin/cos is optimized (bug 29193)Andreas Schwab6-3/+55
2022-05-31Add SOL_SMC from Linux 5.18 to bits/socket.hJoseph Myers1-0/+1
2022-05-30elf: Remove _dl_skip_argsAdhemerval Zanella2-5/+0
2022-05-30x86_64: Remove _dl_skip_args usageAdhemerval Zanella2-22/+3
2022-05-30sparc: Remove _dl_skip_args usageAdhemerval Zanella2-79/+4
2022-05-30sh: Remove _dl_skip_args usageAdhemerval Zanella1-15/+1