summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2019-05-08mem-cache: Add compression data to CompressionBlkDaniel R. Carvalho
2019-05-08mem-cache: Create CacheComp debug flagDaniel R. Carvalho
2019-05-08mem-cache: Stub compression frameworkDaniel R. Carvalho
2019-05-03mem-cache: Mark block as dirty after a SWPrefetchEXRespNikos Nikoleris
2019-04-28mem: Remove the ISA specialized versions of port proxy's read/write.Gabe Black
2019-04-28mem: Minimize the use of MemObject.Gabe Black
2019-04-24cpu,mem: missing override specifierAndrea Mondelli
2019-04-22sim-se: Enhance clone for X86KvmCPUAlexandru Dutu
2019-04-22mem-cache: Fix fix of replacement countDaniel
2019-04-19mem-cache: Fix increasing replacement countDaniel R. Carvalho
2019-04-19mem-cache: Remove blk_addr from Queue::trySatisfyFunctionalDaniel R. Carvalho
2019-04-19mem-cache: Add match functions to QueueEntryDaniel R. Carvalho
2019-04-19mem: Add packet matching functionsDaniel R. Carvalho
2019-04-19mem-cache: Move Target to QueueEntryDaniel R. Carvalho
2019-04-19mem-cache: Assert Entry inherits from QueueEntry in QueueDaniel R. Carvalho
2019-04-19mem: Make DRAMCtrl::decodeAddr constDaniel R. Carvalho
2019-04-19mem: Allow packet to provide its own addr rangeDaniel R. Carvalho
2019-04-16mem: missing override specifierAndrea Mondelli
2019-04-14mem: Teach SimpleMem to return a MemBackdoor when appropriate.Gabe Black
2019-04-14mem: Maintain a back door into the AbstractMem's backing store.Gabe Black
2019-04-11mem-cache: Fix RRPV for RRIPAnis Peysieux
2019-04-10mem: Plumb backdoor requests through the xbar classes.Gabe Black
2019-04-10mem: Add sendAtomicBackdoor/recvAtomicBackdoor port methods.Gabe Black
2019-04-10mem-cache: Fix MSHR handling of cache clean requestsNikos Nikoleris
2019-04-06mem: Add a MemBackdoor type to track memory backdoors.Gabe Black
2019-04-05mem-cache: ambiguous use of abs functionRyan Gambord
2019-04-05mem: Reverse order of write/read mem queue checkJason Lowe-Power
2019-04-04mem-cache: AMPM Prefetcher fails when restoring from a checkpointJavier Bueno
2019-04-03mem-cache: Fix PIF prefetcher compilation error with NULL ISAJavier Bueno
2019-04-03mem-cache: ISB prefetcher was triggering an assertionJavier Bueno
2019-04-03mem-cache: Fix panic in Indirect Memory prefetcherJavier Bueno
2019-04-02mem-cache: Proactive Instruction Fetch ImplementationIvan Pizarro
2019-03-28mem-cache: Remove extra cache header from AMAPDaniel R. Carvalho
2019-03-26mem: Deleting this init() method was accidentally dropped during rebase.Gabe Black
2019-03-26mem: Clean up the xbars a little.Gabe Black
2019-03-23misc: missing override specifierAndrea Mondelli
2019-03-20mem-cache: Added the STeMS prefetcherJavier Bueno
2019-03-19arch, cpu, dev, gpu, mem, sim, python: start using getPort.Gabe Black
2019-03-19mem: Move bind() and unbind() into the Port class.Gabe Black
2019-03-18mem-cache: tautological comparison of byteOrderAndrea Mondelli
2019-03-15mem: Removed circular include refRyan Gambord
2019-03-15mem-cache: Added the Indirect Memory PrefetcherJavier Bueno
2019-03-15mem: Move the Port base class into sim.Gabe Black
2019-03-15mem: Track the MemObject owner in MasterPort and SlavePort.Gabe Black
2019-03-15mem-cache: Fix write hit latency calculation orderDaniel
2019-03-12mem-cache: Removed default arg from get() in prefetch/base.hhRyan Gambord
2019-03-11mem-cache: Revert "mem-cache: Remove Packet dependency in Tags"Daniel R. Carvalho
2019-03-10mem-cache: Added extra information to PrefetchInfoJavier Bueno
2019-03-07mem-cache: Add header delay to handleFill whenReadyDaniel R. Carvalho
2019-03-07mem-cache: Allow tag-only accesses on latency calculationDaniel R. Carvalho