base: Rename Section to Segment, and some of its members.
[gem5.git] / src / mem /
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"
2019-05-30 Gabe Blackmem: Remove the now unused Copy* methods from the FS...
2019-05-29 Javier Buenomem-cache: Accuracy-based rate control for prefetchers
2019-05-29 Javier Buenomem-cache: Support for page crossing prefetches
2019-05-29 Gabe Blackmem: Add a readString method to the PortProxy which...
2019-05-29 Gabe Blackmem: Use a const T & in write<> to avoid an unnecessary...
2019-05-29 Gabe Blackmem, arm: Replace the pointer type in PortProxy with...
2019-05-29 Gabe Blackmem, arm: Move some helper methods into the base PortPr...
2019-05-29 Gabe Blackarm, mem: Move the SecurePortProxy subclass into it...
2019-05-28 Tiago Muckmem: Parameterize coherent xbar sanity checks
2019-05-28 Tiago Muckmem: Snoop filter support for large systems
2019-05-22 Tiago Muckmem: Add invalid context id check on LLSC checks
2019-05-20 Andreas Sandbergmem-cache: Add multi-prefetcher adaptor
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-14 Tiago Muckmem-ruby: MOESI_CMP_dir cleanup
2019-05-14 Tiago Muckmem-ruby: Cache latencies for MOESI_CMP_dir
2019-05-14 Tiago Muckmem-ruby: Hit latencies defined by the controllers
2019-05-14 Tiago Muckmem-ruby: Do not change blocked msg enqueue info
2019-05-14 Tiago Muckmem-ruby: Unique ranks for MOESI_CMP_dir in ports
2019-05-14 Tiago Muckmem-ruby: Change MOESI_CMP_Dir L2 addressing
2019-05-14 Tiago Muckmem-ruby: Fix MOESI_CMP_dir debug msg
2019-05-14 Tiago Muckmem-ruby: Prevent response stalls on MOESI_CMP_directory
2019-05-14 Danielmem-cache: Use SatCounter for prefetchers
2019-05-12 Daniel R. Carvalhomem-ruby: Replace string parameter in MultiBitSelBloomF...
2019-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-05-09 Tiago Muckmem-ruby: Fix MOESI_CMP_directory blocked line handling
2019-05-08 Daniel R. Carvalhomem-cache: Remove writebacks packet list
2019-05-08 Daniel R. Carvalhomem-cache: Handle data expansion
2019-05-08 Daniel R. Carvalhomem-cache: Add co-allocation function to compressed...
2019-05-08 Daniel R. Carvalhomem-cache: Add compression and decompression calls
2019-05-08 Daniel R. Carvalhomem-cache: Create BDI Compressor
2019-05-08 Daniel R. Carvalhomem-cache: Add compression stats
2019-05-08 Daniel R. Carvalhomem-cache: Create cache compressor
2019-05-08 Daniel R. Carvalhomem-cache: Add block size to findVictim
next