mem-cache: Forward declare ReplaceableEntry
[gem5.git] / src / mem /
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
2018-04-13 Daniel R. Carvalhomem-cache: Add MoveToTail to FALRU
2018-04-12 Tony Gutierrezconfigs, mem-ruby: fix issues with style in AMD license
2018-04-06 Daniel R. Carvalhomem: Remove unused 'using namespace'
2018-04-06 Daniel R. Carvalhomem-cache: Move insertBlock functionality in FALRU
2018-04-06 Daniel R. Carvalhomem-cache: Create LIP Replacement Policy
2018-04-06 Daniel R. Carvalhomem-cache: Create BIP Replacement Policy
2018-04-05 Daniel R. Carvalhomem-cache: Use Packet functions to write data blocks
2018-03-30 Nikos Nikolerismem-cache: Remove unused return value from the recvTimi...
2018-03-30 Daniel R. Carvalhomem-cache: Fix FALRU data block seg fault
2018-03-30 Daniel R. Carvalhomem-cache: Create LFU replacement policy
2018-03-30 Daniel R. Carvalhomem-cache: Create RRIP Replacement Policy
2018-03-30 Daniel R. Carvalhomem-cache: Create BRRIP replacement policy
2018-03-23 Jason Lowe-Powermem-cache: fix missing overrides in repl policies
2018-03-23 Jason Lowe-Powerruby: Make sure addresses print in hex
2018-03-23 Daniel R. Carvalhomem-cache: Create FIFO replacement policy
2018-03-23 Daniel R. Carvalhomem-cache: Fix MRU rebase
2018-03-22 Daniel R. Carvalhomem-cache: Create MRU replacement policy
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-03-21 Nikos Nikolerismem-cache: Allow clean operations when block allocation...
2018-03-12 Rico Amslingermem-ruby: Fix RubyPrefetcher support in MESI_Two_Level
2018-03-09 Daniel R. Carvalhomem-cache: Use CacheBlk parameter on address regeneration
2018-03-08 Jason Lowe-Powermem-cache: Fix missing overrides
2018-03-07 Nikos Nikolerismem-cache: Make the block invalidate functions virtual
2018-03-07 Nikos Nikolerismem-cache: Make invalidate a common function between...
2018-03-07 Xiaoyu Mamem-cache: Allow prefetchers to override setCache.
2018-03-06 Gabe Blackscons: Switch from the print statement to the print...
2018-03-06 Daniel R. Carvalhomem-cache: Fix bug generated by 8282
2018-03-06 Nikos Nikolerismem-cache: Populate whenReady for blocks filled from...
2018-03-06 Daniel R. Carvalhomem-cache: Use findBlock() in accessBlock()
2018-03-05 Nikos Nikolerismem-cache: Remove redundant block initialization on...
2018-03-02 Nikos Nikolerismem-cache: Remove mumBlock redundant initialiation...
2018-03-02 Nikos Nikolerismem-cache: Populate the secure bit when the temp block...
2018-03-02 Nikos Nikolerismem-cache: Remove unnecessary block initialization...
2018-03-01 Daniel R. Carvalhomem-cache: Remove extra block init in BaseSetAssoc
2018-03-01 Daniel R. Carvalhomem-cache: Vectorize C arrays in BaseSetAssoc.
2018-02-24 Daniel R. Carvalhomem-cache: Fix CacheSet memory leak
2018-02-19 Brandon Pottermem: fix page_table bug for .fast build
2018-02-19 Andreas Sandbergmem: Refactor port proxies to support secure accesses
2018-02-16 Andreas Sandbergmem: Add PortProxy read/write helper with explicit...
2018-02-14 Rico Amslingermem, sim-se: Fixed seg-fault in EmulationPageTable...
2018-02-09 Wendy ElsasserFix DDR4_2400_8x8 DRAMCTRL configuration
2018-02-08 Daniel R. Carvalhomem-cache: Make cache warmup percentage a parameter.
2018-02-07 Nikos Nikolerismem-cache: Only pendingModified MSHRs can satisfy CMO...
2018-02-07 Nikos Nikolerismem-cache: Cleaned blocks should be marked as not writable
2018-02-06 Daniel R. Carvalhomem-cache: Remove extra numSets zero check.
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2018-01-23 Gabe Blacktarch, mem: Abstract the data stored in the SE page...
2018-01-23 Gabe Blackx86, mem: Rewrite the multilevel page table class.
next