aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/cpu-features.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar1-3/+3
2018-08-01x86: Rename get_common_indeces to get_common_indicesH.J. Lu1-4/+4
2018-07-26x86: Populate COMMON_CPUID_INDEX_80000001 for Intel CPUs [BZ #23459]H.J. Lu1-9/+18
2018-07-17x86: Always include <dl-cet.h>/cet-tunables.h> for --enable-cetH.J. Lu1-2/+5
2018-07-16x86: Support IBT and SHSTK in Intel CET [BZ #21598]H.J. Lu1-0/+60
2018-07-06Use AVX_Fast_Unaligned_Load from Zen onwards.Amit Pawar1-5/+13
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-10-20x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve [BZ #21265]H.J. Lu1-17/+71
2017-10-19x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]H.J. Lu1-4/+8
2017-09-11x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu1-1/+2
2017-08-04x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]H.J. Lu1-2/+5
2017-06-21x86: Rename glibc.tune.ifunc to glibc.tune.hwcapsH.J. Lu1-2/+2
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu1-0/+19
2017-06-07Make LD_HWCAP_MASK usable for static binariesSiddhesh Poyarekar1-5/+3
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-0/+4
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu1-0/+48
2017-04-18x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu1-1/+5
2017-04-18x86: Set Prefer_No_VZEROUPPER if AVX512ER is availableH.J. Lu1-2/+6
2017-03-17Use CPU_FEATURES_CPU_P to check if AVX is availableH.J. Lu1-2/+1
2017-02-17Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-19Disable TSX on some Haswell processors.Andrew Senkevich1-6/+23
2016-10-17Bug 20689: Fix FMA and AVX2 detection on IntelCarlos O'Donell1-10/+14
2016-09-06X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]H.J. Lu1-0/+14
2016-06-07Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu1-4/+9
2016-04-15Detect Intel Goldmont and Airmont processorsH.J. Lu1-0/+8
2016-04-01Remove Fast_Copy_Backward from Intel Core processorsH.J. Lu1-5/+1
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu1-1/+13
2016-03-22Set index_arch_AVX_Fast_Unaligned_Load only for Intel processorsH.J. Lu1-72/+80
2016-03-10Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.hH.J. Lu1-38/+42
2016-01-14Set index_Fast_Unaligned_Load for Excavator family CPUsAmit Pawar1-0/+8
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich1-0/+2
2015-12-15Enable Silvermont optimizations for Knights LandingH.J. Lu1-0/+3
2015-11-30Update family and model detection for AMD CPUsH.J. Lu1-12/+15
2015-08-27Detect and select i586/i686 implementation at run-timefedora/masterH.J. Lu1-0/+8
2015-08-18Define HAS_CPUID/HAS_I586/HAS_I686 from -march=H.J. Lu1-2/+2
2015-08-13Check if cpuid is available in init_cpu_featuresH.J. Lu1-0/+12
2015-08-13Add _dl_x86_cpu_features to rtld_globalH.J. Lu1-0/+202