aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)AuthorFilesLines
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: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu1-1/+1
2022-02-01x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu1-3/+31
2022-01-17x86: use default cache size if it cannot be determined [BZ #28784]Aurelien Jarno1-4/+10
2021-12-17elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]Aurelien Jarno1-1/+8
2021-07-28x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu4-0/+20
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu12-553/+557
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar1-2/+6
2021-07-19elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella3-1/+16
2021-07-01x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu5-6/+11
2021-06-24x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 (BZ #27873)Adhemerval Zanella3-4/+34
2021-06-23x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu1-2/+5
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-11/+2
2021-05-24Properly check stack alignment [BZ #27901]H.J. Lu1-0/+28
2021-05-03x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu1-0/+4
2021-04-22x86: tst-cpu-features-supports.c: Update AMX checkH.J. Lu1-3/+3
2021-04-21nptl: Remove longjmp, siglongjmp from libpthreadFlorian Weimer1-71/+0
2021-03-30Move __isnanf128 to libc.soSiddhesh Poyarekar1-0/+1
2021-03-29x86: Add string/memory function tests in RTM regionH.J. Lu12-0/+618
2021-03-29x86: Set Prefer_No_VZEROUPPER and add Prefer_AVX2_STRCMPH.J. Lu3-2/+21
2021-03-29x86: Properly disable XSAVE related features [BZ #27605]H.J. Lu2-0/+56
2021-03-24elf: Fix not compiling ifunc tests that need gcc ifunc supportSamuel Thibault1-0/+2
2021-03-15Build get-cpuid-feature-leaf.c without stack-protector [BZ #27555]Siddhesh Poyarekar2-0/+4
2021-03-15x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]H.J. Lu7-0/+79
2021-03-06x86: Set minimum x86-64 level marker [BZ #27318]H.J. Lu3-11/+58
2021-03-02x86: Add CPU-specific diagnostics to ld.so --list-diagnosticsFlorian Weimer2-0/+120
2021-03-02x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfieldFlorian Weimer2-34/+51
2021-02-22x86: Use x86/nptl/pthreaddef.hH.J. Lu1-0/+49
2021-02-22x86: Remove unused variables for raw cache sizes from cacheinfo.hFlorian Weimer1-12/+0
2021-02-22<bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu1-1/+1
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu1-1/+1
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar1-5/+5
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar1-9/+6
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu9-5/+44
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi3-1/+20
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2-0/+30
2021-01-29x86: Properly set usable CET feature bits [BZ #26625]H.J. Lu10-13/+120
2021-01-25Fix misplaced constAndreas Schwab2-2/+2
2021-01-22x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]H.J. Lu1-13/+30
2021-01-21x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]H.J. Lu6-0/+184
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy1-0/+5
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu12-832/+1153
2021-01-14x86: Move x86 processor cache info to cpu_featuresH.J. Lu5-412/+551
2021-01-14Fix x86 build with --enable-tunable=noAdhemerval Zanella1-0/+1
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu1-0/+31
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu3-1/+11
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu17-41/+607
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar1-1/+0