mem-cache: Implement FPC-D cache compression
[gem5.git] / src / mem / cache / cache.hh
2019-06-04 Daniel CarvalhoRevert "mem-cache: Remove writebacks packet list"
2019-05-08 Daniel R. Carvalhomem-cache: Remove writebacks packet list
2018-12-05 Daniel R. Carvalhomem-cache: Remove writebacks parameter from serviceMSHR...
2018-10-22 Daniel R. Carvalhomem-cache: Move evictBlock(CacheBlk*, PacketList&)...
2018-10-18 Nikos Nikolerismem: Restructure whole-line writes to simplify write...
2018-09-13 Nikos Nikolerismem-cache: Fix bug in handleAtomicReqMiss
2018-05-31 Nikos Nikolerismem-cache: Adopt a more sensible cache class hierarchy
2018-05-31 Nikos Nikolerismem-cache: Add helper function to perform evictions
2018-05-31 Nikos Nikolerismem-cache: Refactor the recvAtomic function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingReq function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingResp function
2018-03-30 Nikos Nikolerismem-cache: Remove unused return value from the recvTimi...
2017-12-05 Nikos Nikolerismem: Co-ordination of CMOs in the xbar
2017-12-05 Nikos Nikolerismem: Support for specifying the destination of a WriteClean
2017-12-05 Nikos Nikolerismem: Add support for WriteClean packets in the memory...
2017-12-05 Nikos Nikolerismem-cache: Add support for checking whether a cache...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2017-02-21 Nikos Nikolerismem: Remove unused type BlkList from the cache and...
2017-02-19 Andreas Hanssonsim: Ensure draining is deterministic
2016-08-12 Andreas Hanssonmem: Update mostly exclusive cache policy to cover...
2016-05-26 Nikos Nikolerismem: change NULL to nullptr in the cache related classes
2016-04-21 Andreas Hanssonmem: Align downstream cache packet creation in atomic...
2016-03-17 Andreas Hanssonmem: Create a separate class for the cache write buffer
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-12-28 Andreas Hanssonmem: Do not use sender state to track forwarded snoops...
2015-11-16 Nilay VaishMerged changesets: 47e2adf7fb1a and b65d4e878ed2
2015-11-15 Andreas Sandbergarm: Add missing explicit overrides for classic caches
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: Unify delayed packet deletion
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-25 Ali Jafrimem: Add snoops for CleanEvicts and Writebacks in atomi...
2015-09-25 Andreas Hanssonmem: Make the coherent crossbar account for timing...
2015-08-21 Andreas Hanssonmem: Remove unused cache squash functionality
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-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-03 Ali Jafrimem: Add clean evicts to improve snoop filter tracking
2015-05-05 David Guillenmem: Remove templates in cache model
2015-03-27 Andreas Hanssonmem: Allocate cache writebacks before new MSHRs
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-03 Andreas Hanssonmem: Clarify cache behaviour for pending dirty responses
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-10-09 Andreas Hanssonmem: Add packet sanity checks to cache and MSHRs
2014-06-27 Curtis Dunhammem: write streaming support via WriteInvalidate promotion
2014-05-13 Curtis Dunhamcpu, mem: Make software prefetches non-blocking
2014-01-29 Amin Farmahinimem: Remove redundant findVictim() input argument
2014-01-24 Giacomo Gabriellimem: Add support for a security bit in the memory system
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-07-18 Xiangyu Dongmem: Add cache class destructor to avoid memory leaks
2013-06-27 Prakash Ramrakhyanimem: Reorganize cache tags and make them a SimObject
2013-06-27 Andreas Hanssonmem: Cycles converted to Ticks in atomic cache accesses
2013-02-19 Andreas Hanssonmem: Change accessor function names to match the port...
2013-02-15 Andreas Hanssonmem: Tighten up cache constness and scoping
2013-01-07 Andreas Sandbergmem: Fix guest corruption when caches handle uncacheabl...
2012-11-02 Andreas Sandbergmem: Add support for writing back and flushing caches
2012-10-15 Andreas HanssonMem: Use cycles to express cache-related latencies
2012-09-25 Djordje KovacevicMEM: Put memory system document into doxygen
2012-07-09 Andreas HanssonPort: Make getAddrRanges const
2012-06-07 Ali Saidimem: Delay deleting of incoming packets by one call.
2012-05-24 Andreas HanssonCache: Remove dangling doWriteback declaration
2012-05-10 Ali SaidiCache: Panic if you attempt to create a checkpoint...
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-02-24 Andreas HanssonMEM: Simplify cache ports preparing for master/slave...
2012-02-12 Mrinmoy Ghoshprefetcher: Make prefetcher a sim object instead of...
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
2012-01-17 Andreas HanssonMEM: Remove Port removeConn and MemObject deletePortRefs
2012-01-17 Andreas HanssonMEM: Differentiate functional cache accesses from CPU...
2011-04-15 Nathan Binkertincludes: sort all includes
2010-09-09 Steve Reinhardtcache: coherence protocol enhancements & bug fixes
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-02-16 Steve ReinhardtFixes to get prefetching working again.
2008-10-23 Lisa Hsus/cpu_id/cpuId in o3 (to be consistent and match style...
2008-10-23 Lisa Hsuprobe function no longer used anywhere.
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-16 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-14 Lisa HsuThis function declaration isn't used anywhere.
2008-06-28 Steve ReinhardtAutomated merge after backout.
2008-06-28 Steve ReinhardtBacked out changeset 94a7bb476fca: caused memory leak.
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-21 Steve ReinhardtGenerate more useful error messages for unconnected...
2008-03-25 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-03-25 Steve ReinhardtFix handling of writeback-induced writebacks in atomic...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Steve ReinhardtCache: better comments particularly regarding writeback...
2008-02-16 Steve ReinhardtMake L2+ caches allocate new block for writeback misses
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-01-02 Steve ReinhardtAdd ReadRespWithInvalidate to handle multi-level cohere...
2008-01-02 Steve ReinhardtAdd functional PrintReq command for memory-system debug...
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-12 Nathan Binkertmerge
next