summaryrefslogtreecommitdiff
path: root/src/arch/x86/cpuid.cc
AgeCommit message (Expand)Author
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