summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2019-03-20invisispec-1.0 sourceIru Cai
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
2018-03-06mem-cache: Use findBlock() in accessBlock()Daniel R. Carvalho
2018-03-05mem-cache: Remove redundant block initialization on allocationNikos Nikoleris
2018-03-02mem-cache: Remove mumBlock redundant initialiation from FALRUNikos Nikoleris
2018-03-02mem-cache: Populate the secure bit when the temp block is filledNikos Nikoleris
2018-03-02mem-cache: Remove unnecessary block initialization on writebackNikos Nikoleris
2018-03-01mem-cache: Remove extra block init in BaseSetAssocDaniel R. Carvalho
2018-03-01mem-cache: Vectorize C arrays in BaseSetAssoc.Daniel R. Carvalho
2018-02-24mem-cache: Fix CacheSet memory leakDaniel R. Carvalho
2018-02-19mem: fix page_table bug for .fast buildBrandon Potter
2018-02-19mem: Refactor port proxies to support secure accessesAndreas Sandberg
2018-02-16mem: Add PortProxy read/write helper with explicit endiannessAndreas Sandberg
2018-02-14mem, sim-se: Fixed seg-fault in EmulationPageTable::remapRico Amslinger
2018-02-09Fix DDR4_2400_8x8 DRAMCTRL configurationWendy Elsasser
2018-02-08mem-cache: Make cache warmup percentage a parameter.Daniel R. Carvalho
2018-02-07mem-cache: Only pendingModified MSHRs can satisfy CMO snoopsNikos Nikoleris
2018-02-07mem-cache: Cleaned blocks should be marked as not writableNikos Nikoleris
2018-02-06mem-cache: Remove extra numSets zero check.Daniel R. Carvalho
2018-02-06mem: Standardize mem folder header guardsDaniel R. Carvalho
2018-01-23tarch, mem: Abstract the data stored in the SE page tables.Gabe Black
2018-01-23x86, mem: Rewrite the multilevel page table class.Gabe Black
2018-01-20x86, mem: Don't try to force physical addresses on the system.Gabe Black
2018-01-20x86, mem: Get rid of PageTableOps::getBasePtr.Gabe Black
2018-01-20x86, mem: Pass the multi level page table layout in as a parameter.Gabe Black
2018-01-20arch, mem: Make the page table lookup function return a pointer.Gabe Black
2018-01-19arch, mem, sim: Consolidate and rename the SE mode page table classes.Gabe Black
2018-01-17mem: Change the multilevel page table to inherit from FuncPageTable.Gabe Black
2018-01-15mem: Track TLB entries in the lookup cache as pointers.Gabe Black
2018-01-11mem-ruby: Fix wakeup timeouts for the MOESI_CMP_token protocolNikos Nikoleris
2018-01-11mem-ruby: Remove function that maps responses to a DMA engineNikos Nikoleris
2018-01-11mem-ruby: Add support for multiple DMA engines in MESI_Two_LevelNikos Nikoleris
2018-01-11arch,mem: Remove the default value for page size.Gabe Black
2018-01-11arch,mem: Move page table construction into the arch classes.Gabe Black
2018-01-10style: change C/C++ source permissions to noexecBKP
2018-01-09mem-cache: Prune unnecessary writebacks in exclusive cachesNikos Nikoleris
2017-12-22arch,cpu: "virtualize" the TLB interface.Gabe Black
2017-12-15mem-ruby: Support atomic_noncaching acceses in rubySwapnil Haria
2017-12-14misc: Updates for gcc7.2 for x86Jason Lowe-Power
2017-12-13arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with.Gabe Black
2017-12-05mem-ruby: Prevent ruby from crashing on CMOsNikos Nikoleris
2017-12-05cpu: Add support for CMOs in the cpu modelsNikos Nikoleris