gem5.git
2003-11-07 Lisa Hsuchange the path that i track from two separate paths...
2003-11-07 Nathan BinkertQuick hack to make the simulator exit after the last...
2003-11-07 Ron Dreslinski"remove SWContext * from map when it is context switche...
2003-11-06 Ron DreslinskiMake sure to serialize the bool that signifies a pendin...
2003-11-06 Erik HallnorMerge ehallnor@zizzer:/bk/m5
2003-11-06 Erik HallnorVarious fixes to memory code.
2003-11-06 Steve RaaschNat's fix for compile bug
2003-11-06 Nathan Binkertbetter binning of Average stats
2003-11-06 Nathan BinkertLittle fixes to make more of the stats reset correctly.
2003-11-06 Lisa HsuMerge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
2003-11-06 Lisa Hsuadd things to track read and soo_read for specweb.
2003-11-06 Nathan BinkertOk, actually call resetStats on all stats
2003-11-05 Nathan BinkertAdd a virtual function resetStats() that any SimObject...
2003-11-05 Nathan BinkertFix stats reset
2003-11-05 Steve Raaschfix equations
2003-11-05 Steve RaaschFix for minor oops found by insure
2003-11-05 Steve RaaschFix initialization bug. No apparent change in external...
2003-11-05 Nathan BinkertThis is M5!
2003-11-05 Ron DreslinskiProperly serialize the clock event
2003-11-04 Lisa HsuMerge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
2003-11-04 Lisa HsuHack to enable perl totaling of standard deviation...
2003-11-04 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2003-11-04 Nathan BinkertA little bit of code here and there to get more access to
2003-11-04 Andrew SchultzAdded setup-spec and setup-specweb scripts to modify...
2003-11-04 Lisa HsuMerge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
2003-11-04 Lisa Hsustatistics.cc:
2003-11-04 Lisa HsuMerge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
2003-11-04 Lisa HsuAdd the ability to track stats in user defined sets...
2003-11-04 Nathan Binkertfix type! argh
2003-11-04 Steve ReinhardtAutomerge
2003-11-04 Steve ReinhardtFix bugs in and expand syscall emulation code.
2003-11-04 Steve ReinhardtMinor changes to instruction trace output.
2003-11-03 Andrew SchultzFix unserialize issues with etherdev (used to leave...
2003-11-03 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2003-11-03 Nathan BinkertMake it so the quiesce instruction is conditionally...
2003-11-03 Ron DreslinskiFix sampling cpu switchover of suspended contexts,...
2003-11-03 Andrew SchultzFix etherdev so it serializes txPacket and rxPacket...
2003-11-03 Andrew SchultzAdded serialization for DmaPhys structs and serialize...
2003-11-03 Ron DreslinskiFix unserialize so that it still gos through the entire...
2003-11-03 Ron DreslinskiFix segfault from unserialization, add system_sample...
2003-11-03 Steve ReinhardtPrint a warning rather than failing if we're unserializ...
2003-11-03 Ron DreslinskiMerge zizzer:/m5/Bitkeeper/m5
2003-11-03 Nathan Binkertok, let's get this right
2003-11-03 Nathan BinkertFix a bug in the pseudo instruction context
2003-11-03 Ron DreslinskiMerge zizzer:/m5/Bitkeeper/m5
2003-11-03 Nathan BinkertAdd the option to ignore some of the pseudo instructions
2003-11-03 Nathan BinkertMove the m5 pseudo instructions into their own file
2003-11-03 Ron DreslinskiMerge zizzer:/m5/Bitkeeper/m5
2003-11-03 Ron DreslinskiGeneral fixes for Sampling CPU in full system mode...
2003-11-03 Steve RaaschMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2003-11-03 Steve RaaschAdd binning support
2003-11-02 Nathan BinkertImplement more m5 pseduo opcodes:
2003-11-02 Nathan BinkertPrevent make from being smart about sccs
2003-11-02 Nathan BinkertSimExit takes a time now
2003-11-02 Nathan BinkertIf a filter isn't specified, don't try to do any filtering
2003-11-02 Nathan Binkertdeprecate the m5exit instruction and rename it to m5exi...
2003-11-02 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2003-11-02 Nathan Binkertadd several new functions that can be called from the...
2003-11-02 Lisa Hsuiqueue.cc:
2003-11-02 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2003-11-02 Nathan BinkertAdd basic.ini which is a barebones system that has...
2003-11-02 Ron DreslinskiMerge zamp.eecs.umich.edu:/amd/brio/y/rdreslin/m5bk...
2003-11-02 Ron DreslinskiFix overwritting and ordering issues with serialization...
2003-11-01 Lisa Hsustatistics.hh:
2003-11-01 Nathan BinkertFactor out the client/server network part into its own
2003-11-01 Nathan Binkertgah! how did this ever work? time uses Tick, not unsigned!
2003-11-01 Nathan BinkertLicenses
2003-11-01 Steve ReinhardtMake error messages more informative on a non-full...
2003-11-01 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/m5
2003-11-01 Nathan Binkert.cvsignore files don't really do anything for us anymor...
2003-11-01 Steve ReinhardtGet rid of obsolete backtrace code.
2003-11-01 Nathan BinkertCommit a command for use inside a simulated system...
2003-11-01 Andrew Schultzeventq.cc, eventq.hh:
2003-10-31 Andrew SchultzFix mistake, used readRequest.name twice
2003-10-31 Nathan BinkertMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2003-10-31 Nathan BinkertMake the to_number function work better.
2003-10-31 Andrew SchultzMerge zizzer:/bk/m5
2003-10-31 Andrew SchultzSerialization support for serializing between DmaHolder...
2003-10-31 Andrew SchultzChanged the naming of Serializeable derived objects...
2003-10-31 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-10-31 Steve ReinhardtNew 'greprevs' script to grep through old revs of a...
2003-10-31 Lisa HsuI forgot - also to typedef the default type of bin...
2003-10-31 Lisa Hsustatistics.hh:
2003-10-31 Lisa HsuMake some general changes to stats package where things...
2003-10-30 Ron DreslinskiFix initial state of dmaDoneCB and bufferCB for seriali...
2003-10-30 Ron DreslinskiSerialization support for cow images
2003-10-30 Steve RaaschMerge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
2003-10-30 Steve RaaschAdd serialization (which Nate now says we probably...
2003-10-30 Steve RaaschAdd support for serialization
2003-10-30 Erik HallnorFinish serializing ScsiDisk and DmaRequest
2003-10-30 Erik HallnorrunAddrLast and runDataLast shouldn't be stats
2003-10-30 Steve RaaschAdd support for serialization
2003-10-30 Erik HallnorFix doxygen warnings from the change to Checkpoint.
2003-10-30 Steve RaaschMerge previous changes with format change
2003-10-30 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-10-30 Steve RaaschFix/finish serialization
2003-10-30 Steve ReinhardtAdd some comments explaining ExecContext::Status enum.
2003-10-30 Steve ReinhardtMerge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
2003-10-30 Steve ReinhardtNew tracediff script for invoking rundiff on two copies...
2003-10-30 Steve ReinhardtGet rid of lots of obsolete mentions of stat_sdb_t.
next