gem5.git
2006-05-30 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-30 Steve ReinhardtFix SCons version check.
2006-05-29 Ali Saidicommit a couple of minor things that I forgot to last...
2006-05-29 Ali SaidiCreate a new CpuEvent class that has a pointer to an...
2006-05-29 Ali Saidisplit off fullsystem and se iprs into two functions...
2006-05-29 Ali SaidiRemove authors from copyright.
2006-05-29 Ali Saidiremove some getPtr() calls by changing having function...
2006-05-26 Ali SaidiMerge zizzer:/bk/newmem
2006-05-26 Ali SaidiImplement PR/HPR/ASR for full system
2006-05-26 Steve ReinhardtFixes for TimingSimpleCPU under full system. Now boots...
2006-05-26 Steve ReinhardtReorganize bridge as pair of cooperating ports.
2006-05-26 Steve ReinhardtAdd a little more tracing support for Bus/Port stuff.
2006-05-26 Steve ReinhardtSignificant rework of Packet class interface:
2006-05-26 Steve ReinhardtAdd names to memory Port objects for tracing.
2006-05-25 Kevin LimFix stat typo.
2006-05-25 Kevin LimFix up kernel stats, allow them to not be used as well.
2006-05-24 Kevin LimSupport new flags now used instead of flags in decoder...
2006-05-23 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-23 Kevin LimUpdates to isa parser to make it see dependencies prope...
2006-05-23 Steve ReinhardtMinor fixes for full-system timing memory.
2006-05-23 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-23 Kevin LimRework how instructions are scheduled and executed.
2006-05-23 Kevin LimCleanup checker.
2006-05-23 Kevin LimCode cleanup.
2006-05-23 Kevin LimMove kernel stats out of CPU and into XC.
2006-05-23 Kevin LimAdd extra flags to help new CPU handle various instruct...
2006-05-23 Steve ReinhardtMake scons auto-configure stuff per-build-root.
2006-05-23 Steve ReinhardtGet rid of FastCPU model.
2006-05-23 Steve ReinhardtFix to SPARC Nop class for multiple CPU models.
2006-05-23 Steve ReinhardtMake CPU_MODELS default to just the two SimpleCPU variants
2006-05-23 Steve ReinhardtClean up libelf handling.
2006-05-22 Ali Saidihave multiple global levels (as required by UA2005)
2006-05-22 Kevin LimUndo changes to instruction flags that has caused stati...
2006-05-22 Steve ReinhardtForgot to delete the now-obsolete mkbuilddir script.
2006-05-22 Steve ReinhardtNew directory structure:
2006-05-21 Kevin LimThreads start off in suspended status now (Korey's...
2006-05-19 Kevin LimO3 code update/cleanup.
2006-05-19 Kevin LimRemove sat_counter.cc and put its code into sat_counter.hh.
2006-05-19 Kevin LimRename function to be more expressive.
2006-05-19 Kevin LimIEW/IQ code cleanup and reorganization.
2006-05-19 Kevin LimMove activity tracking code into its own class. Now...
2006-05-19 Kevin LimFixes for regression build errors.
2006-05-19 Steve ReinhardtFirst steps toward getting full system to work with
2006-05-19 Steve ReinhardtChange Packet parameters on Port methods from reference...
2006-05-18 Ali Saidiadd regStats() back to ide_disk
2006-05-18 Ali SaidiMerge zizzer:/bk/newmem
2006-05-18 Ali Saidifix ide stats and make sinic compile after merge.
2006-05-18 Steve ReinhardtGet basic full-system working with AtomicSimpleCPU.
2006-05-17 Kevin LimFaults generated at fetch are passed to the backend...
2006-05-17 Steve ReinhardtBackport ISA scanner fix from newmem to work with
2006-05-17 Ali SaidiMerge zizzer:/bk/newmem
2006-05-17 Ali Saidiadd single fs newmem test
2006-05-16 Steve ReinhardtSplit SimpleCPU into two different models, AtomicSimple...
2006-05-16 Kevin LimMerge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-05-16 Kevin LimUpdate configuration files.
2006-05-16 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-16 Kevin LimInclude checker and trap latency parameters.
2006-05-16 Kevin LimSampler updates.
2006-05-16 Kevin LimUpdates for sampler, checker, and general correctness.
2006-05-16 Kevin LimAdd in checker. Supports dynamically verifying the...
2006-05-16 Kevin LimSampler updates.
2006-05-16 Kevin LimSampling fixes related to the quiesce event.
2006-05-16 Kevin LimAdd some flags for the upcoming checker.
2006-05-16 Steve ReinhardtMany files:
2006-05-16 Steve ReinhardtMany files:
2006-05-15 Ali SaidiMerge zizzer:/bk/newmem
2006-05-15 Ali SaidiAdd support for sparc/solaris syscall emulation. Not...
2006-05-15 Ali Saidifix typo, headers protection should be named __DIR_DIR_...
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 Kevin LimFixes for ozone CPU to successfully boot and run linux.
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 Kevin LimSmall fixes to O3 model.
2006-05-11 Kevin LimSet memory properly.
2006-05-11 Kevin LimSeparate out result being ready and the instruction...
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...
next