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
/
cpu
/
o3
/
O3CPU.py
Age
Commit message (
Expand
)
Author
2012-01-31
Merge with head, hopefully the last time for this batch.
Gabe Black
2012-01-31
CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5
Geoffrey Blake
2012-01-29
Yet another merge with the main repository.
Gabe Black
2012-01-28
O3 CPU LSQ: Implement TSO
Nilay Vaish
2012-01-28
Merge with the main repo.
Gabe Black
2012-01-17
CPU: Moving towards a more general port across CPU models
Andreas Hansson
2012-01-07
Merge with the main repository again.
Gabe Black
2011-12-01
O3: Remove hardcoded tgts_per_mshr in O3CPU.py.
Chander Sudanthi
2011-11-18
SE/FS: Get rid of FULL_SYSTEM in the CPU directory.
Gabe Black
2011-08-19
LSQ: Set store predictor to periodically clear itself as recommended in the s...
Ali Saidi
2011-04-04
O3: Tighten memory order violation checking to 16 bytes.
Ali Saidi
2011-02-03
Config: Keep track of uncached and cached ports separately.
Gabe Black
2011-02-01
X86: Add L1 caches for the TLB walkers.
Gabe Black
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2008-08-11
params: Convert the CPU objects to use the auto generated param structs.
Nathan Binkert
2007-11-12
X86: Implement a page table walker.
Gabe Black
2007-08-26
Address Translation: Make SE mode use an actual TLB/MMU for translation like FS.
Gabe Black
2007-06-20
Make sure all parameters have default values if they're
Nathan Binkert
2007-05-27
Move SimObject python files alongside the C++ and fix
Nathan Binkert