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
/
base_cache.cc
Age
Commit message (
Expand
)
Author
2007-08-30
params: Deprecate old-style constructors; update most SimObject constructors.
Miles Kaufmann
2007-08-10
DMA: Add IOCache and fix bus bridge to optionally only send requests one
Ali Saidi
2007-07-29
memory system: fix functional access bug.
Steve Reinhardt
2007-06-30
Fix up a few statistics problems.
Steve Reinhardt
2007-06-30
Get rid of Packet result field. Error responses are
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-22
Fixes to hitLatency, blocking, buffer allocation.
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-05-22
Fix getDeviceAddressRanges() to get snooping right.
Steve Reinhardt
2007-05-22
Merge vm1.(none):/home/stever/bk/newmem-head
Steve Reinhardt
2007-05-21
Change getDeviceAddressRanges to use bool for snoop arg.
Steve Reinhardt
2007-05-18
First set of changes for reorganized cache coherence support.
Steve Reinhardt
2007-05-13
Eliminate unused PacketPtr from BaseCache's
Steve Reinhardt
2007-05-13
Split BaseCache::CacheEvent into RequestEvent and ResponseEvent.
Steve Reinhardt
2007-02-07
Make memory commands dense again to avoid cache stat table explosion.
Steve Reinhardt
2007-02-06
Minor DPRINTF fixes.
Steve Reinhardt
2006-12-13
Split CachePort class into CpuSidePort and MemSidePort
Steve Reinhardt
2006-11-13
Fix a bug to handle the fact that a CPU can send Functional accesses while a ...
Ron Dreslinski
2006-11-12
Fix functional access errors related to delayed respnoses in cachePort
Ron Dreslinski
2006-11-10
More fixes for functional accesses. It now makes the writeback memory leak t...
Ron Dreslinski
2006-11-07
Fix up bus draining and add draining to the caches.
Kevin Lim
2006-11-02
Caches return a new functional port whenever asked for one.
Kevin Lim
2006-10-31
Ports now have a pointer to the MemObject that owns it (can be NULL).
Kevin Lim
2006-10-22
Clean up cache DPRINTFs
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
refactor code for the packet, get rid of packet_impl.hh
Nathan Binkert
2006-10-19
Fix corner case on assertion.
Ron Dreslinski
2006-10-18
Merge zizzer:/bk/newmem
Ron Dreslinski
2006-10-17
Include packet_impl.hh (need this on my laptop,
Steve Reinhardt
2006-10-17
Fixes for uni-coherence in timing mode for FS.
Ron Dreslinski
2006-10-17
Fixes to cache eliminating the assumption that the Packet is still valid afte...
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
Fix CSHR retrys
Ron Dreslinski
2006-10-12
Check the response queue on functional accesses.
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
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
[next]