summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-30Make O3CPU model independent of the ISAKorey Sewell
2006-06-29Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-29Remove function that no longer can be used. We should figure out if we want ...Kevin Lim
2006-06-29Various fixes for the CPU models to support the features that have been moved...Kevin Lim
2006-06-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-29Update the readme to point people to m5.eecs.umich.eduAli Saidi
2006-06-27change the page table from map to hash_map and create small cache to to speed...Ali Saidi
2006-06-27Make full CPU handle SE faultsAli Saidi
2006-06-27Add help strings for optionsAli Saidi
2006-06-27Fix import command.Kevin Lim
2006-06-26Merge zizzer:/bk/newmemAli Saidi
2006-06-26don't depend on the memory system to return the atomic cpu a multiple of cpu ...Ali Saidi
2006-06-26remove extern "C" from the functions we all from gdb. This isn't requried and...Ali Saidi
2006-06-26add python options for input file and command line options for live processAli Saidi
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-25Allow ports to be created without a name.Kevin Lim
2006-06-25Make OzoneCPU work again in SE/FS.Kevin Lim
2006-06-22Checker related updates.Kevin Lim
2006-06-22Delete old unused files in the Ozone directory.Kevin Lim
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim
2006-06-22Change ThreadState constructor ordering to match the rest of the ThreadStates.Kevin Lim
2006-06-22Misc fixes.Kevin Lim
2006-06-22Split Checker up properly into templated and non-templated definitions.Kevin Lim
2006-06-22Fix to have the static inst exec sigs also dependent on the CPU models used.Kevin Lim
2006-06-18use 'tick' instead of 'cycle'Korey Sewell
2006-06-18Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-06-18Put sconsign in bulid dir.Steve Reinhardt
2006-06-18Merge zizzer:/bk/newmemAli Saidi
2006-06-18minor device fixupsAli Saidi
2006-06-17Minor updates.Kevin Lim
2006-06-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Delete old doxygen docs... now on wiki.Steve Reinhardt
2006-06-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Change options back to just being flags instead of taking in a True/False value.Kevin Lim
2006-06-17Fix up code to be able to use the Checker.Kevin Lim
2006-06-17Split off instantiation into separate CC files for each of the models. This ...Kevin Lim
2006-06-17include misc.hh for panicNathan Binkert
2006-06-17add mac os x fast byte swap codeAli Saidi
2006-06-17Merge zizzer:/bk/newmemAli Saidi
2006-06-17minor header cleanupsAli Saidi
2006-06-17Merge zizzer.eecs.umich.edu:/bk/newmemSteve Reinhardt
2006-06-17Fixes to compile under Cygwin.Steve Reinhardt
2006-06-17Make the system paths more configurableNathan Binkert
2006-06-17Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-06-17remove byte_swap.hh since it's not usedAli Saidi
2006-06-17remove profile.ccAli Saidi
2006-06-17Add myself to list of authorsNathan Binkert
2006-06-17Merge zizzer:/bk/newmemAli Saidi
2006-06-17Rename SWIG "main" module to "cc_main" so it'sSteve Reinhardt
2006-06-17Add --outdir option. Didn't call it "-d" sinceSteve Reinhardt