base: add the FmtStackTrace debug option
[gem5.git] / src / mem /
2019-11-28 Gabe Blackmem-cache: Avoid hiding a virtual method in the diction...
2019-11-28 Gabe Blackmem-cache: Remove a std::move clang says is unnecessary.
2019-11-18 Isaac Sánchez Barreramem-cache: Initialize all members of `QueuedPrefetcher...
2019-11-18 Isaac Sánchez Barreramem-cache: Fix destructor of `BasePrefetcher::PrefetchI...
2019-11-05 Polydoros Petrakismem-ruby: Reset Ruby Sequencer Outstanding Requests...
2019-11-04 Daniel R. Carvalhomem-cache: Modify compressor to appease newer compilers
2019-11-04 Daniel R. Carvalhomem-cache: Implement a perfect compressor
2019-11-04 Daniel R. Carvalhomem-cache: Make BDI a multi compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement a multi compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement BDI sub-compressors
2019-11-04 Daniel R. Carvalhomem-cache: Implement a repeated values compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement a zero compressor
2019-11-04 Daniel R. Carvalhomem-cache: Implement FPC-D cache compression
2019-11-01 Gabe Blackmem: Delete the packet accessors which use guest endian...
2019-10-31 Daniel R. Carvalhomem-cache: Fix missing header in associative set
2019-10-31 Joe Grossmem-ruby: Fixed pipeline squashes caused by aliased...
2019-10-29 Daniel R. Carvalhomem-cache: Add a repeated value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Inform unused bits instead of bytes in compr...
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked const value pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add a masked pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Add an uncompressed pattern to compressors
2019-10-29 Daniel R. Carvalhomem-cache: Templatize DictionaryCompressor
2019-10-29 Daniel R. Carvalhomem-cache: Factor out CPack's dictionary functionality
2019-10-29 Daniel R. Carvalhomem-cache: Use shouldAllocate() instead of CPack's...
2019-10-29 Daniel R. Carvalhomem-cache: Limit compression size
2019-10-29 Daniel R. Carvalhomem-cache: Do not try to compress dataless packets
2019-10-29 Nikos Nikolerismem: Fix DRAM controller to operate on its own address...
2019-10-29 Nikos Nikolerismem-cache: Avoid promotion of incompatible deferred...
2019-10-29 Nikos Nikolerismem-cache: Fix MSHR whole line write tracking
2019-10-18 Gabe Blackmem: Delete the MessageReq and MessageResp memory commands.
2019-10-13 Mingyuanmem-cache: set the second chance to false when insertin...
2019-10-12 Mingyuanmem-cache: Fixed a bug in MRU replacement policy
2019-10-11 JingQuJQmem-ruby: Allow Ruby to use all replacement policies...
2019-10-03 Tommaso Marinellimem: Remove unused variable
2019-10-01 Daniel R. Carvalhomem-cache: Fix invalid whenReady
2019-09-30 Daniel R. Carvalhomem-ruby: Remove inexistent functions from Util
2019-09-30 Daniel R. Carvalhomem-ruby: Make bitSelect use bits<Addr>
2019-09-30 Daniel R. Carvalhomem-ruby: Fix maskLowOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove shiftLowOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove maskHighOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove bitRemove
2019-09-30 Andreas Sandbergmem: Use new-style stats in the XBar models
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2019-09-30 Andreas Sandbergmem: Convert DRAM controller to new-style stats
2019-09-28 Timothy Hayesruby: 2x protocols has typo/syntax error that fails...
2019-09-25 Jing Qumem-ruby: prevent cacheProbe being called multiple...
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-09-21 Gabe Blackmem: Delete the now unused Message*Port classes.
2019-09-12 Daniel R. Carvalhomem-cache: Fix BDI size calculation
2019-09-10 Daniel R. Carvalhomem-ruby: Move Bloom Filters to base
2019-09-10 Gabe Blackmem: Mark MemObject as deprecated.
2019-09-03 Srikant Bharadwajruby: Fix the way stall map size is checked for availab...
2019-08-29 Daniel R. Carvalhomem-cache: Use SatCounter for RRPV
2019-08-29 Andreas Sandbergmem: Convert CommMonitor to the new stat framework
2019-08-28 Daniel R. Carvalhomem-ruby: Define BloomFilter namespace
2019-08-28 Daniel R. Carvalhomem-ruby: Make H3 inherit from MultiBitSelBloomFilter
2019-08-28 Daniel R. Carvalhomem-ruby: Finish implementing BloomFilter merge
2019-08-28 Daniel R. Carvalhomem-ruby: Remove NonCountingBloomFilter
2019-08-28 Daniel R. Carvalhomem-ruby: Make MultiGrainBloomFilter generic
2019-08-28 Daniel R. Carvalhomem-ruby: Parameterize xor bits in BlockBloomFilter
2019-08-28 Gabe Blackcpu, mem: Add new getSendFunctional method to the base...
2019-08-28 Gabe Blackmem: Make PortProxy use a delegate for a sendFunctional...
2019-08-28 Gabe Blackmem: Eliminate the Base(Slave|Master)Port classes.
2019-08-27 Gabe Blackcpu, dev, mem: Use the new Port methods.
2019-08-27 Gabe Blackmem, sim, systemc: Reorganize Port and co.s bind, unbin...
2019-08-23 Gabe Blackmem: Put gem5 protocols in their own directory.
2019-08-23 Gabe Blackmem: Move ruby protocols into a directory called ruby_p...
2019-08-23 Gabe Blackmem: Split the various protocols out of the gem5 master...
2019-08-22 Ciro Santillimem-ruby: fix build with PROTOCOL=MOESI_hammer
2019-08-19 Pablo Prietomem-ruby, arch-hsail: Removed hit latency from VIPERCoa...
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MI
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MOESI hammer
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MOESI CMP
2019-08-13 Pouya Fotouhimem-ruby: Use check_on_cache_probe on MOESI
2019-08-12 Pouya Fotouhimem-ruby: Use check_on_cache_probe to protect locked...
2019-08-12 Pouya Fotouhimem-ruby: Use check_on_cache_probe to protect locked...
2019-08-09 Brandon Pottersim-se: remove unused parameter
2019-08-07 Daniel R. Carvalhomem-cache: Fix non-virtual base destructor of Repl...
2019-08-02 Pouya Fotouhimem-ruby: Remove assertion with incorrect assumption
2019-08-02 Daniel R. Carvalhomem: Move eraseIfNullEntry to when holder is updated
2019-08-02 Daniel R. Carvalhomem: Encapsulate retry variables of SnoopFilter
2019-07-31 Tiago Mückmem-cache: mark block as dirty when handling SW prefetch
2019-07-31 Daniel R. Carvalhomem-cache: Fix set and way of sub-entries
2019-07-23 Pouya Fotouhimem-ruby: Adding a new slicc statement - to not evict...
2019-07-17 Daniel R. Carvalhomem-cache: Create CPack compressor
2019-07-13 Chun-Chen TK Hsumem: Check response only when needed in CommMonitor
2019-07-06 Daniel R. Carvalhomem-ruby: Fix MultiGrainBloomFilter accessing
2019-07-06 Daniel R. Carvalhomem-ruby: Remove Bloom Filters' ruby dependency
2019-07-06 Daniel R. Carvalhomem-ruby: Parameterize block size in Bloom Filters
2019-07-06 Daniel R. Carvalhomem-ruby: Make Bloom Filters SimObjects
2019-07-06 Daniel R. Carvalhomem-ruby: Generalize use of bloom filters' isSet
2019-07-06 Daniel R. Carvalhomem-ruby: Cleanup filters
2019-07-06 Daniel R. Carvalhomem-ruby: Fix MultiGrainBloomFilter total count calculation
2019-07-06 Daniel R. Carvalhomem-ruby: Remove index based functions in bloom filters
2019-07-06 Daniel R. Carvalhomem-ruby: Remove Bloom Filter's print()
2019-07-06 Daniel R. Carvalhomem-ruby: Standardize Bloom Filter deletion support
2019-07-06 Daniel R. Carvalhomem-ruby: Bloom filters - Remove in/decrement
2019-06-06 Matthew Porembamem: Option to toggle DRAM low-power states
2019-06-05 John Alsopmem-ruby: Enable set size increase
2019-06-04 Daniel CarvalhoRevert "mem-cache: Remove writebacks packet list"
next