index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
x86
/
dl-cacheinfo.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Disable non-temporal memset on Skylake Server
Noah Goldstein
2024-07-16
1
-7
/
+8
*
x86: Set default non_temporal_threshold for Zhaoxin processors
MayShao-oc
2024-06-30
1
-2
/
+4
*
x86: Fix value for `x86_memset_non_temporal_threshold` when it is undesirable
Noah Goldstein
2024-06-14
1
-3
/
+3
*
x86: Enable non-temporal memset tunable for AMD
Joe Damato
2024-06-10
1
-4
/
+4
*
x86: Add seperate non-temporal tunable for memset
Noah Goldstein
2024-05-30
1
-0
/
+16
*
x86: Do not prefer ERMS for memset on Zen3+
Adhemerval Zanella
2024-02-13
1
-0
/
+5
*
x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)
Adhemerval Zanella
2024-02-13
1
-20
/
+18
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
x86: Check the lower byte of EAX of CPUID leaf 2 [BZ #30643]
H.J. Lu
2023-08-29
1
-18
/
+13
*
x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]
Noah Goldstein
2023-08-11
1
-4
/
+3
*
x86: Fix for cache computation on AMD legacy cpus.
Sajan Karumanchi
2023-08-06
1
-27
/
+199
*
[PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
Noah Goldstein
2023-07-18
1
-3
/
+12
*
x86: Fix slight bug in `shared_per_thread` cache size calculation.
Noah Goldstein
2023-07-18
1
-2
/
+2
*
Fix misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-19
1
-1
/
+1
*
x86: Make the divisor in setting `non_temporal_threshold` cpu specific
Noah Goldstein
2023-06-12
1
-13
/
+19
*
x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
Noah Goldstein
2023-06-12
1
-27
/
+43
*
x86: Use 64MB as nt-store threshold if no cacheinfo [BZ #30429]
Noah Goldstein
2023-05-27
1
-1
/
+9
*
x86/dl-cacheinfo: remove unsused parameter from handle_amd
Andreas Schwab
2023-04-04
1
-36
/
+30
*
Remove --enable-tunables configure option
Adhemerval Zanella Netto
2023-03-29
1
-10
/
+0
*
x86: Cache computation for AMD architecture.
Sajan Karumanchi
2023-01-18
1
-159
/
+45
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]
H.J. Lu
2023-01-03
1
-9
/
+16
*
x86: Add bounds `x86_non_temporal_threshold`
Noah Goldstein
2022-06-15
1
-1
/
+7
*
x86: Fix misordered logic for setting `rep_movsb_stop_threshold`
Noah Goldstein
2022-06-14
1
-12
/
+12
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.h
Noah Goldstein
2021-11-06
1
-3
/
+5
*
x86: Set rep_movsb_threshold to 2112 on processors with FSRM
H.J. Lu
2021-05-03
1
-0
/
+4
*
x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444]
H.J. Lu
2021-03-15
1
-0
/
+6
*
x86: Use SIZE_MAX instead of (long int)-1 for tunable range value
Siddhesh Poyarekar
2021-02-10
1
-5
/
+5
*
tunables: Simplify TUNABLE_SET interface
Siddhesh Poyarekar
2021-02-10
1
-9
/
+6
*
x86: Adding an upper bound for Enhanced REP MOVSB.
Sajan Karumanchi
2021-02-02
1
-1
/
+14
*
<sys/platform/x86.h>: Remove the C preprocessor magic
H.J. Lu
2021-01-21
1
-2
/
+2
*
x86: Move x86 processor cache info to cpu_features
H.J. Lu
2021-01-14
1
-0
/
+460
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
x86: Initialize CPU info via IFUNC relocation [BZ 26203]
H.J. Lu
2020-10-16
1
-0
/
+478