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
/
configs
/
common
/
Caches.py
Age
Commit message (
Expand
)
Author
2016-12-19
sim: Remove redundant buildEnv import
Andreas Sandberg
2016-11-30
mem: Split the hit_latency into tag_latency and data_latency
Sophiane Senni
2016-02-10
mem: Deduce if cache should forward snoops
Andreas Hansson
2015-11-06
mem: Add an option to perform clean writebacks from caches
Andreas Hansson
2015-08-21
mem: Add explicit Cache subclass and make BaseCache abstract
Andreas Hansson
2015-07-03
mem: Remove redundant is_top_level cache parameter
Andreas Hansson
2015-07-03
mem: Allow read-only caches and check compliance
Andreas Hansson
2015-05-05
arch, cpu: Do not forward snoops to table walker
Andreas Hansson
2013-07-18
config: Update script to set cache line size on system
Andreas Hansson
2012-10-30
config: Unify caches used in regressions and adjust L2 MSHRs
Andreas Hansson
2012-10-26
config: Fix the cache class naming in regression scripts
Andreas Hansson
2012-10-25
config: Use shared cache config for regressions
Andreas Hansson
2012-10-15
Mem: Use cycles to express cache-related latencies
Andreas Hansson
2012-09-25
Cache: add a response latency to the caches
Mrinmoy Ghosh
2011-12-01
O3: Remove hardcoded tgts_per_mshr in O3CPU.py.
Chander Sudanthi
2011-03-17
Mem: Fix issue with dirty block being lost when entire block transferred to n...
Ali Saidi
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-07-16
mem: use single BadAddr responder per system.
Steve Reinhardt
2007-08-10
DMA: Add IOCache and fix bus bridge to optionally only send requests one
Ali Saidi
2007-06-30
Get rid of remaining traces of obsolete CoherenceProtocol object.
Steve Reinhardt
2007-05-10
remove hit_latency and make latency do the right thing
Ali Saidi
2006-11-15
Add L2 cache option to fs.py --l2cache
Ron Dreslinski
2006-10-27
factor out common run code from se.py and fs.py.
Lisa Hsu