Age | Commit message (Expand) | Author |
2004-02-02 | Change "Foo& foo" declarations to "Foo &foo". | Steve Reinhardt |
2004-01-29 | remove #include of nonexistent file | Nathan Binkert |
2004-01-29 | provide an output stream for simulator output. (This takes place of the | Nathan Binkert |
2004-01-27 | a bunch of warning fixes | Nathan Binkert |
2004-01-14 | Setup initialization callbacks | Nathan Binkert |
2004-01-11 | Modify handling of serialize:dir parameter to make it more useful. | Steve Reinhardt |
2003-12-15 | Clean up time handling code | Nathan Binkert |
2003-12-11 | - Switch events to use a priority enum instead of integers. | Steve Reinhardt |
2003-12-11 | Stats & serialization tweaks & cleanup. Unserializing from | Steve Reinhardt |
2003-12-10 | Rename RegResetCallback to registerResetCallback(). | Steve Reinhardt |
2003-12-10 | Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(), | Steve Reinhardt |
2003-12-09 | Minor fixes. Somehow do-tests.pl suddenly started failing | Steve Reinhardt |
2003-12-06 | Various cleanup. Mostly forcing initialization of some fields... | Steve Reinhardt |
2003-12-01 | Formatting & doxygen docs for new syscall emulation code. | Steve Reinhardt |
2003-12-01 | Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 | Steve Reinhardt |
2003-12-01 | Restructuring of LiveProcess etc. to support multiple emulated OS syscall | Steve Reinhardt |
2003-11-22 | We only need to choose that we do want binning, or we don't. | Nathan Binkert |
2003-11-14 | Make it so that we create a directory for each checkpoint so that | Nathan Binkert |
2003-11-06 | Little fixes to make more of the stats reset correctly. | Nathan Binkert |
2003-11-05 | Ok, actually call resetStats on all stats | Nathan Binkert |
2003-11-05 | Add a virtual function resetStats() that any SimObject can inherit | Nathan Binkert |
2003-11-05 | Fix stats reset | Nathan Binkert |
2003-11-04 | Add the ability to track stats in user defined sets of function calls. code ... | Lisa Hsu |
2003-11-02 | Print a warning rather than failing if we're unserializing and there's an | Steve Reinhardt |
2003-11-02 | Move the m5 pseudo instructions into their own file | Nathan Binkert |
2003-11-02 | Implement more m5 pseduo opcodes: | Nathan Binkert |
2003-11-02 | deprecate the m5exit instruction and rename it to m5exit_old | Nathan Binkert |
2003-10-31 | eventq.cc, eventq.hh: | Andrew Schultz |
2003-10-31 | Changed the naming of Serializeable derived objects. Serializeable no longer... | Andrew Schultz |
2003-10-29 | Get rid of lots of obsolete mentions of stat_sdb_t. | Steve Reinhardt |
2003-10-29 | Support for Serializable non-SimObject things like events. | Steve Reinhardt |
2003-10-29 | Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU. | Steve Reinhardt |
2003-10-29 | Flesh out ExecContext serialize/unserialize (including RegFile). | Steve Reinhardt |
2003-10-29 | Rename SERIALIZE_MEMBER to SERIALIZE_SCALAR. | Steve Reinhardt |
2003-10-29 | More progress on checkpointing... we can now write out a checkpoint and read ... | Steve Reinhardt |
2003-10-28 | Add a few configuration DPRINTFs. | Steve Reinhardt |
2003-10-28 | Get new serialization code to link. | Steve Reinhardt |
2003-10-28 | Revamp serialization to make it easier. | Steve Reinhardt |
2003-10-28 | emulate callpal halt for non FULL_SYSTEM | Nathan Binkert |
2003-10-26 | Minor serialization tweaks. | Steve Reinhardt |
2003-10-24 | Make FullCPU schedule its TickEvent when one of its contexts becomes active. | Steve Reinhardt |
2003-10-23 | Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5 | Steve Reinhardt |
2003-10-23 | Initial support for CPU switching. New SamplingCPU object encompasses a set | Steve Reinhardt |
2003-10-22 | Changed the init_param to a uint64_t from int | Andrew Schultz |
2003-10-21 | Don't need to include sim/param.hh in sim_object.hh anymore. | Steve Reinhardt |
2003-10-21 | Created new M5 instruction to allow an integer parameter (init_param) to be s... | Andrew Schultz |
2003-10-20 | Separate the stuff for SimObject from SimObject builder. | Nathan Binkert |
2003-10-14 | Merge | Nathan Binkert |
2003-10-14 | Remove all of the Tru64 specific stuff from the base System object | Nathan Binkert |
2003-10-13 | Rename full_cpu/cpu.cc,hh to full_cpu.cc,hh. | Steve Reinhardt |