mem-cache: Implement BDI sub-compressors
[gem5.git] / src / mem / cache / Cache.py
2019-05-08 Daniel R. Carvalhomem-cache: Add compression and decompression calls
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2018-10-18 Nikos Nikolerismem: Add write coalescing and write-no-allocate to...
2018-05-31 Nikos Nikolerismem-cache: Add a non-coherent cache
2018-05-31 Nikos Nikolerismem-cache: Adopt a more sensible cache class hierarchy
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-02-08 Daniel R. Carvalhomem-cache: Make cache warmup percentage a parameter.
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
2016-02-10 Andreas Hanssonmem: Deduce if cache should forward snoops
2015-11-06 Andreas Hanssonmem: Add an option to perform clean writebacks from...
2015-11-06 Andreas Hanssonmem: Add cache clusivity
2015-08-21 Andreas Hanssonmem: Add explicit Cache subclass and make BaseCache...