Age | Commit message (Expand) | Author |
2009-09-26 | Force prefetches to check cache and MSHRs immediately prior to issue. | Steve Reinhardt |
2009-09-23 | arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh | Nathan Binkert |
2009-06-04 | types: clean up types, especially signed vs unsigned | Nathan Binkert |
2009-04-20 | request: rename INST_READ to INST_FETCH. | Steve Reinhardt |
2009-03-10 | prefetch: don't panic on requests w/o contextID (e.g., writebacks). | Steve Reinhardt |
2009-03-05 | stats: Fix all stats usages to deal with template fixes | Nathan Binkert |
2009-02-16 | Fixes to get prefetching working again. | Steve Reinhardt |
2008-11-02 | Add in Context IDs to the simulator. From now on, cpuId is almost never used, | Lisa Hsu |
2008-09-10 | style: Remove non-leading tabs everywhere they shouldn't be. Developers shoul... | Ali Saidi |
2008-02-10 | Fix #include lines for renamed cache files. | Steve Reinhardt |
2008-02-10 | Rename cache files for brevity and consistency with rest of tree. | Steve Reinhardt |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
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-18 | First set of changes for reorganized cache coherence support. | Steve Reinhardt |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-02-07 | Make memory commands dense again to avoid cache stat table explosion. | Steve Reinhardt |
2006-12-18 | No need to template prefetcher on cache TagStore type. | Steve Reinhardt |
2006-12-18 | Get rid of generic CacheTags object (fold back into Cache). | Steve Reinhardt |
2006-12-04 | Turn cache MissQueue/BlockingBuffer into virtual object | Steve Reinhardt |
2006-12-02 | Make cache compression policy a runtime virtual thing | Steve Reinhardt |
2006-10-20 | Use PacketPtr everywhere | Nathan Binkert |
2006-08-15 | Pulled out changes to fix EIO programs with caches. Also fixes any translati... | Ron Dreslinski |
2006-08-15 | Cleaned up include files and got rid of many using directives in header files. | Gabe Black |
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-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 |