aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2025-04-23elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]release/2.41/masterAurelien Jarno2-55/+55
2025-04-12x86: Detect Intel Diamond RapidsH.J. Lu1-0/+12
2025-04-12x86: Handle unknown Intel processor with default tuningSunil K Pandey1-144/+143
2025-04-12x86: Add ARL/PTL/CWF model detection supportSunil K Pandey1-0/+10
2025-04-12x86: Optimize xstate size calculationSunil K Pandey2-56/+24
2025-04-09elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)Adhemerval Zanella1-0/+13
2025-03-31x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthreadFlorian Weimer1-0/+3
2025-03-29x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)Florian Weimer9-8/+40
2025-03-29x86: Skip XSAVE state size reset if ISA level requires XSAVEFlorian Weimer1-0/+5
2025-03-18x86_64: Add atanh with FMASunil K Pandey4-0/+50
2025-03-18x86_64: Add sinh with FMASunil K Pandey4-0/+57
2025-03-18x86_64: Add tanh with FMASunil K Pandey4-0/+49
2025-03-13nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)Adhemerval Zanella2-0/+74
2025-03-13nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)Florian Weimer2-1/+3
2025-03-12nptl: clear the whole rseq area before registrationMichael Jeanson2-6/+6
2025-03-12Linux: Remove attribute access from sched_getattr (bug 32781)Florian Weimer1-1/+1
2025-02-28AArch64: Use prefer_sve_ifuncs for SVE memsetWilco Dijkstra1-1/+1
2025-02-28AArch64: Add SVE memsetWilco Dijkstra4-0/+129
2025-02-28math: Improve layout of exp/exp10 dataWilco Dijkstra1-2/+4
2025-02-28aarch64: Add GCS test with signal handlerYury Khrustalev2-0/+106
2025-02-28aarch64: Add GCS tests for dlopenYury Khrustalev7-0/+100
2025-02-28aarch64: Add GCS tests for transitive dependenciesYury Khrustalev11-16/+195
2025-02-28aarch64: Add tests for Guarded Control StackYury Khrustalev15-1/+186
2025-02-27AArch64: Improve codegen for SVE powfYat Long Poon1-58/+59
2025-02-27AArch64: Improve codegen for SVE powYat Long Poon1-103/+142
2025-02-27AArch64: Improve codegen for SVE erfcfYat Long Poon1-6/+6
2025-02-27Aarch64: Improve codegen in SVE exp and users, and update expf_inlineLuna Lamb5-49/+59
2025-02-27Aarch64: Improve codegen in SVE asinhLuna Lamb1-34/+77
2025-02-26RISC-V: Fix IFUNC resolver cannot access gp pointerYangyu Chen1-6/+11
2025-02-25math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664]John David Anglin1-0/+3
2025-02-23math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694)koraynilay1-2/+2
2025-02-20x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723]H.J. Lu1-2/+6
2025-02-15Fix tst-aarch64-pkey to handle ENOSPC as not supportedAurelien Jarno1-0/+4
2025-02-03math: Fix tanf for some inputs (BZ 32630)Adhemerval Zanella1-1/+1
2025-01-31math: Fix sinhf for some inputs (BZ 32627)Adhemerval Zanella1-1/+1
2025-01-31math: Fix log10p1f internal table value (BZ 32626)Adhemerval Zanella1-1/+1
2025-01-22Fix underallocation of abort_msg_s struct (CVE-2025-0395)Siddhesh Poyarekar1-1/+3
2025-01-21aarch64: Add HWCAP_GCSYury Khrustalev2-4/+1
2025-01-20Linux: Do not check unused bytes after sched_getattr in tst-sched_setattrFlorian Weimer1-11/+0
2025-01-20i386: Update ulps for *pi functionsFlorian Weimer1-9/+9
2025-01-20aarch64: Fix tests not compatible with targets supporting GCSYury Khrustalev1-1/+3
2025-01-20aarch64: Use __alloc_gcs in makecontextSzabolcs Nagy1-30/+8
2025-01-20aarch64: Add GCS user-space allocation logicSzabolcs Nagy3-1/+93
2025-01-20aarch64: Process gnu properties in static exeSzabolcs Nagy1-0/+14
2025-01-20aarch64: Ignore GCS property of ld.soSzabolcs Nagy1-0/+5
2025-01-20aarch64: Handle GCS markingSzabolcs Nagy3-6/+103
2025-01-20aarch64: Use l_searchlist.r_list for btiSzabolcs Nagy1-3/+2
2025-01-20aarch64: Mark objects with GCS property noteSzabolcs Nagy1-2/+3
2025-01-20aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy4-6/+66
2025-01-20aarch64: Enable GCS in static linked exeSzabolcs Nagy1-0/+48