summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-04Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul/bk/realcleanLisa Hsu
2003-11-04statistics.cc:Lisa Hsu
2003-11-04Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul/bk/cleanLisa Hsu
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-11-04fix type! arghNathan Binkert
2003-11-03AutomergeSteve Reinhardt
2003-11-03Fix bugs in and expand syscall emulation code.Steve Reinhardt
2003-11-03Minor changes to instruction trace output.Steve Reinhardt
2003-11-03Fix unserialize issues with etherdev (used to leave junk as callbacks whichAndrew Schultz
2003-11-03Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2003-11-03Make it so the quiesce instruction is conditionally enabledNathan Binkert
2003-11-03Fix sampling cpu switchover of suspended contexts, and make some changesRon Dreslinski
2003-11-03Fix etherdev so it serializes txPacket and rxPacket and fixes up the DmaRequestAndrew Schultz
2003-11-03Added serialization for DmaPhys structs and serialize DmaRequest::physAndrew Schultz
2003-11-03Fix unserialize so that it still gos through the entire tree,Ron Dreslinski
2003-11-03Fix segfault from unserialization, add system_sample as a configurationRon Dreslinski
2003-11-02Print a warning rather than failing if we're unserializing and there's anSteve Reinhardt
2003-11-02Merge zizzer:/m5/Bitkeeper/m5Ron Dreslinski
2003-11-02ok, let's get this rightNathan Binkert
2003-11-02Fix a bug in the pseudo instruction contextNathan Binkert
2003-11-02Merge zizzer:/m5/Bitkeeper/m5Ron Dreslinski
2003-11-02Add the option to ignore some of the pseudo instructionsNathan Binkert
2003-11-02Move the m5 pseudo instructions into their own fileNathan Binkert
2003-11-02Merge zizzer:/m5/Bitkeeper/m5Ron Dreslinski
2003-11-02General fixes for Sampling CPU in full system mode, and serialization of samp...Ron Dreslinski
2003-11-02Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5Steve Raasch
2003-11-02Add binning supportSteve Raasch
2003-11-02Implement more m5 pseduo opcodes:Nathan Binkert
2003-11-02Prevent make from being smart about sccsNathan Binkert
2003-11-02SimExit takes a time nowNathan Binkert
2003-11-02If a filter isn't specified, don't try to do any filteringNathan Binkert
2003-11-02deprecate the m5exit instruction and rename it to m5exit_oldNathan Binkert
2003-11-02Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2003-11-02add several new functions that can be called from the guestNathan Binkert
2003-11-02iqueue.cc:Lisa Hsu
2003-11-02Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2003-11-02Add basic.ini which is a barebones system that has nothingNathan Binkert
2003-11-01Merge zamp.eecs.umich.edu:/amd/brio/y/rdreslin/m5bk/cleanRon Dreslinski
2003-11-01Fix overwritting and ordering issues with serialization routinesRon Dreslinski
2003-11-01statistics.hh:Lisa Hsu
2003-11-01Factor out the client/server network part into its ownNathan Binkert
2003-11-01gah! how did this ever work? time uses Tick, not unsigned!Nathan Binkert
2003-11-01LicensesNathan Binkert
2003-11-01Make error messages more informative on a non-full-system fault.Steve Reinhardt
2003-11-01Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2003-11-01.cvsignore files don't really do anything for us anymore, soNathan Binkert
2003-11-01Get rid of obsolete backtrace code.Steve Reinhardt
2003-11-01Commit a command for use inside a simulated system for communicatingNathan Binkert
2003-10-31eventq.cc, eventq.hh:Andrew Schultz
2003-10-31Fix mistake, used readRequest.name twiceAndrew Schultz