ruby: added Packet interface to makeRequest and isReady.
[gem5.git] / src / mem / cache /
2008-07-16 Steve Reinhardtmem: use single BadAddr responder per system.
2009-04-21 Steve Reinhardtrequest: rename INST_READ to INST_FETCH.
2009-04-20 Gabe BlackMem: Change isLlsc to isLLSC.
2009-04-19 Gabe BlackMemory: Rename LOCKED for load locked store conditional...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-03-12 Steve Reinhardtcache: set dirty bit on swaps (oops!)
2009-03-11 Steve Reinhardtprefetch: don't panic on requests w/o contextID (e...
2009-03-06 Nathan Binkertstats: Fix all stats usages to deal with template fixes
2009-02-16 Steve ReinhardtFixes to get prefetching working again.
2008-11-14 Steve ReinhardtCache: get rid of obsolete Tag methods.
2008-11-10 Steve ReinhardtCache: Refactor packet forwarding a bit.
2008-11-04 Lisa Hsudecouple eviction from insertion in the cache.
2008-11-04 Lisa HsuChange the findBlock(addr, lat) to accessBlock, which...
2008-11-04 Lisa Hsuget rid of all instances of readTid() and getThreadNum...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-10-23 Lisa Hsus/cpu_id/cpuId in o3 (to be consistent and match style...
2008-10-23 Lisa Hsuprobe function no longer used anywhere.
2008-10-23 Lisa Hsuremove the totally obsolete split cache
2008-10-20 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-16 Lisa HsuAutomated merge with ssh://daystrom.m5sim.org//z/repo/m5
2008-10-14 Lisa HsuThis function declaration isn't used anywhere.
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-09-10 Ali Saidistyle: Remove non-leading tabs everywhere they shouldn...
2008-06-28 Steve ReinhardtAutomated merge after backout.
2008-06-28 Steve ReinhardtBacked out changeset 94a7bb476fca: caused memory leak.
2008-06-24 Ali SaidiAutomated merge with repo.m5sim.org/m5-stable
2008-06-21 Steve ReinhardtGenerate more useful error messages for unconnected...
2008-06-13 Steve ReinhardtAutomated merge with ssh://m5sim.org//repo/m5
2008-06-13 Steve ReinhardtGet rid of bogus cache assertion.
2008-05-15 Ali SaidiMake sure that output files are always checked success...
2008-03-25 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-03-25 Steve ReinhardtFix handling of writeback-induced writebacks in atomic...
2008-03-24 Steve ReinhardtDon't FastAlloc MSHRs since we don't allocate them...
2008-03-23 Steve ReinhardtFix cache problem with writes to tempBlock
2008-03-17 Steve ReinhardtFix a few Packet memory leaks.
2008-03-15 Steve ReinhardtFix subtle cache bug where read could return stale...
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Steve ReinhardtRevamp cache timing access mshr check to make stats...
2008-02-27 Steve ReinhardtCache: better comments particularly regarding writeback...
2008-02-16 Steve ReinhardtMake L2+ caches allocate new block for writeback misses
2008-02-11 Steve ReinhardtAutomated merge with file:/home/stever/hg/m5-orig
2008-02-10 Steve ReinhardtFix #include lines for renamed cache files.
2008-02-10 Steve ReinhardtRename cache files for brevity and consistency with...
2008-01-06 Geoffrey BlakeTemporary fix for ll/sc bug see flyspray task for more...
2008-01-02 Steve ReinhardtAdd ReadRespWithInvalidate to handle multi-level cohere...
2008-01-02 Steve ReinhardtMark cache-to-cache MSHRs as downstreamPending when...
2008-01-02 Steve ReinhardtDon't DPRINTF in the middle of a PrintReq.
2008-01-02 Steve ReinhardtAdditional comments and helper functions for PrintReq.
2008-01-02 Steve ReinhardtAdd functional PrintReq command for memory-system debug...
2008-01-02 Steve ReinhardtFix formatting and comments in cache_impl.hh
2007-11-20 Gabe BlackMerge with head.
2007-11-17 Steve ReinhardtTweak check for writable block fill.
2007-11-17 Steve ReinhardtFix bug on exclusive response to ReadReq with pending...
2007-11-04 Ali SaidiCache: Fix for OS X 10.5 compiling.
2007-10-31 Ali Saidino manual changes
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-31 Ali SaidiTraceflags: Add SCons function to created a traceflag...
2007-09-16 Steve Reinhardtmem: clean up bus/cache DPRINTFs a bit
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-27 Gabe BlackMerge with head
2007-08-24 Ali SaidiMem: Make errors in the memory system be responses...
2007-08-14 Ali SaidiMerge IGNORE_STYLE change and my change.
2007-08-12 Ali SaidiMemorySystem: Fix the use of ?: to produce correct...
2007-08-12 Nathan Binkertmerge
2007-08-10 Ali SaidiDMA: Add IOCache and fix bus bridge to optionally only...
2007-08-05 Gabe BlackMerge with head.
2007-08-03 Steve Reinhardtmerge from head
2007-08-03 Steve Reinhardtcache: get rid of obsolete params from python.
2007-08-01 Nathan Binkertmerge: mips fix to getArgument
2007-08-01 Gabe BlackMerge with head.
2007-08-01 Gabe BlackMerge with head.
2007-07-31 Steve ReinhardtMerge from head.
2007-07-30 Steve Reinhardtmemory system: fix functional access bug.
2007-07-29 Steve ReinhardtMerge Gabe's changes from head.
2007-07-29 Nathan Binkertmerge: style.py fix
2007-07-29 Nathan Binkertmerge whitespace fixes
2007-07-29 Nathan Binkertmerge whitespace changes
2007-07-27 Steve Reinhardtcache/memtest: fixes for functional accesses.
2007-07-27 Steve Reinhardtcache: Get rid of unused variable.
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-27 Steve ReinhardtHave owner respond to UpgradeReq to avoid race.
2007-07-27 Steve ReinhardtAdd downward express snoops for invalidations.
2007-07-27 Steve ReinhardtContinue snooping after a writeback is encountered.
2007-07-25 Steve ReinhardtCan't block on memInhibit packets
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Steve ReinhardtA couple more minor bug fixes for multilevel coherence.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-07-23 Steve ReinhardtReplace lowerMSHRPending flag with more robust scheme
2007-07-22 Steve ReinhardtMerge from head.
2007-07-22 Steve ReinhardtMerge more changes in from head.
2007-07-22 Steve ReinhardtReplace DeferredSnoop flag with LowerMSHRPending flag.
2007-07-22 Steve ReinhardtMerge Gabe's changes with mine.
2007-07-22 Steve ReinhardtA few minor non-debug compilation issues.
2007-07-22 Steve ReinhardtDeal with invalidations intersecting outstanding upgrades.
2007-07-21 Steve ReinhardtSeveral more fixes for multi-level timing coherence.
2007-07-17 Steve ReinhardtForward cache-to-cache responses through other caches.
2007-07-17 Steve ReinhardtAssert that an mshr has a target in getTarget().
2007-07-16 Steve ReinhardtMerge from head.
2007-07-16 Steve ReinhardtFix up a bunch of multilevel coherence issues.
2007-07-14 Steve ReinhardtAdd CacheRepl trace flag and move a couple DPRINTFs...
next