aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86
AgeCommit message (Expand)Author
2021-02-12x86: Remove the extra space between "# endif"H.J. Lu
2021-02-10x86: Use SIZE_MAX instead of (long int)-1 for tunable range valueSiddhesh Poyarekar
2021-02-10tunables: Simplify TUNABLE_SET interfaceSiddhesh Poyarekar
2021-02-07x86: Add PTWRITE feature detection [BZ #27346]H.J. Lu
2021-02-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu
2021-01-29x86: Properly set usable CET feature bits [BZ #26625]H.J. Lu
2021-01-25Fix misplaced constAndreas Schwab
2021-01-22x86: Properly match CPU features in /proc/cpuinfo [BZ #27222]H.J. Lu
2021-01-21x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072]H.J. Lu
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy
2021-01-21<sys/platform/x86.h>: Remove the C preprocessor magicH.J. Lu
2021-01-14x86: Move x86 processor cache info to cpu_featuresH.J. Lu
2021-01-14Fix x86 build with --enable-tunable=noAdhemerval Zanella
2021-01-13ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu
2021-01-13x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]H.J. Lu
2021-01-07x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717]H.J. Lu
2021-01-04Drop nan-pseudo-number.h usage from testsSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-30x86 long double: Consider pseudo numbers as signalingSiddhesh Poyarekar
2020-12-24Remove _ISOMAC check from <cpu-features.h>H.J. Lu
2020-12-24x86: Remove the duplicated CPU_FEATURE_CPU_PH.J. Lu
2020-12-24Partially revert 681900d29683722b1cb0a8e565a0585846ec5a61Siddhesh Poyarekar
2020-12-24x86 long double: Support pseudo numbers in isnanlSiddhesh Poyarekar
2020-12-24x86 long double: Support pseudo numbers in fpclassifylSiddhesh Poyarekar
2020-12-22<sys/platform/x86.h>: Add Intel LAM supportH.J. Lu
2020-12-14x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy
2020-12-04x86: Adjust tst-cpu-features-supports.c for GCC 11H.J. Lu
2020-12-04x86: Set RDRAND usable if CPU supports RDRANDH.J. Lu
2020-11-13x86: Remove UP macro. Define LOCK_PREFIX unconditionally.Florian Weimer
2020-10-28x86: Restore processing of cache size tunables in init_cacheinfoFlorian Weimer
2020-10-28x86: Optimizing memcpy for AMD Zen architecture.Sajan Karumanchi
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu
2020-10-09<sys/platform/x86.h>: Add FSRCS/FSRS/FZLRM supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add Intel HRESET supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add AVX-VNNI supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add AVX512_FP16 supportH.J. Lu
2020-10-09<sys/platform/x86.h>: Add Intel UINTR supportH.J. Lu
2020-09-28Reversing calculation of __x86_shared_non_temporal_thresholdPatrick McGehearty
2020-09-22x86: Harden printf against non-normal long double values (bug 26649)Florian Weimer
2020-09-22x86: Use one ldbl2mpn.c file for both i386 and x86_64Florian Weimer
2020-09-17x86: Use HAS_CPU_FEATURE with IBT and SHSTK [BZ #26625]H.J. Lu
2020-09-16<sys/platform/x86.h>: Add Intel Key Locker supportH.J. Lu
2020-09-11x86: Install <sys/platform/x86.h> [BZ #26124]H.J. Lu
2020-09-03x86: Set CPU usable feature bits conservatively [BZ #26552]H.J. Lu
2020-08-05x86: Rename Intel CPU feature namesH.J. Lu
2020-07-13x86: Support usable check for all CPU featuresH.J. Lu
2020-07-11x86: Remove __ASSEMBLER__ check in init-arch.hH.J. Lu
2020-07-11x86: Remove the unused __x86_prefetchwH.J. Lu