summaryrefslogtreecommitdiff
path: root/src/mem/cache
AgeCommit message (Expand)Author
2019-08-07mem-cache: Fix non-virtual base destructor of Repl EntryDaniel R. Carvalho
2019-07-31mem-cache: mark block as dirty when handling SW prefetchTiago Mück
2019-07-31mem-cache: Fix set and way of sub-entriesDaniel R. Carvalho
2019-07-17mem-cache: Create CPack compressorDaniel R. Carvalho
2019-06-04Revert "mem-cache: Remove writebacks packet list"Daniel Carvalho
2019-05-29mem-cache: Accuracy-based rate control for prefetchersJavier Bueno
2019-05-29mem-cache: Support for page crossing prefetchesJavier Bueno
2019-05-20mem-cache: Add multi-prefetcher adaptorAndreas Sandberg
2019-05-18arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code.Gabe Black
2019-05-14mem-cache: Use SatCounter for prefetchersDaniel
2019-05-11cpu,mem: Add support for partial loads/stores and wide mem. accessesGiacomo Gabrielli
2019-05-08mem-cache: Remove writebacks packet listDaniel R. Carvalho
2019-05-08mem-cache: Handle data expansionDaniel R. Carvalho
2019-05-08mem-cache: Add co-allocation function to compressed tagsDaniel R. Carvalho
2019-05-08mem-cache: Add compression and decompression callsDaniel R. Carvalho
2019-05-08mem-cache: Create BDI CompressorDaniel R. Carvalho
2019-05-08mem-cache: Add compression statsDaniel R. Carvalho
2019-05-08mem-cache: Create cache compressorDaniel R. Carvalho
2019-05-08mem-cache: Add block size to findVictimDaniel R. Carvalho
2019-05-08mem-cache: Add compression data to CompressionBlkDaniel R. Carvalho
2019-05-08mem-cache: Create CacheComp debug flagDaniel R. Carvalho
2019-05-08mem-cache: Stub compression frameworkDaniel R. Carvalho
2019-05-03mem-cache: Mark block as dirty after a SWPrefetchEXRespNikos Nikoleris
2019-04-28mem: Minimize the use of MemObject.Gabe Black
2019-04-24cpu,mem: missing override specifierAndrea Mondelli
2019-04-22mem-cache: Fix fix of replacement countDaniel
2019-04-19mem-cache: Fix increasing replacement countDaniel R. Carvalho
2019-04-19mem-cache: Remove blk_addr from Queue::trySatisfyFunctionalDaniel R. Carvalho
2019-04-19mem-cache: Add match functions to QueueEntryDaniel R. Carvalho
2019-04-19mem: Add packet matching functionsDaniel R. Carvalho
2019-04-19mem-cache: Move Target to QueueEntryDaniel R. Carvalho
2019-04-19mem-cache: Assert Entry inherits from QueueEntry in QueueDaniel R. Carvalho
2019-04-11mem-cache: Fix RRPV for RRIPAnis Peysieux
2019-04-10mem-cache: Fix MSHR handling of cache clean requestsNikos Nikoleris
2019-04-05mem-cache: ambiguous use of abs functionRyan Gambord
2019-04-04mem-cache: AMPM Prefetcher fails when restoring from a checkpointJavier Bueno
2019-04-03mem-cache: Fix PIF prefetcher compilation error with NULL ISAJavier Bueno
2019-04-03mem-cache: ISB prefetcher was triggering an assertionJavier Bueno
2019-04-03mem-cache: Fix panic in Indirect Memory prefetcherJavier Bueno
2019-04-02mem-cache: Proactive Instruction Fetch ImplementationIvan Pizarro
2019-03-28mem-cache: Remove extra cache header from AMAPDaniel R. Carvalho
2019-03-20mem-cache: Added the STeMS prefetcherJavier Bueno
2019-03-19arch, cpu, dev, gpu, mem, sim, python: start using getPort.Gabe Black
2019-03-18mem-cache: tautological comparison of byteOrderAndrea Mondelli
2019-03-15mem-cache: Added the Indirect Memory PrefetcherJavier Bueno
2019-03-15mem-cache: Fix write hit latency calculation orderDaniel
2019-03-12mem-cache: Removed default arg from get() in prefetch/base.hhRyan Gambord
2019-03-11mem-cache: Revert "mem-cache: Remove Packet dependency in Tags"Daniel R. Carvalho
2019-03-10mem-cache: Added extra information to PrefetchInfoJavier Bueno
2019-03-07mem-cache: Add header delay to handleFill whenReadyDaniel R. Carvalho