aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)AuthorFilesLines
2023-09-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein1-5/+4
2023-09-11x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein1-1/+10
2023-09-11x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein1-2/+2
2023-09-11x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein1-40/+60
2022-02-18x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein1-2/+2
2022-02-18x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein3-10/+48
2022-02-18x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein2-2/+17
2022-02-01x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu1-3/+31
2022-02-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu3-4/+8
2022-01-27x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+618
2022-01-27x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu3-2/+22
2021-01-21elf: Pass the fd to note processingSzabolcs Nagy1-3/+3
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu3-1/+11
2020-10-30x86: Optimizing memcpy for AMD Zen architecture.Sajan Karumanchi1-3/+17
2020-10-28Reversing calculation of __x86_shared_non_temporal_thresholdPatrick McGehearty1-5/+11
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu6-439/+561
2020-07-11x86: Remove __ASSEMBLER__ check in init-arch.hH.J. Lu1-5/+1
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu2-16/+4
2020-07-08rtld: Clean up PT_NOTE and add PT_GNU_PROPERTY handlingSzabolcs Nagy1-40/+7
2020-07-06x86: Add thresholds for "rep movsb/stosb" to tunablesH.J. Lu4-0/+68
2020-07-06x86: Detect Extended Feature Disable (XFD)H.J. Lu2-0/+4
2020-07-06x86: Correct bit_cpu_CLFSH [BZ #26208]H.J. Lu1-1/+1
2020-06-26x86: Detect Intel Advanced Matrix ExtensionsH.J. Lu3-0/+44
2020-06-22x86: Update CPU feature detection [BZ #26149]H.J. Lu4-389/+267
2020-06-22i386: Use builtin sqrtlAdhemerval Zanella1-0/+27
2020-06-18x86: Update F16C detection [BZ #26133]H.J. Lu2-3/+7
2020-06-17x86: Correct bit_cpu_CLFLUSHOPT [BZ #26128]H.J. Lu1-1/+1
2020-05-21x86: Update Intel Atom processor family optimizationH.J. Lu1-1/+19
2020-05-18x86: Add --enable-cet=permissiveH.J. Lu6-43/+69
2020-05-18x86: Move CET control to _dl_x86_feature_control [BZ #25887]H.J. Lu6-66/+77
2020-05-06semaphore: consolidate arch headers into a generic oneVineet Gupta1-40/+0
2020-04-30i386: Remove unused variable in sysdeps/x86/cacheinfo.cFlorian Weimer1-1/+1
2020-04-30x86: Add the test case of __get_cpu_features support for Zhaoxin processorsmayshao-oc1-0/+2
2020-04-30x86: Add cache information support for Zhaoxin processorsmayshao-oc1-196/+282
2020-04-30x86: Add CPU Vendor ID detection support for Zhaoxin processorsmayshao2-0/+55
2020-04-20Revert "x86_64: Add SSE sfp-exceptions"Adhemerval Zanella1-57/+0
2020-04-17x86_64: Add SSE sfp-exceptionsAdhemerval Zanella1-0/+57
2020-03-30x86: Remove feraiseexcept optimizationAdhemerval Zanella2-111/+0
2020-03-18x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]H.J. Lu8-183/+165
2020-02-18Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer1-0/+20
2020-02-09x86: Remove <bits/select.h> and use the generic versionFlorian Weimer1-63/+0
2020-02-01x86: Don't make 2 calls to dlerror () in a rowH.J. Lu2-2/+2
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers71-71/+71
2019-12-26nptl: Remove duplicate internal __SIZEOF_PTHREAD_MUTEX_T (BZ#25241)Adhemerval Zanella1-3/+0
2019-11-26nptl: Add struct_rwlock.hAdhemerval Zanella2-28/+65
2019-11-26nptl: Add struct_mutex.hAdhemerval Zanella2-12/+63
2019-11-26nptl: Remove rwlock elision definitionsAdhemerval Zanella1-10/+2
2019-10-18elf: Use nocancel pread64() instead of lseek()+read()Leandro Pereira1-2/+1
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2-7/+11