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-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
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
2006-10-06
Another thread number removed
Ron Dreslinski
2006-10-06
Remove threadnum from cache everywhere for now
Ron Dreslinski
2006-10-06
there are two main thrusts of this changeset.
Lisa Hsu
2006-10-05
Fixes for functional accesses to use the snoop path.
Ron Dreslinski
2006-10-05
First pass at snooping stuff that compiles and doesn't break.
Ron Dreslinski
2006-08-22
Still need LL/SC support in cache, add hack to always return success for now
Ron Dreslinski
2006-08-17
Changes to build m5.fast
Steve Reinhardt
2006-08-16
Merge zizzer:/z/m5/Bitkeeper/newmem
Ron Dreslinski
2006-08-16
Fixes for blocking in the caches that needed to be pulled
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-08-15
Merge zizzer:/z/m5/Bitkeeper/newmem
Ron Dreslinski
2006-08-15
Some changes to support blocking in the caches
Ron Dreslinski
2006-08-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-08-15
Cleaned up include files and got rid of many using directives in header files.
Gabe Black
2006-08-14
Fix up doxygen.
Steve Reinhardt
2006-08-11
#include of iostream needed.
Gabe Black
2006-07-10
Some fixes so that MSHR's are matched and we don't issue overlapping requests...
Ron Dreslinski
2006-07-07
Fix address range calculation. Still need bus to handle snoop ranges.
Ron Dreslinski
2006-07-07
Update cpus to use the getPort function to use a connector object to connect ...
Ron Dreslinski
2006-07-06
Timing cache works for hello world test.
Ron Dreslinski
2006-07-06
Now timing reads work in single level of cache with simple cpu
Ron Dreslinski
2006-07-05
Fix some unset values in the request in the timing CPU.
Ron Dreslinski
2006-06-30
AtomicSimpleCPU with a cache now runs the hello world! test program.
Ron Dreslinski
2006-06-30
First pass, now compiles with current head of tree.
Ron Dreslinski
2006-06-30
Fix the packet data allocation methods. Small fixes from changesets after my...
Ron Dreslinski
2006-06-30
All files compile in the mem directory except cache_builder
Ron Dreslinski
2006-06-29
Still missing prefetch and tags directories as well as cache builder.
Ron Dreslinski
2006-06-28
More Changes, working towards cache.cc compiling. Headers cleaned up.
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
2006-05-31
Updated Authors from bk prs info
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt