summaryrefslogtreecommitdiff
path: root/src/arch/x86/cpuid.cc
AgeCommit message (Expand)Author
2018-01-23arch-x86: Adding clflush, clflushopt, clwb instructionsSwapnil Haria
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-11-16x86: cpuid: add family to warn() messageBjoern A. Zeeb
2015-01-06x86: Enable three bits in the FamilyModelStepping ECX CPUID bitfield.Gabe Black
2015-01-06cpuid, x86: Revert "Enabling more features in CPUid"Gabe Black
2014-11-23cpuid, x86: Enabling more features in CPUidAlexandru Dutu
2014-11-16x86: Fix the CPUID Long Mode Address Size function.Gabe Black
2014-06-13x86: add LongModeAddressSize function to cpuidJiuyue Ma
2013-01-15x86 cpuid: enable clflushNilay Vaish
2012-07-22X86 CPUID: Return false if unknown processor familyNilay Vaish
2011-01-03Make commenting on close namespace brackets consistent.Steve Reinhardt
2010-05-02X86: Sometimes CPUID depends on ecx, so pass that in.Gabe Black
2009-04-19X86: Fix the ordering of the vendor string reported by CPUID.Gabe Black
2009-04-19X86: Only use %eax to select a function and look like we support sse2.Gabe Black
2009-04-19X86: Don't pretend to be an AMD CPU any more. We're not good enough at it.Gabe Black
2008-10-12X86: Implement CPUID with a magical function instead of microcode.Gabe Black