summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]gentoo/glibc-2.33-10H.J. Lu2022-02-011-1/+1
* x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-011-3/+31
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2022-02-015-6/+11
* x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu2022-02-011-2/+5
* x86-64: Require BMI2 for __strlen_evex and __strnlen_evexgentoo/glibc-2.33-9H.J. Lu2022-01-311-2/+4
* x86: Optimize strlen-evex.SNoah Goldstein2022-01-311-264/+317
* x86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen-avx2 [BZ #27974]Noah Goldstein2022-01-312-38/+107
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2022-01-316-36/+63
* x86-64: Move strlen.S to multiarch/strlen-vec.SH.J. Lu2022-01-314-242/+262
* x86-64: Fix an unknown vector operation in memchr-evex.SAlice Xu2022-01-311-1/+1
* x86: Optimize memchr-evex.SNoah Goldstein2022-01-311-225/+322
* x86: Optimize strlen-avx2.SNoah Goldstein2022-01-312-214/+334
* x86: Fix overflow bug with wmemchr-sse2 and wmemchr-avx2 [BZ #27974]Noah Goldstein2022-01-312-37/+98
* x86: Optimize memchr-avx2.SNoah Goldstein2022-01-311-178/+247
* x86-64: Fix ifdef indentation in strlen-evex.SSunil K Pandey2022-01-311-8/+8
* x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu2022-01-313-19/+42
* x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu2022-01-314-24/+31
* x86: Add string/memory function tests in RTM regionH.J. Lu2022-01-3112-0/+618
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2022-01-3152-244/+668
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2022-01-315-4/+467
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2022-01-316-14/+90
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2022-01-315-11/+104
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2022-01-319-3/+1339
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2022-01-3124-17/+2996
* x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu2022-01-313-2/+21
* x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]Noah Goldstein2022-01-271-0/+10
* aarch64: align stack in clone [BZ #27939]Szabolcs Nagy2022-01-271-0/+2
* Linux: Detect user namespace support in io/tst-getcwd-smallbuffgentoo/glibc-2.33-7Florian Weimer2022-01-251-0/+18
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-01-253-1/+254
* powerpc: Fix unrecognized instruction errors with recent binutilsPaul A. Clarke2022-01-242-6/+2
* x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno2022-01-181-4/+10
* powerpc: Fix unrecognized instruction errors with recent GCCPaul A. Clarke2022-01-151-0/+1
* powerpc64[le]: Allocate extra stack frame on syscall.SMatheus Castanho2022-01-151-0/+4
* powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]Matheus Castanho2022-01-151-4/+6
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2022-01-152-0/+46
* s390: Use long branches across object boundaries (jgh instead of jh)Florian Weimer2022-01-152-2/+2
* S390: Add PCI_MIO and SIE HWCAPsStefan Liebler2022-01-153-3/+12
* MIPS: Setup errno for {f,l,}xstatJiaxun Yang2022-01-153-3/+9
* RISC-V: Update rv64 ULPsAurelien Jarno2022-01-151-11/+13
* linux: Remove shmmax check from tst-sysvshm-linuxAdhemerval Zanella2022-01-151-12/+14
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-181-1/+1
* x86_64: Remove unneeded static PIE check for undefined weak diagnosticgentoo/glibc-2.33-5Fangrui Song2021-07-232-58/+0
* Fix use of __pthread_attr_copy in mq_notify (bug 27896)gentoo/glibc-2.33-4Florian Weimer2021-06-111-2/+9
* Use __pthread_attr_copy in mq_notify (bug 27896)Andreas Schwab2021-06-111-5/+10
* dlfcn: Failures after dlmopen should not terminate process [BZ #15271]Florian Weimer2021-06-111-0/+11
* powerpc: Fix handling of scv return error codes [BZ #27892]Nicholas Piggin2021-05-251-2/+3
* x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu2021-05-251-3/+3
* Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.hSzabolcs Nagy2021-05-251-4/+0
* linux: always update select timeout (BZ #27706)Adhemerval Zanella2021-05-251-2/+2
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-05-251-9/+32