Age | Commit message (Expand) | Author | Files | Lines |
2024-07-25 | x86-64: Remove sysdeps/x86_64/x32/dl-machine.h | H.J. Lu | 2 | -87/+16 |
2024-07-22 | This patch adds larger ulp errors for the log2p1 function. | Paul Zimmermann | 1 | -5/+5 |
2024-07-19 | x32: xfail elf/tst-platform-1 [BZ #22363] | H.J. Lu | 1 | -0/+6 |
2024-07-01 | elf: Support recursive use of dynamic TLS in interposed malloc | Florian Weimer | 1 | -1/+4 |
2024-06-30 | x86_64: Optimize large size copy in memmove-ssse3 | MayShao-oc | 1 | -5/+9 |
2024-06-18 | elf: Remove _DL_PLATFORMS_COUNT | Stefan Liebler | 1 | -3/+2 |
2024-06-17 | Convert to autoconf 2.72 (vanilla release, no distribution patches) | Andreas K. Hüttel | 1 | -17/+23 |
2024-06-17 | Implement C23 exp2m1, exp10m1 | Joseph Myers | 1 | -0/+48 |
2024-06-17 | Implement C23 log10p1 | Joseph Myers | 1 | -0/+24 |
2024-06-17 | Implement C23 logp1 | Joseph Myers | 1 | -0/+24 |
2024-05-30 | x86: Add seperate non-temporal tunable for memset | Noah Goldstein | 1 | -3/+3 |
2024-05-30 | x86: Improve large memset perf with non-temporal stores [RHEL-29312] | Noah Goldstein | 1 | -58/+91 |
2024-05-27 | x86_64: Reformat elf_machine_rela | Xin Wang | 1 | -4/+5 |
2024-05-20 | Implement C23 log2p1 | Joseph Myers | 1 | -0/+24 |
2024-05-08 | x86_64: Fix missing wcsncat function definition without multiarch (x86-64-v4) | Gabi Falk | 1 | -3/+3 |
2024-04-13 | Revert "x86_64: Suppress false positive valgrind error" | Florian Weimer | 2 | -24/+0 |
2024-04-06 | x86-64: Exclude FMA4 IFUNC functions for -mapxf | H.J. Lu | 5 | -9/+67 |
2024-04-04 | math: x86 trunc traps when FE_INEXACT is enabled (BZ 31603) | Adhemerval Zanella | 1 | -36/+0 |
2024-04-04 | math: x86 floor traps when FE_INEXACT is enabled (BZ 31601) | Adhemerval Zanella | 1 | -33/+0 |
2024-04-04 | math: x86 ceill traps when FE_INEXACT is enabled (BZ 31600) | Adhemerval Zanella | 1 | -34/+0 |
2024-03-27 | x86_64: Remove avx512 strstr implementation | Adhemerval Zanella | 4 | -248/+4 |
2024-03-19 | Add tst-gnu2-tls2mod1 to test-internal-extras | Andreas Schwab | 1 | -0/+2 |
2024-03-18 | x86-64: Allocate state buffer space for RDI, RSI and RBX | H.J. Lu | 1 | -0/+87 |
2024-02-29 | x86-64: Update _dl_tlsdesc_dynamic to preserve AMX registers | H.J. Lu | 3 | -1/+44 |
2024-02-28 | x86_64: Suppress false positive valgrind error | H.J. Lu | 2 | -0/+23 |
2024-02-28 | x86-64: Don't use SSE resolvers for ISA level 3 or above | H.J. Lu | 1 | -6/+9 |
2024-02-28 | x86: Update _dl_tlsdesc_dynamic to preserve caller-saved registers | H.J. Lu | 10 | -150/+306 |
2024-02-25 | x86_64: Exclude SSE, AVX and FMA4 variants in libm multiarch | Sunil K Pandey | 60 | -295/+896 |
2024-02-15 | Apply the Makefile sorting fix | H.J. Lu | 3 | -14/+14 |
2024-02-15 | sysdeps/x86_64/Makefile (tests): Add the end marker | H.J. Lu | 1 | -2/+4 |
2024-02-13 | x86: Expand the comment on when REP STOSB is used on memset | Adhemerval Zanella | 1 | -1/+3 |
2024-02-12 | x86/cet: fix shadow stack test scripts | Michael Jeanson | 3 | -3/+3 |
2024-02-01 | string: Use builtins for ffs and ffsll | Adhemerval Zanella Netto | 4 | -83/+2 |
2024-01-15 | x86-64: Check if mprotect works before rewriting PLT | H.J. Lu | 1 | -0/+25 |
2024-01-13 | x86_64: Optimize ffsll function code size. | Sunil K Pandey | 1 | -5/+5 |
2024-01-11 | x86-64/cet: Make CET feature check specific to Linux/x86 | H.J. Lu | 1 | -4/+5 |
2024-01-10 | i386: Remove CET support bits | H.J. Lu | 6 | -1/+165 |
2024-01-10 | x86-64/cet: Move check-cet.awk to x86_64 | H.J. Lu | 2 | -1/+54 |
2024-01-10 | x86-64/cet: Move dl-cet.[ch] to x86_64 directories | H.J. Lu | 1 | -0/+364 |
2024-01-10 | x86: Move x86-64 shadow stack startup codes | H.J. Lu | 1 | -0/+74 |
2024-01-09 | i386: Remove CET support | Adhemerval Zanella | 1 | -0/+42 |
2024-01-09 | x86: Move CET infrastructure to x86_64 | Adhemerval Zanella | 53 | -0/+1506 |
2024-01-06 | x32: Handle displacement overflow in PLT rewrite [BZ #31218] | H.J. Lu | 4 | -2/+89 |
2024-01-05 | elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT | H.J. Lu | 8 | -1/+387 |
2024-01-04 | x86-64/cet: Check the restore token in longjmp | H.J. Lu | 1 | -6/+41 |
2024-01-04 | i386: Ignore --enable-cet | H.J. Lu | 2 | -0/+113 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1180 | -1180/+1180 |
2024-01-01 | x86/cet: Enable shadow stack during startup | H.J. Lu | 1 | -2/+10 |
2024-01-01 | x86/cet: Sync with Linux kernel 6.6 shadow stack interface | H.J. Lu | 1 | -1/+1 |
2023-12-22 | x86-64: Fix the tcb field load for x32 [BZ #31185] | H.J. Lu | 1 | -2/+2 |