mem-cache: Add multiple eviction stats
[gem5.git] / src / arch / x86 / cpuid.cc
2019-08-16 Gabe Blackx86: Stop CPUID from claiming we support xsave.
2018-01-23 Swapnil Hariaarch-x86: Adding clflush, clflushopt, clwb instructions
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-11-16 Nilay VaishMerged changesets: 47e2adf7fb1a and b65d4e878ed2
2015-11-16 Bjoern A. Zeebx86: cpuid: add family to warn() message
2015-01-07 Gabe Blackx86: Enable three bits in the FamilyModelStepping ECX...
2015-01-07 Gabe Blackcpuid, x86: Revert "Enabling more features in CPUid"
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...