index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
cpuid.cc
Age
Commit message (
Expand
)
Author
2016-11-09
style: [patch 1/22] use /r/3648/ to reorganize includes
Brandon Potter
2016-02-06
style: fix missing spaces in control statements
Steve Reinhardt
2016-02-06
style: remove trailing whitespace
Steve Reinhardt
2015-11-16
x86: cpuid: add family to warn() message
Bjoern A. Zeeb
2015-01-06
x86: Enable three bits in the FamilyModelStepping ECX CPUID bitfield.
Gabe Black
2015-01-06
cpuid, x86: Revert "Enabling more features in CPUid"
Gabe Black
2014-11-23
cpuid, x86: Enabling more features in CPUid
Alexandru Dutu
2014-11-16
x86: Fix the CPUID Long Mode Address Size function.
Gabe Black
2014-06-13
x86: add LongModeAddressSize function to cpuid
Jiuyue Ma
2013-01-15
x86 cpuid: enable clflush
Nilay Vaish
2012-07-22
X86 CPUID: Return false if unknown processor family
Nilay Vaish
2011-01-03
Make commenting on close namespace brackets consistent.
Steve Reinhardt
2010-05-02
X86: Sometimes CPUID depends on ecx, so pass that in.
Gabe Black
2009-04-19
X86: Fix the ordering of the vendor string reported by CPUID.
Gabe Black
2009-04-19
X86: Only use %eax to select a function and look like we support sse2.
Gabe Black
2009-04-19
X86: Don't pretend to be an AMD CPU any more. We're not good enough at it.
Gabe Black
2008-10-12
X86: Implement CPUID with a magical function instead of microcode.
Gabe Black