gem5.git
2006-05-15 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-05-15 Gabe BlackFixed some problems with signed vs. unsigned numbers...
2006-05-15 Gabe BlackMade the decoder handle reg_or_imm type arguments with...
2006-05-15 Gabe BlackMade EM_SPARC32PLUS be recognized as belonging to the...
2006-05-15 Gabe BlackMoved the UnimpFault to be global
2006-05-15 Gabe BlackCopied Korey's MIPS tests over to SPARC
2006-05-12 Ali SaidiMerge zeep.pool:/z/saidi/work/m5.head
2006-05-12 Ali Saidireplace /.automount/ with /n/
2006-05-12 Ali SaidiMerge zeep.pool:/z/saidi/work/m5.head
2006-05-12 Ali Saidifix the checkpoint bug
2006-05-12 Korey SewellFP programs are back to running... Condition Codes...
2006-05-11 Ron DreslinskiInitialize the count on the number of devices drained...
2006-05-11 Ron DreslinskiFirst pass at a serializer object, may need to work...
2006-05-11 Ali Saidimake the dma buffer equal to the max dma size
2006-05-11 Ali Saidiide printing to match newmem
2006-05-11 Ali Saidimake m5 panic a little more verbose
2006-05-11 Korey SewellFixes for Paired-Single FP Compare Operations...
2006-05-11 Korey SewellSupport for FP Paired Single Operations
2006-05-10 Korey SewellMerge zizzer:/bk/newmem
2006-05-10 Korey Sewellrevamping code to appropriately handle FP condition...
2006-05-10 Korey Sewelldecoder.isa:
2006-05-09 Korey Sewelldecoder.isa:
2006-05-09 Korey Sewelldecoder.isa:
2006-05-09 Steve ReinhardtPrint M5 build options for 'scons -h'.
2006-05-08 Korey SewellStart working on more complex FP tests
2006-05-07 Korey SewellFirst Steps in cleaning up MIPS code - This changeset...
2006-05-07 Korey SewellMinor changes for FP ... MIPS now works for floating...
2006-05-07 Korey SewellBasic MIPS floating point test works now ... I had...
2006-05-05 Korey Sewelltake-out debug only code
2006-05-05 Korey SewellMerge zizzer:/bk/newmem
2006-05-05 Korey Sewellrecognized 32 & 64 bit unsigned integer types and set...
2006-05-03 Korey SewellRedo the FloatRegFile using unsigned integers
2006-05-02 Nathan BinkertFix some of lisa's barchart changes
2006-05-01 Ali Saidimove code from packet.hh to packet.cc and packet_impl.hh
2006-04-30 Gabe BlackGot hello world to work!
2006-04-29 Ali Saidifixes for se
2006-04-28 Ali SaidiMerge zizzer:/bk/newmem
2006-04-28 Ali Saididon't need BusBridge.py anymore
2006-04-28 Ali Saidirandom mix of tidbits
2006-04-28 Ali Saididevices should increment pkt.time instead of assiging...
2006-04-28 Ali Saidiadd a bridge object, modify bus object to be able to...
2006-04-28 Ali SaidiAdd SparcSystem object
2006-04-28 Gabe BlackFixed constants to work on 32 bit hosts
2006-04-28 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-04-28 Gabe BlackAdded byteswapping code
2006-04-28 Gabe BlackImproved the initial stack frame
2006-04-28 Gabe BlackAdded an include which was forgotten
2006-04-28 Gabe BlackFixed up some syscalls
2006-04-28 Gabe BlackChanged the hello_sparc executable back to the cross...
2006-04-28 Gabe BlackSome debugging of the ccr bits
2006-04-28 Gabe BlackAdded in handling of the annul bit for branches, and...
2006-04-28 Gabe BlackAdded a linux.cc file to mesh with Korey's changes
2006-04-28 Korey SewellMore Modest Changes for FP MIPS execution...
2006-04-28 Korey SewellUse lower two bits of FCSR reg to determine rounding...
2006-04-27 Korey Sewellchange readPC() + 4 to readNextPC() and the same for...
2006-04-27 Korey SewellRewrite CFC1 & CTC1 instruction definitions
2006-04-26 Nathan BinkertMajor update to sinic to support VSINIC better
2006-04-26 Nathan BinkertBit of formatting for sinicreg.hh
2006-04-26 Korey SewellChanges to get Floating Point Instructions w/new regfil...
2006-04-25 Nathan Binkertmore debugging for sinic
2006-04-25 Nathan Binkertmore debugging for sinic
2006-04-25 Nathan BinkertFix segfault in sinic
2006-04-24 Ali SaidiMostly done with all device models for new memory syste...
2006-04-20 Ali Saidimake ide disk work for newmem
2006-04-18 Ali SaidiMerge zizzer:/bk/newmem
2006-04-18 Ali Saididwarf debugging symbols make gdb much happier than...
2006-04-18 Gabe BlackMerge m5.eecs.umich.edu:/bk/newmem
2006-04-18 Gabe BlackChanged MIPS and Alpha to pass the syscall number to...
2006-04-18 Gabe BlackFixes to SPARC syscall emulation mode.
2006-04-17 Ali Saidichange packet: reset() to resetMin() resetAll() which...
2006-04-14 Kevin LimQuick fix for the CPU not printing out the right addres...
2006-04-14 Korey SewellThese fixes now allow all of the 20 mips tests to work...
2006-04-13 Korey Sewellupdate Hello World binary for mips... the old one did...
2006-04-13 Korey SewellMove RLIMIT constants to OS/ISA specific files instead...
2006-04-13 Korey Sewellremove non-needed files
2006-04-13 Korey SewellChanges that get rid of the OSFlags and derive a new...
2006-04-12 Ali SaidiMerge zizzer:/bk/newmem
2006-04-12 Ali Saidifs now gets to the point where it would really like...
2006-04-12 Korey SewellMerge zizzer:/bk/newmem
2006-04-12 Korey Sewelladd OSFlags struct to AlphaISA/MipsISA namespace. The...
2006-04-11 Ali Saidichange how much of the param string is copied into...
2006-04-11 Ali SaidiMerge zizzer:/bk/newmem
2006-04-11 Ali Saidifullsys now builds and runs for about one cycle
2006-04-11 Korey SewellMerge zizzer:/bk/newmem
2006-04-11 Korey SewellLots of MIPS test files :
2006-04-11 Steve ReinhardtClean up mmapFunc.
2006-04-10 Korey Sewelledit to test_mips config file
2006-04-10 Ali SaidiPanic if physical memory isn't connected to anything
2006-04-10 Ali SaidiMerge zizzer:/bk/newmem
2006-04-10 Ali Saidiupdates for newmem
2006-04-10 Korey Sewellso I guess the IntRegFile class is needed after all!
2006-04-10 Korey SewellTake out flags parameter (used for no align fault)
2006-04-10 Korey SewellMerge zizzer:/bk/newmem
2006-04-10 Korey SewellFinally MIPS does hello world!
2006-04-07 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/newmem
2006-04-07 Ali Saidia bit of bad code trampling on memory
2006-04-07 Ron DreslinskiMove to a model with a unified request object.
2006-04-06 Ali Saidia sparc binary that can be debugged
2006-04-06 Ali SaidiMerge zizzer:/bk/newmem
2006-04-06 Ali Saidiadded unimp faults
next