projects
/
gem5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gem5.git
2003-11-07
Lisa Hsu
add a numTicks stat to detailed cpu.
commit
|
commitdiff
|
tree
2003-11-07
Lisa Hsu
track the idle_thread() function in the kernel, so...
commit
|
commitdiff
|
tree
2003-11-07
Lisa Hsu
change the path that i track from two separate paths...
commit
|
commitdiff
|
tree
2003-11-07
Nathan Binkert
Quick hack to make the simulator exit after the last...
commit
|
commitdiff
|
tree
2003-11-07
Ron Dreslinski
"remove SWContext * from map when it is context switche...
commit
|
commitdiff
|
tree
2003-11-06
Ron Dreslinski
Make sure to serialize the bool that signifies a pendin...
commit
|
commitdiff
|
tree
2003-11-06
Erik Hallnor
Merge ehallnor@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2003-11-06
Erik Hallnor
Various fixes to memory code.
commit
|
commitdiff
|
tree
2003-11-06
Steve Raasch
Nat's fix for compile bug
commit
|
commitdiff
|
tree
2003-11-06
Nathan Binkert
better binning of Average stats
commit
|
commitdiff
|
tree
2003-11-06
Nathan Binkert
Little fixes to make more of the stats reset correctly.
commit
|
commitdiff
|
tree
2003-11-06
Lisa Hsu
Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
commit
|
commitdiff
|
tree
2003-11-06
Lisa Hsu
add things to track read and soo_read for specweb.
commit
|
commitdiff
|
tree
2003-11-06
Nathan Binkert
Ok, actually call resetStats on all stats
commit
|
commitdiff
|
tree
2003-11-05
Nathan Binkert
Add a virtual function resetStats() that any SimObject...
commit
|
commitdiff
|
tree
2003-11-05
Nathan Binkert
Fix stats reset
commit
|
commitdiff
|
tree
2003-11-05
Steve Raasch
fix equations
commit
|
commitdiff
|
tree
2003-11-05
Steve Raasch
Fix for minor oops found by insure
commit
|
commitdiff
|
tree
2003-11-05
Steve Raasch
Fix initialization bug. No apparent change in external...
commit
|
commitdiff
|
tree
2003-11-05
Nathan Binkert
This is M5!
commit
|
commitdiff
|
tree
2003-11-05
Ron Dreslinski
Properly serialize the clock event
commit
|
commitdiff
|
tree
2003-11-04
Lisa Hsu
Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
commit
|
commitdiff
|
tree
2003-11-04
Lisa Hsu
Hack to enable perl totaling of standard deviation...
commit
|
commitdiff
|
tree
2003-11-04
Nathan Binkert
Merge zizzer.eecs.umich.edu:/bk/m5
commit
|
commitdiff
|
tree
2003-11-04
Nathan Binkert
A little bit of code here and there to get more access to
commit
|
commitdiff
|
tree
2003-11-04
Andrew Schultz
Added setup-spec and setup-specweb scripts to modify...
commit
|
commitdiff
|
tree
2003-11-04
Lisa Hsu
Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
commit
|
commitdiff
|
tree
2003-11-04
Lisa Hsu
statistics.cc:
commit
|
commitdiff
|
tree
2003-11-04
Lisa Hsu
Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul...
commit
|
commitdiff
|
tree
2003-11-04
Lisa Hsu
Add the ability to track stats in user defined sets...
commit
|
commitdiff
|
tree
2003-11-04
Nathan Binkert
fix type! argh
commit
|
commitdiff
|
tree
2003-11-04
Steve Reinhardt
Automerge
commit
|
commitdiff
|
tree
2003-11-04
Steve Reinhardt
Fix bugs in and expand syscall emulation code.
commit
|
commitdiff
|
tree
2003-11-04
Steve Reinhardt
Minor changes to instruction trace output.
commit
|
commitdiff
|
tree
2003-11-03
Andrew Schultz
Fix unserialize issues with etherdev (used to leave...
commit
|
commitdiff
|
tree
2003-11-03
Nathan Binkert
Merge zizzer.eecs.umich.edu:/bk/m5
commit
|
commitdiff
|
tree
2003-11-03
Nathan Binkert
Make it so the quiesce instruction is conditionally...
commit
|
commitdiff
|
tree
2003-11-03
Ron Dreslinski
Fix sampling cpu switchover of suspended contexts,...
commit
|
commitdiff
|
tree
2003-11-03
Andrew Schultz
Fix etherdev so it serializes txPacket and rxPacket...
commit
|
commitdiff
|
tree
2003-11-03
Andrew Schultz
Added serialization for DmaPhys structs and serialize...
commit
|
commitdiff
|
tree
2003-11-03
Ron Dreslinski
Fix unserialize so that it still gos through the entire...
commit
|
commitdiff
|
tree
2003-11-03
Ron Dreslinski
Fix segfault from unserialization, add system_sample...
commit
|
commitdiff
|
tree
2003-11-03
Steve Reinhardt
Print a warning rather than failing if we're unserializ...
commit
|
commitdiff
|
tree
2003-11-03
Ron Dreslinski
Merge zizzer:/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2003-11-03
Nathan Binkert
ok, let's get this right
commit
|
commitdiff
|
tree
2003-11-03
Nathan Binkert
Fix a bug in the pseudo instruction context
commit
|
commitdiff
|
tree
2003-11-03
Ron Dreslinski
Merge zizzer:/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2003-11-03
Nathan Binkert
Add the option to ignore some of the pseudo instructions
commit
|
commitdiff
|
tree
2003-11-03
Nathan Binkert
Move the m5 pseudo instructions into their own file
commit
|
commitdiff
|
tree
2003-11-03
Ron Dreslinski
Merge zizzer:/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2003-11-03
Ron Dreslinski
General fixes for Sampling CPU in full system mode...
commit
|
commitdiff
|
tree
2003-11-03
Steve Raasch
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2003-11-03
Steve Raasch
Add binning support
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
Implement more m5 pseduo opcodes:
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
Prevent make from being smart about sccs
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
SimExit takes a time now
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
If a filter isn't specified, don't try to do any filtering
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
deprecate the m5exit instruction and rename it to m5exi...
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
Merge zizzer.eecs.umich.edu:/bk/m5
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
add several new functions that can be called from the...
commit
|
commitdiff
|
tree
2003-11-02
Lisa Hsu
iqueue.cc:
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
Merge zizzer.eecs.umich.edu:/bk/m5
commit
|
commitdiff
|
tree
2003-11-02
Nathan Binkert
Add basic.ini which is a barebones system that has...
commit
|
commitdiff
|
tree
2003-11-02
Ron Dreslinski
Merge zamp.eecs.umich.edu:/amd/brio/y/rdreslin/m5bk...
commit
|
commitdiff
|
tree
2003-11-02
Ron Dreslinski
Fix overwritting and ordering issues with serialization...
commit
|
commitdiff
|
tree
2003-11-01
Lisa Hsu
statistics.hh:
commit
|
commitdiff
|
tree
2003-11-01
Nathan Binkert
Factor out the client/server network part into its own
commit
|
commitdiff
|
tree
2003-11-01
Nathan Binkert
gah! how did this ever work? time uses Tick, not unsigned!
commit
|
commitdiff
|
tree
2003-11-01
Nathan Binkert
Licenses
commit
|
commitdiff
|
tree
2003-11-01
Steve Reinhardt
Make error messages more informative on a non-full...
commit
|
commitdiff
|
tree
2003-11-01
Nathan Binkert
Merge zizzer.eecs.umich.edu:/bk/m5
commit
|
commitdiff
|
tree
2003-11-01
Nathan Binkert
.cvsignore files don't really do anything for us anymor...
commit
|
commitdiff
|
tree
2003-11-01
Steve Reinhardt
Get rid of obsolete backtrace code.
commit
|
commitdiff
|
tree
2003-11-01
Nathan Binkert
Commit a command for use inside a simulated system...
commit
|
commitdiff
|
tree
2003-11-01
Andrew Schultz
eventq.cc, eventq.hh:
commit
|
commitdiff
|
tree
2003-10-31
Andrew Schultz
Fix mistake, used readRequest.name twice
commit
|
commitdiff
|
tree
2003-10-31
Nathan Binkert
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2003-10-31
Nathan Binkert
Make the to_number function work better.
commit
|
commitdiff
|
tree
2003-10-31
Andrew Schultz
Merge zizzer:/bk/m5
commit
|
commitdiff
|
tree
2003-10-31
Andrew Schultz
Serialization support for serializing between DmaHolder...
commit
|
commitdiff
|
tree
2003-10-31
Andrew Schultz
Changed the naming of Serializeable derived objects...
commit
|
commitdiff
|
tree
2003-10-31
Steve Reinhardt
Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
commit
|
commitdiff
|
tree
2003-10-31
Steve Reinhardt
New 'greprevs' script to grep through old revs of a...
commit
|
commitdiff
|
tree
2003-10-31
Lisa Hsu
I forgot - also to typedef the default type of bin...
commit
|
commitdiff
|
tree
2003-10-31
Lisa Hsu
statistics.hh:
commit
|
commitdiff
|
tree
2003-10-31
Lisa Hsu
Make some general changes to stats package where things...
commit
|
commitdiff
|
tree
2003-10-30
Ron Dreslinski
Fix initial state of dmaDoneCB and bufferCB for seriali...
commit
|
commitdiff
|
tree
2003-10-30
Ron Dreslinski
Serialization support for cow images
commit
|
commitdiff
|
tree
2003-10-30
Steve Raasch
Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2003-10-30
Steve Raasch
Add serialization (which Nate now says we probably...
commit
|
commitdiff
|
tree
2003-10-30
Steve Raasch
Add support for serialization
commit
|
commitdiff
|
tree
2003-10-30
Erik Hallnor
Finish serializing ScsiDisk and DmaRequest
commit
|
commitdiff
|
tree
2003-10-30
Erik Hallnor
runAddrLast and runDataLast shouldn't be stats
commit
|
commitdiff
|
tree
2003-10-30
Steve Raasch
Add support for serialization
commit
|
commitdiff
|
tree
2003-10-30
Erik Hallnor
Fix doxygen warnings from the change to Checkpoint.
commit
|
commitdiff
|
tree
2003-10-30
Steve Raasch
Merge previous changes with format change
commit
|
commitdiff
|
tree
2003-10-30
Steve Reinhardt
Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
commit
|
commitdiff
|
tree
2003-10-30
Steve Raasch
Fix/finish serialization
commit
|
commitdiff
|
tree
2003-10-30
Steve Reinhardt
Add some comments explaining ExecContext::Status enum.
commit
|
commitdiff
|
tree
2003-10-30
Steve Reinhardt
Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z...
commit
|
commitdiff
|
tree
next