aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86/dl-cacheinfo.h
AgeCommit message (Expand)Author
2024-02-13x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella
2024-02-13x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-08-29x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]H.J. Lu
2023-08-11x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]Noah Goldstein
2023-08-06x86: Fix for cache computation on AMD legacy cpus.Sajan Karumanchi
2023-07-18[PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.Noah Goldstein
2023-07-18x86: Fix slight bug in `shared_per_thread` cache size calculation.Noah Goldstein
2023-06-19Fix misspellings -- BZ 25337Paul Pluzhnikov
2023-06-12x86: Make the divisor in setting `non_temporal_threshold` cpu specificNoah Goldstein
2023-06-12x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`Noah Goldstein
2023-05-27x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429]Noah Goldstein
2023-04-04x86/dl-cacheinfo: remove unsused parameter from handle_amdAndreas Schwab
2023-03-29Remove --enable-tunables configure optionAdhemerval Zanella Netto
2023-01-18x86: Cache computation for AMD architecture.Sajan Karumanchi
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2023-01-03x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]H.J. Lu
2022-06-15x86: Add bounds `x86_non_temporal_threshold`Noah Goldstein
2022-06-14x86: Fix misordered logic for setting `rep_movsb_stop_threshold`Noah Goldstein
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-06x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein
2021-05-03x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu
2021-03-15x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]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-02x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi
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-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-10-16x86: Initialize CPU info via IFUNC relocation [BZ 26203]H.J. Lu