mem-cache: Add multiple eviction stats
[gem5.git] / src / mem / cache / base.hh
2020-01-17 Daniel R. Carvalhomem-cache: Factor out multiple block eviction
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2019-08-28 Gabe Blackmem: Eliminate the Base(Slave|Master)Port classes.
2019-06-04 Daniel CarvalhoRevert "mem-cache: Remove writebacks packet list"
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-08 Daniel R. Carvalhomem-cache: Remove writebacks packet list
2019-05-08 Daniel R. Carvalhomem-cache: Handle data expansion
2019-05-08 Daniel R. Carvalhomem-cache: Add compression and decompression calls
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-19 Daniel R. Carvalhomem: Add packet matching functions
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-07 Daniel R. Carvalhomem-cache: Allow tag-only accesses on latency calculation
2019-03-07 Daniel R. Carvalhomem-cache: Use header delay on latency calculation
2019-02-25 Ivan Pizarromem-cache: A Best-Offset Prefetcher
2019-02-01 Javier Buenomem-cache: Updated version of the Signature Path Prefetcher
2018-12-05 Daniel R. Carvalhomem-cache: Remove writebacks parameter from serviceMSHR...
2018-11-14 Daniel R. Carvalhomem-cache: Move access latency calculation to Cache
2018-11-14 Javier Buenomem-cache: implement a probe-based interface
2018-10-22 Daniel R. Carvalhomem-cache: Move evictBlock(CacheBlk*, PacketList&)...
2018-10-18 Nikos Nikolerismem: Add write coalescing and write-no-allocate to...
2018-10-18 Nikos Nikolerismem: Restructure whole-line writes to simplify write...
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-09-13 Nikos Nikolerismem-cache: Fix bug in handleAtomicReqMiss
2018-06-13 Daniel R. Carvalhomem-cache: Insert on block allocation
2018-06-01 Daniel R. Carvalhomem-cache: Create an address aware TempCacheBlk
2018-05-31 Nikos Nikolerismem-cache: Replace block visitor with std::function
2018-05-31 Nikos Nikolerismem-cache: Adopt a more sensible cache class hierarchy
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-06-27 Andreas Sandbergmem-cache: Add missing overrides to BaseCache
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2017-03-03 Nikos Nikolerismem: Use pkt::getBlockAddr instead of BaseCace::blockAlign
2016-12-05 Nikos Nikolerismem: Make packet debug printing more uniform
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
2016-05-26 Nikos Nikolerismem: fix the line length in the cache related classes
2016-04-21 Andreas Hanssonmem: Remove unused cache stats
2015-05-27 Rekai Gonzalez Alb... mem: Add unused prefetch counter in caches
2016-03-17 Andreas Hanssonmem: Create a separate class for the cache write buffer
2016-02-10 Andreas Hanssonmem: Deduce if cache should forward snoops
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-11-06 Andreas Hanssonmem: Add an option to perform clean writebacks from...
2015-11-06 Andreas Hanssonmem: Add cache clusivity
2015-11-06 Andreas Hanssonmem: Do not treat CleanEvict as a write operation
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
next