index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
cache
/
miss
/
mshr.cc
Age
Commit message (
Expand
)
Author
2008-02-10
Rename cache files for brevity and consistency with rest of tree.
Steve Reinhardt
2008-01-02
Mark cache-to-cache MSHRs as downstreamPending when necessary.
Steve Reinhardt
2008-01-02
Add functional PrintReq command for memory-system debugging.
Steve Reinhardt
2007-11-16
Fix bug on exclusive response to ReadReq with pending WriteReq.
Steve Reinhardt
2007-08-12
MemorySystem: Fix the use of ?: to produce correct results.
Ali Saidi
2007-07-27
cache/memtest: fixes for functional accesses.
Steve Reinhardt
2007-07-26
Add downward express snoops for invalidations.
Steve Reinhardt
2007-07-23
A couple more minor bug fixes for multilevel coherence.
Steve Reinhardt
2007-07-22
Replace lowerMSHRPending flag with more robust scheme
Steve Reinhardt
2007-07-22
Replace DeferredSnoop flag with LowerMSHRPending flag.
Steve Reinhardt
2007-07-21
Deal with invalidations intersecting outstanding upgrades.
Steve Reinhardt
2007-07-21
Several more fixes for multi-level timing coherence.
Steve Reinhardt
2007-06-30
Fix up a few statistics problems.
Steve Reinhardt
2007-06-26
Revamp replacement-of-upgrade handling.
Steve Reinhardt
2007-06-26
Handle deferred snoops better.
Steve Reinhardt
2007-06-26
Handle replacement of block with pending upgrade.
Steve Reinhardt
2007-06-25
Couple minor bug fixes...
Steve Reinhardt
2007-06-25
Get rid of requestCauses. Use timestamped queue to make
Steve Reinhardt
2007-06-24
Better handling of deferred targets.
Steve Reinhardt
2007-06-21
Getting closer...
Steve Reinhardt
2007-06-17
More major reorg of cache. Seems to work for atomic mode now,
Steve Reinhardt
2007-03-06
Move all of the parameters of the Root SimObject so they are
Nathan Binkert
2007-02-07
Make memory commands dense again to avoid cache stat table explosion.
Steve Reinhardt
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-10
Fix several bugs pertaining to upgrades/mem leaks.
Ron Dreslinski
2006-10-06
Remove threadnum from cache everywhere for now
Ron Dreslinski
2006-08-15
Merge zizzer:/bk/newmem
Ali Saidi
2006-08-15
fixes for gcc 4.1
Ali Saidi
2006-08-15
Pulled out changes to fix EIO programs with caches. Also fixes any translati...
Ron Dreslinski
2006-07-10
Some fixes so that MSHR's are matched and we don't issue overlapping requests...
Ron Dreslinski
2006-07-05
Fix some unset values in the request in the timing CPU.
Ron Dreslinski
2006-06-30
Fix the packet data allocation methods. Small fixes from changesets after my...
Ron Dreslinski
2006-06-29
Still missing prefetch and tags directories as well as cache builder.
Ron Dreslinski
2006-06-28
Backing in more changsets, getting closer to compile
Ron Dreslinski
2006-06-28
Was having difficulty with merging the cache, reverted to an early version an...
Ron Dreslinski