Age | Commit message (Expand) | Author |
2019-11-18 | mem-cache: Initialize all members of `QueuedPrefetcher::DeferredPacket`. | Isaac Sánchez Barrera |
2019-11-18 | mem-cache: Fix destructor of `BasePrefetcher::PrefetchInfo`. | Isaac Sánchez Barrera |
2019-11-05 | mem-ruby: Reset Ruby Sequencer Outstanding Requests stats | Polydoros Petrakis |
2019-11-04 | mem-cache: Modify compressor to appease newer compilers | Daniel R. Carvalho |
2019-11-04 | mem-cache: Implement a perfect compressor | Daniel R. Carvalho |
2019-11-04 | mem-cache: Make BDI a multi compressor | Daniel R. Carvalho |
2019-11-04 | mem-cache: Implement a multi compressor | Daniel R. Carvalho |
2019-11-04 | mem-cache: Implement BDI sub-compressors | Daniel R. Carvalho |
2019-11-04 | mem-cache: Implement a repeated values compressor | Daniel R. Carvalho |
2019-11-04 | mem-cache: Implement a zero compressor | Daniel R. Carvalho |
2019-11-04 | mem-cache: Implement FPC-D cache compression | Daniel R. Carvalho |
2019-11-01 | mem: Delete the packet accessors which use guest endianness. | Gabe Black |
2019-10-31 | mem-cache: Fix missing header in associative set | Daniel R. Carvalho |
2019-10-31 | mem-ruby: Fixed pipeline squashes caused by aliased requests | Joe Gross |
2019-10-29 | mem-cache: Add a repeated value pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Inform unused bits instead of bytes in compressor pattern | Daniel R. Carvalho |
2019-10-29 | mem-cache: Add a masked const value pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Add a masked pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Add an uncompressed pattern to compressors | Daniel R. Carvalho |
2019-10-29 | mem-cache: Templatize DictionaryCompressor | Daniel R. Carvalho |
2019-10-29 | mem-cache: Factor out CPack's dictionary functionality | Daniel R. Carvalho |
2019-10-29 | mem-cache: Use shouldAllocate() instead of CPack's decompress() | Daniel R. Carvalho |
2019-10-29 | mem-cache: Limit compression size | Daniel R. Carvalho |
2019-10-29 | mem-cache: Do not try to compress dataless packets | Daniel R. Carvalho |
2019-10-29 | mem: Fix DRAM controller to operate on its own address space | Nikos Nikoleris |
2019-10-29 | mem-cache: Avoid promotion of incompatible deferred targets | Nikos Nikoleris |
2019-10-29 | mem-cache: Fix MSHR whole line write tracking | Nikos Nikoleris |
2019-10-18 | mem: Delete the MessageReq and MessageResp memory commands. | Gabe Black |
2019-10-13 | mem-cache: set the second chance to false when inserting a block | Mingyuan |
2019-10-12 | mem-cache: Fixed a bug in MRU replacement policy | Mingyuan |
2019-10-11 | mem-ruby: Allow Ruby to use all replacement policies in Classic | JingQuJQ |
2019-10-03 | mem: Remove unused variable | Tommaso Marinelli |
2019-10-01 | mem-cache: Fix invalid whenReady | Daniel R. Carvalho |
2019-09-30 | mem-ruby: Remove inexistent functions from Util | Daniel R. Carvalho |
2019-09-30 | mem-ruby: Make bitSelect use bits<Addr> | Daniel R. Carvalho |
2019-09-30 | mem-ruby: Fix maskLowOrderBits | Daniel R. Carvalho |
2019-09-30 | mem-ruby: Remove shiftLowOrderBits | Daniel R. Carvalho |
2019-09-30 | mem-ruby: Remove maskHighOrderBits | Daniel R. Carvalho |
2019-09-30 | mem-ruby: Remove bitRemove | Daniel R. Carvalho |
2019-09-30 | mem: Use new-style stats in the XBar models | Andreas Sandberg |
2019-09-30 | mem-cache: Switch to new-style stats | Andreas Sandberg |
2019-09-30 | mem: Convert DRAM controller to new-style stats | Andreas Sandberg |
2019-09-28 | ruby: 2x protocols has typo/syntax error that fails building | Timothy Hayes |
2019-09-25 | mem-ruby: prevent cacheProbe being called multiple times | Jing Qu |
2019-09-23 | cpu, mem: Changing AtomicOpFunctor* for unique_ptr<AtomicOpFunctor> | Jordi Vaquero |
2019-09-21 | mem: Delete the now unused Message*Port classes. | Gabe Black |
2019-09-12 | mem-cache: Fix BDI size calculation | Daniel R. Carvalho |
2019-09-10 | mem-ruby: Move Bloom Filters to base | Daniel R. Carvalho |
2019-09-10 | mem: Mark MemObject as deprecated. | Gabe Black |
2019-09-03 | ruby: Fix the way stall map size is checked for availability | Srikant Bharadwaj |