mem: Add explicit Cache subclass and make BaseCache abstract
[gem5.git] / src / mem / cache / base.hh
2015-08-21 Andreas Hanssonmem: Add explicit Cache subclass and make BaseCache...
2015-08-21 Andreas Hanssonmem: Move cache_impl.hh to cache.cc
2015-07-30 Andreas Hanssonmem: Remove unused RequestCause in cache
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-03 Andreas Hanssonmem: Remove redundant is_top_level cache parameter
2015-07-03 Andreas Hanssonmem: Allow read-only caches and check compliance
2015-05-05 Andreas Hanssonmem: Snoop into caches on uncacheable accesses
2015-03-27 Andreas Hanssonmem: Remove redundant allocateUncachedReadBuffer in...
2015-03-27 Andreas Hanssonmem: Align all MSHR entries to block boundaries
2015-03-02 Andreas Hanssonmem: Tidy up the cache debug messages
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-11 Marco Balbonimem: Clarify usage of latency in the cache
2015-02-03 Andreas Hanssonmem: Clarify cache behaviour for pending dirty responses
2014-12-02 Curtis Dunhammem: Remove WriteInvalidate support
2014-06-27 Curtis Dunhammem: write streaming support via WriteInvalidate promotion
2014-09-03 Andreas Hanssonmem: Fix a bug in the cache port flow control
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2014-01-24 Matt Horsnellmem: track per-request latencies and access depths...
2013-02-15 Andreas Hanssonmem: Tighten up cache constness and scoping
2013-01-29 Anthony Gutierrezcache: remove drainManager because it's not used
2012-11-02 Andreas Sandbergmem: Add support for writing back and flushing caches
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-10-15 Andreas HanssonMem: Use cycles to express cache-related latencies
2012-09-25 Mrinmoy GhoshCache: add a response latency to the caches
2012-08-22 Andreas HanssonPort: Extend the QueuedPort interface and use where...
2012-07-09 Andreas HanssonPort: Move retry from port base class to Master/SlavePort
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-22 Andreas HanssonMEM: Split SimpleTimingPort into PacketQueue and ports
2012-03-09 Ali Saidicache: Allow main memory to be at disjoint address...
2012-02-24 Andreas HanssonMEM: Simplify cache ports preparing for master/slave...
2012-02-12 Dam Sunwoomem: fix cache stats to use request ids correctly
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Koan-Sin Tanclang: Enable compiling gem5 using clang 2.9 and 3.0
2012-01-31 Andreas HanssonMEM: Remove the otherPort from the cache ports
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-07 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in mem.
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-03-18 Ali SaidiAutomated merge with ssh://hg@repo.m5sim.org/m5
2011-03-18 Ali SaidiMem: Fix issue with dirty block being lost when entire...
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-09-10 Nathan Binkertstyle: fix sorting of includes and whitespace in some...
2010-09-09 Steve Reinhardtcache: coherence protocol enhancements & bug fixes
2010-06-15 Nathan Binkertstats: only consider a formula initialized if there...
2010-02-23 Lisa Hsucache: Make caches sharing aware and add occupancy...
2010-01-19 Derek Howermerge
2009-09-26 Steve ReinhardtMinor cleanup: Use the blockAlign() method where it...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-17 Nathan Binkertincludes: use base/types.hh not inttypes.h or stdint.h
2008-07-16 Steve Reinhardtmem: use single BadAddr responder per system.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-02-16 Steve ReinhardtFixes to get prefetching working again.
2008-11-04 Lisa Hsuget rid of all instances of readTid() and getThreadNum...
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-10 Steve ReinhardtFix #include lines for renamed cache files.
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...