systemc: Merge notify and notifyWork and ignore disabled for resets.
[gem5.git] / src / mem /
2018-10-13 Danielmem-cache: Add missing includes in TreePLRU
2018-10-13 Gabe Blackmem: Get rid of some stray lines which ended up in...
2018-10-12 Gabe Blackmem: Expose the raw packet accessor functions.
2018-10-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Move sector_blks to tags folder
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
2018-10-10 Daniel R. Carvalhomem-cache: Create Tree-PLRU replacement policy
2018-10-10 Daniel R. Carvalhomem-cache: Remove CacheSet.hh
2018-10-10 Daniel R. Carvalhomem-cache: Split Tags for indexing policies
2018-10-10 Daniel R. Carvalhomem-cache: Use set and way for ReplaceableEntry
2018-10-10 Daniel R. Carvalhomem-cache: Use possible locations to find block
2018-10-10 Daniel R. Carvalhomem-cache: Create tags initialization function
2018-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU hash invalidation
2018-10-05 Daniel R. Carvalhomem-cache: Make checking function const in FALRU
2018-10-05 Daniel R. Carvalhomem-cache: Make boundaries in FALRU an STL container
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU inCachesMask initialization
2018-09-24 Xianwei Zhangmem-ruby: Fix a bug in MessageBuffer randomization
2018-09-19 Daniel R. Carvalhomem-cache: Fix non-bijective function in Skewed caches
2018-09-17 Giacomo Travaglinimem: Implement QoS Proportional Fair policy
2018-09-13 Nikos Nikolerismem-cache: Fix bug in handleAtomicReqMiss
2018-09-07 Matteo Andreozzimem: Make DRAMCtrl a QoS-aware Memory Controller
2018-09-07 Giacomo Travaglinimem: Implement base QoS Policies.
2018-09-07 Matteo Andreozzimem: Add a simple QoS-aware Memory Controller
2018-09-07 Matteo Andreozzimem: Add a QoS-aware Memory Controller type
2018-09-07 Daniel R. Carvalhomem-cache: Create Skewed Assoc placement policy
2018-08-22 Stanislaw Czerniawskimem: Add StreamID and SubstreamID
2018-08-17 Brandon Potterscons,ruby: do not generate unnecessary files
2018-08-17 Brandon Potterruby: remove unused code inside '#if 0 ... #endif'
2018-07-25 Robert Kovacsicsmem-cache: TempCacheBlk allocates and destroys its...
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-07-20 Robert Kovacsicsmem: Removed "using namespace std;" from src/mem/packet.cc
2018-07-19 Robert Kovacsicsmem: Fix off-by-one error in checkFunctional, and simpl...
2018-07-19 Robert Kovacsicsmem-cache: Typo in comment: 'proceed' -> 'precede'
2018-06-28 Andreas Sandbergmem: Add a memory delay simulator
2018-06-22 Nikos Nikolerismem-cache: Promote deferred targets on cache clean...
2018-06-22 Nikos Nikolerismem-cache: Promote targets that don't require writable
2018-06-22 Nikos Nikolerismem-cache: Fix promoting of targets that need writable
2018-06-22 Nikos Nikolerismem-cache: Selectively clear downstream pending
2018-06-20 Jason Lowe-Powermem-cache: Fix TempCacheBlock insert
2018-06-19 Nikos Nikolerismem: Use address range to find the right physical address
2018-06-19 Nikos Nikolerismem: Use address range to find the destination port...
2018-06-19 Gabe Blackmem: Use the caching in the AddrRangeMap class in Physi...
2018-06-19 Gabe Blackmem: Use the caching built into AddrRangeMap in the...
2018-06-19 Nikos Nikolerisbase, mem: Disambiguate if an addr range is contained...
2018-06-19 Nikos Nikolerismem-cache: Fix support for secure blocks in the FALRU...
2018-06-15 Daniel R. Carvalhomem-cache: Initialize CacheBlk data pointer
2018-06-15 Daniel R. Carvalhomem-cache: Forward declare ReplaceableEntry
2018-06-14 Tuan Tabase,mem: Support AtomicOpFunctor in the classic memory...
2018-06-14 Jason Lowe-Powerruby: Revamp standalone SLICC script
2018-06-13 Nikos Nikolerismem-cache: Remove unnecessary cast in SectorTags::findV...
2018-06-13 Daniel R. Carvalhomem-cache: Insert on block allocation
2018-06-13 Daniel R. Carvalhomem-cache: Make packet const in insertBlock
2018-06-13 Daniel R. Carvalhomem-cache: Create Sector Cache
2018-06-12 Daniel R. Carvalhoruby: Fix initial weight in weighted LRU
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-06-08 Daniel R. Carvalhomem-cache: Change Cache block tag check
2018-06-08 Daniel R. Carvalhomem-cache: Use secure bit in findVictim
2018-06-08 Daniel R. Carvalhomem-cache: Move tagsInUse to children
2018-06-08 Daniel R. Carvalhomem-cache: Return evictions along with victims
2018-06-08 Daniel R. Carvalhomem-cache: Use ReplaceableEntry in findBlockBySetAndWay
2018-06-01 Daniel R. Carvalhomem-cache: Privatize extractSet
2018-06-01 Daniel R. Carvalhomem-cache: Create an address aware TempCacheBlk
2018-06-01 Daniel R. Carvalhomem-cache: Fix secure bit modification
2018-05-31 Nikos Nikolerismem-cache: Replace block visitor with std::function
2018-05-31 Nikos Nikolerismem-cache: Fix include directives in the cache related...
2018-05-31 Nikos Nikolerismem-cache: Add a non-coherent cache
2018-05-31 Nikos Nikolerismem-cache: Move cache bypass mechanism to the ports
2018-05-31 Nikos Nikolerismem-cache: Adopt a more sensible cache class hierarchy
2018-05-31 Nikos Nikolerismem-cache: Add helper function to perform evictions
2018-05-31 Nikos Nikolerismem-cache: Delegate block invalidation to block allocation
2018-05-31 Nikos Nikolerismem-cache: Refactor the recvAtomic function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingReq function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingResp function
2018-05-31 Daniel R. Carvalhomem-cache: Fix RandomReplData
2018-05-30 Nikos Nikolerismem-cache: Determine if an MSHR has requests from anoth...
2018-05-18 Wendy Elsassermem: Add support for more flexible DRAM timing and...
2018-05-18 Wendy Elsassermem: Optimize self-refresh entry
2018-05-17 Nikos Nikolerismem-cache: Move reference count stats update to blk...
2018-05-17 Nikos Nikolerismem-cache: Remove isTouched field from the CacheBlk
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
2018-05-17 Nikos Nikolerismem-cache: Simplify writeback for the tempBlock in...
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
2018-05-08 Daniel R. Carvalhomem-cache: Create block insertion function
2018-05-03 Brad Beckmannmem-ruby: Consistent dprintf formats for issue outcomes
2018-05-03 Daniel R. Carvalhomem-cache: Create Second-Chance replacement policy
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-04-26 Daniel R. Carvalhomem-cache: Use block iteration in BaseSetAssoc
2018-04-19 Daniel R. Carvalhomem-cache: Use findBlock in FALRU's block access
2018-04-19 Daniel R. Carvalhomem-cache: Use secure flag in FALRU's findBlock
2018-04-18 Daniel R. Carvalhomem-cache: Create NRU Replacement Policy
2018-04-18 Nikos Nikolerismem-cache: Revamp multiple size tracking for FALRU...
2018-04-17 John Alsopmem-ruby: enable DPRINTFN calls in slicc for temporary...
2018-04-17 Andreas Sandbergmem: Add a helper function to get a word of variable...
2018-04-13 Brandon Potterruby,gpu-compute: bugfix for GPU_VIPER* protocols
2018-04-13 Brandon Potterruby: bugfix for MESI_Three_Level protocol
2018-04-13 Tony Gutierrezmem-ruby: fix more style issues in AMD licenses
next