gem5.git
2006-06-06 Kevin LimChange ExecContext to ThreadContext. This is being...
2006-06-06 Kevin LimFix checker to work in newmem in SE mode.
2006-06-05 Kevin LimFixes to get new CPU model working for simple test...
2006-06-05 Kevin LimSame fix for -P option as Steve's previous fix.
2006-06-05 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-06-05 Steve ReinhardtFix --var=val arg handling.
2006-06-05 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-06-05 Kevin LimFixes to get everything working again.
2006-06-04 Kevin LimMerge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-06-04 Kevin LimFix for full system compiling.
2006-06-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-06-02 Kevin LimFixes to get compiling to work. This is mainly fixing...
2006-06-01 Kevin LimAdd in comments for checker.
2006-06-01 Kevin LimFix stat bug.
2006-05-31 Ali Saidiremove unneeded files that were copied directly from...
2006-05-31 Ali SaidiUpdated Authors from bk prs info
2006-05-31 Ali SaidiMerge zizzer:/bk/newmem
2006-05-31 Ali Saidimake io device be a little nicer about scheduling retri...
2006-05-31 Kevin LimComments and code cleanup.
2006-05-31 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-05-31 Steve ReinhardtStreamline interface to Request object.
2006-05-31 Steve ReinhardtMinor further cleanup & commenting of Packet class.
2006-05-30 Steve ReinhardtFix Port pointer initialization.
2006-05-30 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
2006-05-30 Steve ReinhardtClean up Python embedding to build on zizzer (where...
2006-05-30 Ali SaidiMerge zizzer:/bk/newmem
2006-05-30 Ali SaidiAdd a very poor implementation of dealing with retries...
2006-05-30 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-30 Steve ReinhardtLink in Python interpreter.
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 LimMerge ktlim@zamp:/z/ktlim2/clean/m5-merge
2006-05-25 Kevin LimFix stat typo.
2006-05-25 Kevin LimMissed this file in last check in.
2006-05-25 Kevin LimVarious branch predictor fixes/cleanup. It works more...
2006-05-25 Kevin LimFix minor memory leak.
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_...
next