summaryrefslogtreecommitdiff
path: root/src/common/x64/cpu_detect.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* x64: Add detection of monitorx instructionsGravatar Morph2023-06-281-0/+1
* x64: cpu_detect: Add detection of waitpkg instructionsGravatar Morph2023-03-271-0/+1
* Add CPU core count to log filesGravatar Matías Locatti2022-11-111-0/+4
* common/x64: Use TSC clock rate from CPUID when availableGravatar Marshall Mohror2022-07-061-0/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-2/+3
* cpu_detect: Add additional x86 flags and telemetryGravatar Wunkolo2022-03-111-3/+18
* cpu_detect: Refactor cpu/manufacturer identificationGravatar Wunkolo2022-03-091-9/+16
* cpu_detect: Compact capability fieldsGravatar Wunkolo2022-03-091-20/+21
* Merge pull request #3396 from FernandoS27/prometheus-1Gravatar David2020-06-281-0/+12
|\
| * Common: Implement WallClock Interface and implement a native clock for x64Gravatar Fernando Sahmkow2020-06-181-0/+12
* | common/cpu_detect: Add AVX512 detectionGravatar Morph2020-06-201-0/+1
|/
* Remove unused CPU Vendor string and telemtry fieldGravatar James Rowe2020-01-171-31/+0
* Common: Cleanup CPU capability detection code.Gravatar bunnei2015-08-151-57/+42
* Common: Move cpu_detect to x64 directory.Gravatar bunnei2015-08-151-0/+81