summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-30Merge zizzer:/bk/newmemAli Saidi
2006-05-30Add a very poor implementation of dealing with retries on timing requests. It...Ali Saidi
2006-05-30Link in Python interpreter.Steve Reinhardt
2006-05-30Fix SCons version check.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
2006-05-26Significant rework of Packet class interface:Steve Reinhardt
2006-05-26Add names to memory Port objects for tracing.Steve Reinhardt
2006-05-23Minor fixes for full-system timing memory.Steve Reinhardt
2006-05-22Make scons auto-configure stuff per-build-root.Steve Reinhardt
2006-05-22Get rid of FastCPU model.Steve Reinhardt
2006-05-22Fix to SPARC Nop class for multiple CPU models.Steve Reinhardt
2006-05-22Make CPU_MODELS default to just the two SimpleCPU variantsSteve Reinhardt
2006-05-22Clean up libelf handling.Steve Reinhardt
2006-05-22have multiple global levels (as required by UA2005)Ali Saidi
2006-05-22Forgot to delete the now-obsolete mkbuilddir script.Steve Reinhardt
2006-05-22New directory structure:Steve Reinhardt
2006-05-18First steps toward getting full system to work withSteve Reinhardt
2006-05-18Change Packet parameters on Port methods from references to pointers.Steve Reinhardt
2006-05-18add regStats() back to ide_diskAli Saidi
2006-05-18Merge zizzer:/bk/newmemAli Saidi
2006-05-18fix ide stats and make sinic compile after merge.Ali Saidi
2006-05-17Get basic full-system working with AtomicSimpleCPU.Steve Reinhardt
2006-05-16Merge zizzer:/bk/newmemAli Saidi
2006-05-16add single fs newmem testAli Saidi
2006-05-16Split SimpleCPU into two different models, AtomicSimpleCPU andSteve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-15Merge zizzer:/bk/newmemAli Saidi
2006-05-15Add support for sparc/solaris syscall emulation. Not tested yet because I can...Ali Saidi
2006-05-15fix typo, headers protection should be named __DIR_DIR_..._FILE_HH__Ali Saidi
2006-05-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-05-14Fixed some problems with signed vs. unsigned numbers which were breaking cond...Gabe Black
2006-05-14Made the decoder handle reg_or_imm type arguments with type qualifiers.Gabe Black