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
/
cache_impl.hh
Age
Commit message (
Expand
)
Author
2007-01-26
make our code a little more standards compliant
Ali Saidi
2006-12-18
Streamline Cache/Tags interface: get rid of redundant functions,
Steve Reinhardt
2006-12-18
No need to template prefetcher on cache TagStore type.
Steve Reinhardt
2006-12-18
Get rid of generic CacheTags object (fold back into Cache).
Steve Reinhardt
2006-12-13
Split CachePort class into CpuSidePort and MemSidePort
Steve Reinhardt
2006-12-04
Turn cache MissQueue/BlockingBuffer into virtual object
Steve Reinhardt
2006-11-22
Do a functional access to levels above on a read as a temporary solution for ...
Ron Dreslinski
2006-11-12
Handle packets being deleted by lower level properly.
Ron Dreslinski
2006-11-12
Move code before a early return to make sure it is executed on all paths
Ron Dreslinski
2006-11-12
Yet another small bug in mem system related to flow control
Ron Dreslinski
2006-11-10
More fixes for functional accesses. It now makes the writeback memory leak t...
Ron Dreslinski
2006-10-22
Clean up cache DPRINTFs
Steve Reinhardt
2006-10-22
s/pktuest/request/ (all in comments)
Steve Reinhardt
2006-10-21
Small bug fixes for timing LL/SC. Better now but
Steve Reinhardt
2006-10-21
Just give up if a store conditional misses completely
Steve Reinhardt
2006-10-20
Merge zizzer:/bk/newmem
Ron Dreslinski
2006-10-20
Use fixPacket function everywhere.
Ron Dreslinski
2006-10-20
Use PacketPtr everywhere
Nathan Binkert
2006-10-19
Fix corner case on assertion.
Ron Dreslinski
2006-10-19
Fix memtester to use functional access, fix cache to work functionally now th...
Ron Dreslinski
2006-10-19
Small changes:
Ron Dreslinski
2006-10-19
Fixes to get single level uni-coherence to work.
Ron Dreslinski
2006-10-19
Merge zizzer:/bk/newmem
Ron Dreslinski
2006-10-19
Always get the functional access from the highest level of cache first.
Ron Dreslinski
2006-10-19
First cut at LL/SC support in caches (atomic mode only).
Steve Reinhardt
2006-10-18
Break a lot of overly long lines.
Steve Reinhardt
2006-10-18
Get rid of obsolete in-cache copy support.
Steve Reinhardt
2006-10-17
Fixes to cache eliminating the assumption that the Packet is still valid afte...
Ron Dreslinski
2006-10-17
Properly chack the pkt pointer on upgrades to insure no segfaults when writeb...
Ron Dreslinski
2006-10-17
Fix it so that the cache does not assume to gave the packet it sent out via s...
Ron Dreslinski
2006-10-13
Fix for DMA's in FS caches.
Ron Dreslinski
2006-10-12
Remove bus and top level parameters from cache
Ron Dreslinski
2006-10-12
Fix problems with unCacheable addresses in timing-coherence
Ron Dreslinski
2006-10-11
More cache fixes. Atomic coherence now works as well.
Ron Dreslinski
2006-10-10
Fix some more mem leaks, still some left
Ron Dreslinski
2006-10-10
Fix several bugs pertaining to upgrades/mem leaks.
Ron Dreslinski
2006-10-09
Handle NACK's that occur from devices on the same bus.
Ron Dreslinski
2006-10-09
Fix how upgrades work.
Ron Dreslinski
2006-10-09
One step closet to having NACK's work.
Ron Dreslinski
2006-10-09
Fix a typo in the printf
Ron Dreslinski
2006-10-09
Fix a bitwise operation that was accidentally a logical operation.
Ron Dreslinski
2006-10-09
Merge zizzer:/z/m5/Bitkeeper/newmem
Ron Dreslinski
2006-10-09
Add more DPRINTF's fix a supply condition.
Ron Dreslinski
2006-10-09
Set size properly on uncache accesses
Ron Dreslinski
2006-10-09
Don't create a response if one isn't needed.
Ron Dreslinski
2006-10-08
Make sure to propogate sendFunctional calls with functional not atomic.
Ron Dreslinski
2006-10-08
Merge zizzer:/z/m5/Bitkeeper/newmem
Ron Dreslinski
2006-10-08
Move away from using the statusChange function on snoops. Clean up snooping ...
Ron Dreslinski
2006-10-08
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
Steve Reinhardt
2006-10-07
Fix infinite writebacks bug in cache.
Ron Dreslinski
[next]