summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-10-22Add mutex test to Benchmarks.py.Steve Reinhardt
2006-10-22Another missing case in a switch (like Nate's earlier fix).Steve Reinhardt
2006-10-22Have tracediff print warning if no traceflags are set.Steve Reinhardt
2006-10-21Small bug fixes for timing LL/SC. Better now butSteve Reinhardt
2006-10-21Add Quiesce trace flag to track CPU quiesce/wakeup events.Steve Reinhardt
2006-10-21Just give up if a store conditional misses completelySteve Reinhardt
2006-10-21Fix formatting that got screwed up when tabs were removed.Steve Reinhardt
2006-10-21Refactor coherence state table initialization.Steve Reinhardt
2006-10-21Merge vm1.(none):/home/stever/bk/newmem-headSteve Reinhardt
2006-10-21Get rid of unused handleTargets() function.Steve Reinhardt
2006-10-21Tweak a few things for better page fault debugging.Steve Reinhardt
2006-10-21Updated to work with new command line argument ordering.Steve Reinhardt
2006-10-21Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-10-21Missing caseNathan Binkert
2006-10-20Add some default options, point it to the /dist version of the splash benchmarksRon Dreslinski
2006-10-20Merge zizzer:/bk/newmemRon Dreslinski
2006-10-20Clean up splash2 so it works in v2.0Ron Dreslinski
2006-10-20Construct a correct value of PYTHONHOME from the interpreterNathan Binkert
2006-10-20Give physical memory some latency to stress the systemRon Dreslinski
2006-10-20Add a config file in the example with the memtester and some parser options.Ron Dreslinski
2006-10-20Get rid of a variable put back by merge.Ron Dreslinski
2006-10-20Merge zizzer:/bk/newmemRon Dreslinski
2006-10-20Use fixPacket function everywhere.Ron Dreslinski
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-10-19initialize end, clean up loopNathan Binkert
2006-10-19Fix compile of m5.fastNathan Binkert
2006-10-19Delete unused file src/mem/cache.hhSteve Reinhardt
2006-10-19m5term: assume localhost if host name not provided.Steve Reinhardt
2006-10-19Fix corner case on assertion.Ron Dreslinski
2006-10-19Fix memtester to use functional access, fix cache to work functionally now th...Ron Dreslinski
2006-10-19Small changes:Ron Dreslinski
2006-10-19Fixes to get single level uni-coherence to work.Ron Dreslinski
2006-10-19Merge zizzer:/bk/newmemRon Dreslinski
2006-10-19Always get the functional access from the highest level of cache first.Ron Dreslinski
2006-10-19Also mark the packet as successful.Ron Dreslinski
2006-10-19Properly update the state in the cache block on functional access.Ron Dreslinski
2006-10-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2006-10-19Add "All" compund flag to enable all defined trace flags.Steve Reinhardt
2006-10-19Add new event priority for trace enable events soSteve Reinhardt
2006-10-19First cut at LL/SC support in caches (atomic mode only).Steve Reinhardt
2006-10-18how did i not commit this already? the other way doesn't seem to work, need ...Lisa Hsu
2006-10-18need some initializations before doing the loop.Lisa Hsu
2006-10-18only do this assert after you know you're not switched out or idle.Lisa Hsu
2006-10-18Fix WriteInvalidateRespRon Dreslinski
2006-10-18Merge zizzer:/bk/newmemRon Dreslinski
2006-10-18Break a lot of overly long lines.Steve Reinhardt
2006-10-18Get rid of doData() lines (were already commented out).Steve Reinhardt
2006-10-18Get rid of obsolete in-cache copy support.Steve Reinhardt
2006-10-17Add --caches option to add caches to server CPUs.Steve Reinhardt