about summary refs log tree commit diff
path: root/sysdeps/x86_64
Commit message (Expand)AuthorAgeFilesLines
* Implement C23 log2p1Joseph Myers18 hours1-0/+24
* x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4)Gabi Falk13 days1-3/+3
* Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2024-04-132-24/+0
* x86-64: Exclude FMA4 IFUNC functions for -mapxfH.J. Lu2024-04-065-9/+67
* math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603)Adhemerval Zanella2024-04-041-36/+0
* math: x86 floor traps when FE_INEXACT is enabled (BZ 31601)Adhemerval Zanella2024-04-041-33/+0
* math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600)Adhemerval Zanella2024-04-041-34/+0
* x86_64: Remove avx512 strstr implementationAdhemerval Zanella2024-03-274-248/+4
* Add tst-gnu2-tls2mod1 to test-internal-extrasAndreas Schwab2024-03-191-0/+2
* x86-64: Allocate state buffer space for RDI, RSI and RBXH.J. Lu2024-03-181-0/+87
* x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registersH.J. Lu2024-02-293-1/+44
* x86_64: Suppress false positive valgrind errorH.J. Lu2024-02-282-0/+23
* x86-64: Don't use SSE resolvers for ISA level 3 or aboveH.J. Lu2024-02-281-6/+9
* x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registersH.J. Lu2024-02-2810-150/+306
* x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarchSunil K Pandey2024-02-2560-295/+896
* Apply the Makefile sorting fixH.J. Lu2024-02-153-14/+14
* sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu2024-02-151-2/+4
* x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella2024-02-131-1/+3
* x86/cet: fix shadow stack test scriptsMichael Jeanson2024-02-123-3/+3
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-014-83/+2
* x86-64: Check if mprotect works before rewriting PLTH.J. Lu2024-01-151-0/+25
* x86_64: Optimize ffsll function code size.Sunil K Pandey2024-01-131-5/+5
* x86-64/cet: Make CET feature check specific to Linux/x86H.J. Lu2024-01-111-4/+5
* i386: Remove CET support bitsH.J. Lu2024-01-106-1/+165
* x86-64/cet: Move check-cet.awk to x86_64H.J. Lu2024-01-102-1/+54
* x86-64/cet: Move dl-cet.[ch] to x86_64 directoriesH.J. Lu2024-01-101-0/+364
* x86: Move x86-64 shadow stack startup codesH.J. Lu2024-01-101-0/+74
* i386: Remove CET supportAdhemerval Zanella2024-01-091-0/+42
* x86: Move CET infrastructure to x86_64Adhemerval Zanella2024-01-0953-0/+1506
* x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu2024-01-064-2/+89
* elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu2024-01-058-1/+387
* x86-64/cet: Check the restore token in longjmpH.J. Lu2024-01-041-6/+41
* i386: Ignore --enable-cetH.J. Lu2024-01-042-0/+113
* 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