summaryrefslogtreecommitdiff
path: root/sysdeps/x86/cacheinfo.c
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-05x86: Don't use dl_x86_cpu_features in cacheinfo.cH.J. Lu
2017-06-02x86: Update __x86_shared_non_temporal_thresholdH.J. Lu
2017-05-24x86: Don't include cacheinfo.c in ld.soH.J. Lu
2017-05-24x86: Use __get_cpu_features to get cpu_featuresH.J. Lu
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-10-12X86: Don't assert on older Intel CPUs [BZ #20647]H.J. Lu
2016-05-27Count number of logical processors sharing L2 cacheH.J. Lu
2016-05-20Remove special L2 cache case for Knights LandingH.J. Lu
2016-05-19Correct Intel processor level type mask from CPUIDH.J. Lu
2016-05-19Check the HTT bit before counting logical threadsH.J. Lu
2016-05-13Support non-inclusive caches on Intel processorsH.J. Lu
2016-05-08Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86H.J. Lu