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
Age
Commit message (
Expand
)
Author
2006-10-18
Break a lot of overly long lines.
Steve Reinhardt
2006-10-18
Get rid of doData() lines (were already commented out).
Steve Reinhardt
2006-10-18
Get rid of obsolete in-cache copy support.
Steve Reinhardt
2006-10-17
Include packet_impl.hh (need this on my laptop,
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-17
Merge zizzer:/bk/newmem
Ron Dreslinski
2006-10-14
Get rid of unused CacheBlk << output operator.
Steve Reinhardt
2006-10-13
Fix for DMA's in FS caches.
Ron Dreslinski
2006-10-12
Fix CSHR retrys
Ron Dreslinski
2006-10-12
Remove bus and top level parameters from cache
Ron Dreslinski
2006-10-12
Check the response queue on functional accesses.
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-11
Use bus response time paramteres
Ron Dreslinski
2006-10-11
When turning asserts into if's don't forget to invert.
Ron Dreslinski
2006-10-11
Writebacks can be pulled out from under the BusRequest when snoops of uprgade...
Ron Dreslinski
2006-10-10
Only issue responses if we aren;t already blocked
Ron Dreslinski
2006-10-10
Debugging info
Ron Dreslinski
2006-10-10
Some more code cleanup
Ron Dreslinski
2006-10-10
Fix some more mem leaks, still some left
Ron Dreslinski
2006-10-10
Fix cshr Retry's
Ron Dreslinski
2006-10-10
Merge zizzer:/z/m5/Bitkeeper/newmem
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
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
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
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
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
Have cpus send snoop ranges
Ron Dreslinski
2006-10-09
Don't create a response if one isn't needed.
Ron Dreslinski
2006-10-09
Don't block responses even if the cache is blocked.
Ron Dreslinski
2006-10-08
Make sure to propogate sendFunctional calls with functional not atomic.
Ron Dreslinski
2006-10-08
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-10-08
Only respond if the pkt needs a response.
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
missing else
Gabe Black
2006-10-08
Replace tests of LOCKED/UNCACHEABLE flags with isLocked()/isUncacheable().
Steve Reinhardt
2006-10-07
Fix a missing pointer
Ron Dreslinski
2006-10-07
No need to keep trying to request the data bus if we are already waiting.
Ron Dreslinski
2006-10-07
Add mechanism for caches to handle failure of the fast path on responses.
Ron Dreslinski
2006-10-07
Fix infinite writebacks bug in cache.
Ron Dreslinski
2006-10-06
Merge zizzer:/z/m5/Bitkeeper/newmem
Ron Dreslinski
[next]