about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011180-1180/+1180
* x86/cet: Enable shadow stack during startupH.J. Lu2024-01-011-2/+10
* x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu2024-01-011-1/+1
* x86-64: Fix the tcb field load for x32 [BZ #31185]H.J. Lu2023-12-221-2/+2
* x86-64: Fix the dtv field load for x32 [BZ #31184]H.J. Lu2023-12-221-1/+1
* x86: Do not raises floating-point exception traps on fesetexceptflag (BZ 30990)Bruno Haible2023-12-191-10/+14
* x86: Unifies 'strlen-evex' and 'strlen-evex512' implementations.Matthew Sterrett2023-12-185-472/+439
* x86: Only align destination to 1x VEC_SIZE in memset 4x loopNoah Goldstein2023-11-281-1/+1
* elf: Remove LD_PROFILE for static binariesAdhemerval Zanella2023-11-212-30/+36
* x86: Use dl-symbol-redir-ifunc.h on cpu-tunablesAdhemerval Zanella2023-11-212-28/+15
* elf: Ignore GLIBC_TUNABLES for setuid/setgid binariesAdhemerval Zanella2023-11-211-1/+0
* x86: Fix unchecked AVX512-VBMI2 usage in strrchr-evex-base.SNoah Goldstein2023-11-151-24/+51
* x86: Prepare `strrchr-evex` and `strrchr-evex512` for AVX10Noah Goldstein2023-10-063-569/+293
* hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault2023-09-281-5/+1
* elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy2023-09-011-2/+2
* x86_64: Add log1p with FMAH.J. Lu2023-08-213-0/+35
* x86_64: Add expm1 with FMAH.J. Lu2023-08-143-0/+48
* x86_64: Add log2 with FMAH.J. Lu2023-08-113-0/+48
* x86_64: Sort fpu/multiarch/MakefileH.J. Lu2023-08-101-20/+74
* x86_64: Fix build with --disable-multiarch (BZ 30721)Adhemerval Zanella2023-08-103-1/+5
* Update x86_64 libm-test-ulps (x32 ABI)Andreas K. Hüttel2023-07-191-13/+14
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-172-21/+27
* wchar: Avoid PLT entries with _FORTIFY_SOURCEFrédéric Bérat2023-07-051-0/+4
* string: Ensure *_chk routines have their hidden builtin definition availableFrédéric Bérat2023-07-058-0/+20
* ld.so: Always use MAP_COPY to map the first segment [BZ #30452]H.J. Lu2023-06-303-0/+9
* x86: Make dl-cache.h and readelflib.c not Linux-specificSergey Bugaev2023-06-261-0/+51
* sysdeps/{i386, x86_64}/mempcpy_chk.S: fix linknamespace for __mempcpy_chkFrederic Berat2023-06-221-1/+1
* x86-64: Use YMM registers in memcmpeq-evex.SH.J. Lu2023-06-011-1/+1
* Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov2023-05-2337-105/+105
* Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov2023-05-23112-169/+169
* Enable libmvec support for AArch64Joe Ramsay2023-05-033-104/+54
* nptl: move tst-x86-64-tls-1 to nptl-only testsSamuel Thibault2023-05-013-2/+4
* hurd: Implement prefer_map_32bit_exec tunableSergey Bugaev2023-04-245-0/+119
* hurd: Add sys/ucontext.h and sigcontext.h for x86_64Sergey Bugaev2023-04-101-0/+157
* x86_64: Fix asm constraints in feraiseexcept (bug 30305)Florian Weimer2023-04-031-2/+2
* x86_64: Add rtld-stpncpy & rtld-strncpySergey Bugaev2023-04-032-0/+36
* htl: Add tcb-offsets.sym for x86_64Sergey Bugaev2023-04-032-0/+28
* Remove --enable-tunables configure optionAdhemerval Zanella Netto2023-03-291-2/+0
* benchtests: Move libmvec benchtest inputs to benchtests directoryJoe Ramsay2023-03-2753-213201/+1
* htl: Add pthreadtypes-arch.h for x86_64Sergey Bugaev2023-02-271-0/+36
* x86_64: Update libm test ulpsH.J. Lu2023-02-271-0/+1
* hurd, htl: Add some x86_64-specific codeSergey Bugaev2023-02-121-0/+29
* htl: Generalize i386 pt-machdep.h to x86Samuel Thibault2023-02-121-0/+1
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-082-0/+2
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-082-0/+5
* Parameterize op_t from memcopy.hAdhemerval Zanella2023-02-061-0/+24
* x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein2023-01-311-2/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061168-1168/+1168
* stdio-common: Convert vfprintf and related functions to buffersFlorian Weimer2022-12-191-18/+3
* x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...Noah Goldstein2022-12-151-1/+11