Sign in
gem5
/
testing
/
jenkins-gem5-prod
/
c2d2ea99e3efe13bc50d410e2eeae9dd6757e57f
/
src
/
mem
/
cache
/
prefetch
8aaa39e
mem: Add a master ID to each request object.
by Ali Saidi
· 13 years ago
7e104a1
prefetcher: Make prefetcher a sim object instead of it being a parameter on cache
by Mrinmoy Ghosh
· 13 years ago
f6a2ef2
Fix build for gcc-4.2 opt/fast
by Lisa Hsu
· 14 years ago
6779bd3
Prefetcher: Fix some memory leaks with the prefetcher.
by Ali Saidi
· 14 years ago
eddac53
trace: reimplement the DTRACE function so it doesn't use a vector
by Nathan Binkert
· 14 years ago
39a0556
includes: sort all includes
by Nathan Binkert
· 14 years ago
f05f35d
Includes: Don't include isa_traits.hh and use the TheISA namespace unless really needed.
by Ali Saidi
· 14 years ago
e1b9a81
SCons: Support building without an ISA
by Ali Saidi
· 15 years ago
72cfed4
Force prefetches to check cache and MSHRs immediately prior to issue.
by Steve Reinhardt
· 16 years ago
d9f39c8
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
by Nathan Binkert
· 16 years ago
6faf377
types: clean up types, especially signed vs unsigned
by Nathan Binkert
· 16 years ago
3083268
request: rename INST_READ to INST_FETCH.
by Steve Reinhardt
· 16 years ago
a94c682
prefetch: don't panic on requests w/o contextID (e.g., writebacks).
by Steve Reinhardt
· 16 years ago
cc95b57
stats: Fix all stats usages to deal with template fixes
by Nathan Binkert
· 16 years ago
89a7fb0
Fixes to get prefetching working again.
by Steve Reinhardt
· 16 years ago
d857faf
Add in Context IDs to the simulator. From now on, cpuId is almost never used,
by Lisa Hsu
· 17 years ago
3a3e356
style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs
by Ali Saidi
· 17 years ago
9d7a69c
Fix #include lines for renamed cache files.
by Steve Reinhardt
· 17 years ago
d56e77c
Rename cache files for brevity and consistency with rest of tree.
by Steve Reinhardt
· 17 years ago
54cc005
params: Deprecate old-style constructors; update most SimObject constructors.
by Miles Kaufmann
· 18 years ago
83af0fd
Getting closer...
by Steve Reinhardt
· 18 years ago
35cf19d
More major reorg of cache. Seems to work for atomic mode now,
by Steve Reinhardt
· 18 years ago
792d5b9
First set of changes for reorganized cache coherence support.
by Steve Reinhardt
· 18 years ago
1aef5c0
Rework the way SCons recurses into subdirectories, making it
by Nathan Binkert
· 18 years ago
997fc50
Make memory commands dense again to avoid cache stat table explosion.
by Steve Reinhardt
· 18 years ago
f655932
No need to template prefetcher on cache TagStore type.
by Steve Reinhardt
· 18 years ago
1428b0d
Get rid of generic CacheTags object (fold back into Cache).
by Steve Reinhardt
· 18 years ago
5fbf3aa
Turn cache MissQueue/BlockingBuffer into virtual object
by Steve Reinhardt
· 19 years ago
6f94c3c
Make cache compression policy a runtime virtual thing
by Steve Reinhardt
· 19 years ago
a4c6f0d
Use PacketPtr everywhere
by Nathan Binkert
· 19 years ago
d5ac1cb
Pulled out changes to fix EIO programs with caches. Also fixes any translatingPort read/write Blob function problems with caches.
by Ron Dreslinski
· 19 years ago
74546aa
Cleaned up include files and got rid of many using directives in header files.
by Gabe Black
· 19 years ago
dea1a19
Fix the packet data allocation methods. Small fixes from changesets after my initial work.
by Ron Dreslinski
· 19 years ago
335fa4b
All files compile in the mem directory except cache_builder
by Ron Dreslinski
· 19 years ago
fc281d0
Backing in more changsets, getting closer to compile
by Ron Dreslinski
· 19 years ago
ed8564a
Was having difficulty with merging the cache, reverted to an early version and will add back in the patches to make it work soon.
by Ron Dreslinski
· 19 years ago
cb0cf2d
Updated Authors from bk prs info
by Ali Saidi
· 19 years ago
ba2eae5
New directory structure:
by Steve Reinhardt
· 19 years ago