summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2018-05-18mem: Add support for more flexible DRAM timing and topologiesWendy Elsasser
2018-05-18mem: Optimize self-refresh entryWendy Elsasser
2018-05-17mem-cache: Move reference count stats update to blk invalidationNikos Nikoleris
2018-05-17mem-cache: Remove isTouched field from the CacheBlkNikos Nikoleris
2018-05-17mem-cache: Move replacements stat to the base cache classNikos Nikoleris
2018-05-17mem-cache: Simplify writeback for the tempBlock in recvTimingRespNikos Nikoleris
2018-05-16style: fix amd license and style issuesTony Gutierrez
2018-05-08mem-cache: Create block insertion functionDaniel R. Carvalho
2018-05-03mem-ruby: Consistent dprintf formats for issue outcomesBrad Beckmann
2018-05-03mem-cache: Create Second-Chance replacement policyDaniel R. Carvalho
2018-05-03mem-cache: ReplacementPolicy specific replacement dataDaniel R. Carvalho
2018-04-27sim,cpu,mem,arch: Introduced MasterInfo data structureGiacomo Travaglini
2018-04-26mem-cache: Use block iteration in BaseSetAssocDaniel R. Carvalho
2018-04-19mem-cache: Use findBlock in FALRU's block accessDaniel R. Carvalho
2018-04-19mem-cache: Use secure flag in FALRU's findBlockDaniel R. Carvalho
2018-04-18mem-cache: Create NRU Replacement PolicyDaniel R. Carvalho
2018-04-18mem-cache: Revamp multiple size tracking for FALRU cachesNikos Nikoleris
2018-04-17mem-ruby: enable DPRINTFN calls in slicc for temporary debug printingJohn Alsop
2018-04-17mem: Add a helper function to get a word of variable lengthAndreas Sandberg
2018-04-13ruby,gpu-compute: bugfix for GPU_VIPER* protocolsBrandon Potter
2018-04-13ruby: bugfix for MESI_Three_Level protocolBrandon Potter
2018-04-13mem-ruby: fix more style issues in AMD licensesTony Gutierrez
2018-04-13mem-cache: Add MoveToTail to FALRUDaniel R. Carvalho
2018-04-12configs, mem-ruby: fix issues with style in AMD licenseTony Gutierrez
2018-04-06mem: Remove unused 'using namespace'Daniel R. Carvalho
2018-04-06mem-cache: Move insertBlock functionality in FALRUDaniel R. Carvalho
2018-04-06mem-cache: Create LIP Replacement PolicyDaniel R. Carvalho
2018-04-06mem-cache: Create BIP Replacement PolicyDaniel R. Carvalho
2018-04-05mem-cache: Use Packet functions to write data blocksDaniel R. Carvalho
2018-03-30mem-cache: Remove unused return value from the recvTimingReq funcNikos Nikoleris
2018-03-30mem-cache: Fix FALRU data block seg faultDaniel R. Carvalho
2018-03-30mem-cache: Create LFU replacement policyDaniel R. Carvalho
2018-03-30mem-cache: Create RRIP Replacement PolicyDaniel R. Carvalho
2018-03-30mem-cache: Create BRRIP replacement policyDaniel R. Carvalho
2018-03-23mem-cache: fix missing overrides in repl policiesJason Lowe-Power
2018-03-23ruby: Make sure addresses print in hexJason Lowe-Power
2018-03-23mem-cache: Create FIFO replacement policyDaniel R. Carvalho
2018-03-23mem-cache: Fix MRU rebaseDaniel R. Carvalho
2018-03-22mem-cache: Create MRU replacement policyDaniel R. Carvalho
2018-03-22mem-cache: Split array indexing and replacement policies.Daniel R. Carvalho
2018-03-21mem-cache: Allow clean operations when block allocation failsNikos Nikoleris
2018-03-12mem-ruby: Fix RubyPrefetcher support in MESI_Two_LevelRico Amslinger
2018-03-09mem-cache: Use CacheBlk parameter on address regenerationDaniel R. Carvalho
2018-03-08mem-cache: Fix missing overridesJason Lowe-Power
2018-03-07mem-cache: Make the block invalidate functions virtualNikos Nikoleris
2018-03-07mem-cache: Make invalidate a common function between tag classesNikos Nikoleris
2018-03-07mem-cache: Allow prefetchers to override setCache.Xiaoyu Ma
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2018-03-06mem-cache: Fix bug generated by 8282Daniel R. Carvalho
2018-03-06mem-cache: Populate whenReady for blocks filled from writebacksNikos Nikoleris