summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2006-10-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-21Add Quiesce trace flag to track CPU quiesce/wakeup events.Steve Reinhardt
2006-10-21Tweak a few things for better page fault debugging.Steve Reinhardt
2006-10-20Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-20Construct a correct value of PYTHONHOME from the interpreterNathan Binkert
2006-10-19Add new event priority for trace enable events soSteve Reinhardt
2006-10-17add code to serialize se structures. Lisa is working on the python side of th...Ali Saidi
2006-10-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-15Added in missing portions of the stat structure copying function.Gabe Black
2006-10-11since memoryMode was put into the System (from SimObject), things got broken ...Lisa Hsu
2006-10-06Merge zizzer:/bk/newmemAli Saidi
2006-10-06system.cc:Ali Saidi
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-10-05fix the argument to m5.simulate() on a checkpoint.Lisa Hsu
2006-10-05Static global object don't work well, if the variables areNathan Binkert
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-09-15Changes to correct stat behaviorGabe Black
2006-09-15Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-09-11Merge zizzer:/bk/newmemAli Saidi
2006-09-11add annotation code to m5Ali Saidi
2006-09-04More Python hacking to deal with config.py splitSteve Reinhardt
2006-09-03Made system calls use the uid, etc parameters from the live process.Gabe Black
2006-09-03Added uid, euid, gid, egid, pid and ppid parameters to a live process.Gabe Black
2006-08-28Add dup() support (from Antti Miettinen).Steve Reinhardt
2006-08-16Finish test clean-up & reorg.Steve Reinhardt
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-15Some touchup to the reorganized includes and "using" directives.Gabe Black
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-07-23Added myself to the authors list.Gabe Black
2006-07-19Get the path to load the ini file from. I'm not sure if this fix is needed i...Kevin Lim
2006-07-13add system.mem_mode = ['timing', 'atomic']Ali Saidi
2006-07-12memory mode information now contained in system objectAli Saidi
2006-07-10Migrate most of main() and and all option parsing to pythonNathan Binkert
2006-07-07Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-07-07Take the name of the checkpoint directory in when calling checkpoint() or res...Kevin Lim
2006-07-07Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-07-07Fix so that O3CPU doesnt segfault on exit.Korey Sewell
2006-07-06Two minor FS compile fixes.Kevin Lim
2006-07-06Change the return value of drain. False means the object wasn't able to drai...Kevin Lim
2006-07-05For now using the checkpoint or switchcpu pseudo instructions will return con...Kevin Lim
2006-07-05Remove sampler and serializer. Now they are handled through C++ interacting ...Kevin Lim
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-07-03Fix for FS O3CPU compile ... missing forward class declaration/header file af...Korey Sewell
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-29Add in support for quiescing the system, taking checkpoints, restoring from c...Kevin Lim
2006-06-26remove extern "C" from the functions we all from gdb. This isn't requried and...Ali Saidi