1. 8aaa39e mem: Add a master ID to each request object. by Ali Saidi · 13 years ago
  2. 7e104a1 prefetcher: Make prefetcher a sim object instead of it being a parameter on cache by Mrinmoy Ghosh · 13 years ago
  3. f6a2ef2 Fix build for gcc-4.2 opt/fast by Lisa Hsu · 14 years ago
  4. 6779bd3 Prefetcher: Fix some memory leaks with the prefetcher. by Ali Saidi · 14 years ago
  5. eddac53 trace: reimplement the DTRACE function so it doesn't use a vector by Nathan Binkert · 14 years ago
  6. 39a0556 includes: sort all includes by Nathan Binkert · 14 years ago
  7. f05f35d Includes: Don't include isa_traits.hh and use the TheISA namespace unless really needed. by Ali Saidi · 14 years ago
  8. e1b9a81 SCons: Support building without an ISA by Ali Saidi · 15 years ago
  9. 72cfed4 Force prefetches to check cache and MSHRs immediately prior to issue. by Steve Reinhardt · 16 years ago
  10. d9f39c8 arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh by Nathan Binkert · 16 years ago
  11. 6faf377 types: clean up types, especially signed vs unsigned by Nathan Binkert · 16 years ago
  12. 3083268 request: rename INST_READ to INST_FETCH. by Steve Reinhardt · 16 years ago
  13. a94c682 prefetch: don't panic on requests w/o contextID (e.g., writebacks). by Steve Reinhardt · 16 years ago
  14. cc95b57 stats: Fix all stats usages to deal with template fixes by Nathan Binkert · 16 years ago
  15. 89a7fb0 Fixes to get prefetching working again. by Steve Reinhardt · 16 years ago
  16. d857faf Add in Context IDs to the simulator. From now on, cpuId is almost never used, by Lisa Hsu · 17 years ago
  17. 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
  18. 9d7a69c Fix #include lines for renamed cache files. by Steve Reinhardt · 17 years ago
  19. d56e77c Rename cache files for brevity and consistency with rest of tree. by Steve Reinhardt · 17 years ago
  20. 54cc005 params: Deprecate old-style constructors; update most SimObject constructors. by Miles Kaufmann · 18 years ago
  21. 83af0fd Getting closer... by Steve Reinhardt · 18 years ago
  22. 35cf19d More major reorg of cache. Seems to work for atomic mode now, by Steve Reinhardt · 18 years ago
  23. 792d5b9 First set of changes for reorganized cache coherence support. by Steve Reinhardt · 18 years ago
  24. 1aef5c0 Rework the way SCons recurses into subdirectories, making it by Nathan Binkert · 18 years ago
  25. 997fc50 Make memory commands dense again to avoid cache stat table explosion. by Steve Reinhardt · 18 years ago
  26. f655932 No need to template prefetcher on cache TagStore type. by Steve Reinhardt · 18 years ago
  27. 1428b0d Get rid of generic CacheTags object (fold back into Cache). by Steve Reinhardt · 18 years ago
  28. 5fbf3aa Turn cache MissQueue/BlockingBuffer into virtual object by Steve Reinhardt · 19 years ago
  29. 6f94c3c Make cache compression policy a runtime virtual thing by Steve Reinhardt · 19 years ago
  30. a4c6f0d Use PacketPtr everywhere by Nathan Binkert · 19 years ago
  31. 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
  32. 74546aa Cleaned up include files and got rid of many using directives in header files. by Gabe Black · 19 years ago
  33. dea1a19 Fix the packet data allocation methods. Small fixes from changesets after my initial work. by Ron Dreslinski · 19 years ago
  34. 335fa4b All files compile in the mem directory except cache_builder by Ron Dreslinski · 19 years ago
  35. fc281d0 Backing in more changsets, getting closer to compile by Ron Dreslinski · 19 years ago
  36. 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
  37. cb0cf2d Updated Authors from bk prs info by Ali Saidi · 19 years ago
  38. ba2eae5 New directory structure: by Steve Reinhardt · 19 years ago