x86: Clean up style in process.cc.
[gem5.git] / src / arch / x86 / cpuid.cc
2014-11-24 Alexandru Dutucpuid, x86: Enabling more features in CPUid
2014-11-17 Gabe Blackx86: Fix the CPUID Long Mode Address Size function.
2014-06-13 Jiuyue Max86: add LongModeAddressSize function to cpuid
2013-01-15 Nilay Vaishx86 cpuid: enable clflush
2012-07-23 Nilay VaishX86 CPUID: Return false if unknown processor family
2011-01-03 Steve ReinhardtMake commenting on close namespace brackets consistent.
2010-05-02 Gabe BlackX86: Sometimes CPUID depends on ecx, so pass that in.
2009-04-19 Gabe BlackX86: Fix the ordering of the vendor string reported...
2009-04-19 Gabe BlackX86: Only use %eax to select a function and look like...
2009-04-19 Gabe BlackX86: Don't pretend to be an AMD CPU any more. We're...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2008-10-12 Gabe BlackX86: Implement CPUID with a magical function instead...