summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-06-09Removing of old code and adding in new comments.Kevin Lim
2006-06-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-09Allow for fetch to retry access if the sendTiming call fails.Kevin Lim
2006-06-09Fix allocating requests twice on retries.Kevin Lim
2006-06-09Remove obsolete stuff.Kevin Lim
2006-06-09Fixes for some outstanding issues in the LSQ. It should now be able to retry...Kevin Lim
2006-06-08add nacked result and a function to swizzle nacked packet into something that...Ali Saidi
2006-06-08add write/read functions that have endian conversions in themAli Saidi
2006-06-08Tell checker that an instruction is completed prior once it does the access t...Kevin Lim
2006-06-08Creation of translating port pushed off to CPU.Kevin Lim
2006-06-08Get O3 CPU mostly working in full system, and fix an FP bug that showed up.Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-07Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ...Kevin Lim
2006-06-07Move checker's exec_context.hh to match the other changes. Also add in some ...Kevin Lim
2006-06-07Clear misc regs at startup.Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-06Fix checker to work in newmem in SE mode.Kevin Lim
2006-06-05Fixes to get new CPU model working for simple test case. The CPU does not ye...Kevin Lim
2006-06-05Same fix for -P option as Steve's previous fix.Kevin Lim
2006-06-05Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-05Fix --var=val arg handling.Steve Reinhardt
2006-06-04Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-04Fixes to get everything working again.Kevin Lim
2006-06-04Merge ktlim@zamp:/z/ktlim2/clean/m5-o3Kevin Lim
2006-06-04Fix for full system compiling.Kevin Lim
2006-06-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-02Fixes to get compiling to work. This is mainly fixing up some includes; chan...Kevin Lim
2006-05-31remove unneeded files that were copied directly from alphaAli Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-31Merge zizzer:/bk/newmemAli Saidi
2006-05-31make io device be a little nicer about scheduling retries on the busAli Saidi
2006-05-31Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-05-31Streamline interface to Request object.Steve Reinhardt
2006-05-30Minor further cleanup & commenting of Packet class.Steve Reinhardt
2006-05-30Fix Port pointer initialization.Steve Reinhardt
2006-05-30Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemSteve Reinhardt
2006-05-30Clean up Python embedding to build on zizzer (where python2.4Steve Reinhardt
2006-05-30Add a very poor implementation of dealing with retries on timing requests. It...Ali Saidi
2006-05-30Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-30Link in Python interpreter.Steve Reinhardt
2006-05-29commit a couple of minor things that I forgot to last time.Ali Saidi
2006-05-29Create a new CpuEvent class that has a pointer to an execution context in the...Ali Saidi
2006-05-29split off fullsystem and se iprs into two functions to remove lots of #ifsAli Saidi
2006-05-28Remove authors from copyright.Ali Saidi
2006-05-28remove some getPtr() calls by changing having function return valuesAli Saidi
2006-05-26Merge zizzer:/bk/newmemAli Saidi
2006-05-26Implement PR/HPR/ASR for full systemAli Saidi
2006-05-26Fixes for TimingSimpleCPU under full system. Now boots Alpha Linux!Steve Reinhardt
2006-05-26Reorganize bridge as pair of cooperating ports.Steve Reinhardt
2006-05-26Add a little more tracing support for Bus/Port stuff.Steve Reinhardt