about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu2022-02-013-0/+108
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2022-02-011-2/+2
* x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-011-3/+34
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2022-02-013-0/+7
* x86: Optimize strlen-evex.SNoah Goldstein2022-01-271-264/+317
* x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2022-01-272-38/+107
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2022-01-276-36/+63
* x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu2022-01-274-242/+262
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2022-01-271-1/+1
* x86: Optimize memchr-evex.SNoah Goldstein2022-01-271-225/+322
* x86: Optimize strlen-avx2.SNoah Goldstein2022-01-272-214/+334
* x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2022-01-272-37/+98
* x86: Optimize memchr-avx2.SNoah Goldstein2022-01-271-178/+247
* x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu2022-01-271-2/+4
* x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey2022-01-271-8/+8
* x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu2022-01-273-19/+35
* x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu2022-01-274-24/+31
* x86: Add string/memory function tests in RTM regionH.J. Lu2022-01-2712-0/+622
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2022-01-2752-244/+668
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2022-01-275-4/+467
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2022-01-276-14/+90
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2022-01-275-11/+97
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2022-01-279-3/+1339
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-2724-17/+2996
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2022-01-273-2/+23
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* S390: Also check vector support in memmove ifunc-selector [BZ #27511]Stefan Liebler2021-03-264-6/+15
* x86: Check IFUNC definition in unrelocated executable [BZ #20019]H.J. Lu2021-01-132-10/+22
* x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu2021-01-133-1/+12
* x86-64: Avoid rep movsb with short distance [BZ #27130]H.J. Lu2021-01-121-0/+21
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-041-8/+4
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-143-2/+8
* [AArch64] Improve integer memcpyWilco Dijkstra2020-10-121-96/+101
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2020-10-121-35/+47
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-10-123-4/+8
* AArch64: Improve backwards memmove performanceWilco Dijkstra2020-10-121-3/+4
* AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-10-125-4/+255
* AArch64: Align ENTRY to a cachelineWilco Dijkstra2020-10-121-1/+1
* arm: CVE-2020-6096: Fix multiarch memcpy for negative length [BZ #25620]Alexander Anisimov2020-07-151-11/+11
* arm: CVE-2020-6096: fix memcpy and memmove for negative length [BZ #25620]Evgeny Eremin2020-07-152-28/+20
* Fix avx2 strncmp offset compare condition check [BZ #25933]Sunil K Pandey2020-07-041-0/+15
* x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu2020-05-091-3/+3
* Add a C wrapper for prctl [BZ #25896]H.J. Lu2020-05-073-1/+43
* powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]H.J. Lu2020-05-072-24/+24
* Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810]H.J. Lu2020-05-074-3/+66
* Mark unsigned long arguments with U in more syscalls [BZ #25810]H.J. Lu2020-05-072-18/+18
* Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810]H.J. Lu2020-05-076-30/+159
* x32: Properly pass long to syscall [BZ #25810]H.J. Lu2020-05-072-6/+25
* Add new file missed in previous hppa commit.John David Anglin2020-05-041-0/+58
* Fix data race in setting function descriptors during lazy binding on hppa.John David Anglin2020-05-044-22/+142