]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/x86/cacheinfo.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / x86 / cacheinfo.c
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-03-15  H.J. Lux86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
2021-01-25  Andreas SchwabFix misplaced const
2021-01-14  H.J. Lux86: Move x86 processor cache info to cpu_features
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-10-16  H.J. Lux86: Initialize CPU info via IFUNC relocation [BZ 26203]
2020-09-28  Patrick McGeheartyReversing calculation of __x86_shared_non_temporal_thre...
2020-07-13  H.J. Lux86: Support usable check for all CPU features
2020-07-11  H.J. Lux86: Remove the unused __x86_prefetchw
2020-07-06  H.J. Lux86: Add thresholds for "rep movsb/stosb" to tunables
2020-04-30  Florian Weimeri386: Remove unused variable in sysdeps/x86/cacheinfo.c
2020-04-30  mayshao-ocx86: Add cache information support for Zhaoxin processors
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-03  H.J. Lux86: Extend CPUID support in struct cpu_features
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-06-20  H.J. Lutunables: Add IFUNC selection and cache sizes
2017-06-05  H.J. Lux86: Don't use dl_x86_cpu_features in cacheinfo.c
2017-06-03  H.J. Lux86: Update __x86_shared_non_temporal_threshold
2017-05-24  H.J. Lux86: Don't include cacheinfo.c in ld.so
2017-05-24  H.J. Lux86: Use __get_cpu_features to get cpu_features
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-10-12  H.J. LuX86: Don't assert on older Intel CPUs [BZ #20647]
2016-05-27  H.J. LuCount number of logical processors sharing L2 cache
2016-05-20  H.J. LuRemove special L2 cache case for Knights Landing
2016-05-19  H.J. LuCorrect Intel processor level type mask from CPUID
2016-05-19  H.J. LuCheck the HTT bit before counting logical threads
2016-05-13  H.J. LuSupport non-inclusive caches on Intel processors
2016-05-08  H.J. LuMove sysdeps/x86_64/cacheinfo.c to sysdeps/x86