gem5.git
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 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-22 Kevin LimUndo changes to instruction flags that has caused stati...
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-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-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-12 Ali Saidireplace /.automount/ with /n/
2006-05-12 Ali Saidifix the checkpoint bug
2006-05-11 Kevin LimFixes for ozone CPU to successfully boot and run linux.
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-04 Kevin LimO3 CPU now handles being used with the sampler.
2006-05-03 Kevin LimFixes for the sampler.
2006-05-03 Kevin LimXC needs to get memory from the process.
2006-05-02 Nathan BinkertFix some of lisa's barchart changes
2006-04-26 Nathan BinkertMajor update to sinic to support VSINIC better
2006-04-26 Nathan BinkertBit of formatting for sinicreg.hh
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 Kevin LimQuiesce stuff.
2006-04-24 Kevin LimInclude option for disabling PC symbols.
2006-04-24 Kevin LimUpdates to Ozone model for quiesce, store conditionals.
2006-04-24 Kevin LimNew stats added to O3 model.
2006-04-24 Kevin LimFixes for ll/sc for the O3 model.
2006-04-24 Kevin LimAllow the switching on and off of PC symbols for tracing.
2006-04-24 Kevin LimUse dwarf-2 debugging symbols (they work much better).
2006-04-22 Kevin LimInclude new OzoneCPU files
2006-04-22 Kevin LimUpdates for OzoneCPU.
2006-04-22 Kevin LimRemove unnecessary functions.
2006-04-22 Kevin LimUpdate the python file for the CPU.
2006-04-22 Kevin LimUpdates for OzoneCPU.
2006-04-22 Kevin LimUpdates for O3 model.
2006-04-22 Kevin LimNamespace fix.
2006-04-22 Kevin LimMove quiesce event to its own class.
2006-04-22 Kevin LimMove TLB faults into the normal fault classes. Now...
2006-03-29 Ron DreslinskiFix indentation
2006-03-29 Ron DreslinskiFix for prefetching check with blocking buffers. Need...
2006-03-29 Ron DreslinskiAdd some basic statistics to the disk model
2006-03-28 Ron DreslinskiMake the .mpy file a .py file and convert it to the...
2006-03-27 Ron DreslinskiAdd the detailed DRAM model into M5. See the /mem...
2006-03-23 Ron DreslinskiAdd support in the fullsys script to run the POVray...
2006-03-16 Ron DreslinskiDon't forget to check in the needed header file for...
2006-03-15 Ron DreslinskiMerge zizzer:/z/m5/Bitkeeper/m5
2006-03-15 Ron DreslinskiAdd support for conditional compiling in of prefetchers.
2006-03-15 Kevin LimDon't access init_regs directly. This does not affect...
2006-03-14 Ron DreslinskiRemove unneeded header files.
2006-03-12 Steve ReinhardtGet rid of obsolete header that had only one declaration of
2006-03-10 Gabe BlackWrapped setSysCallReturn in !FULL_SYSTEM.
2006-03-09 Ali Saidifix merging issues
2006-03-09 Ali SaidiMerge zizzer:/bk/multiarch
2006-03-09 Ali Saidino more common syscall emulation, now common for everyone
2006-03-09 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-03-09 Kevin LimUse functions to access XC.
2006-03-09 Korey Sewelllast changes before big merge
2006-03-09 Korey Sewellminor comments to decoder.isa
2006-03-08 Korey SewellMerge zizzer:/bk/multiarch
2006-03-08 Korey Sewelladd explicit support for nop,ssnop, and ehb instructions
2006-03-08 Kevin LimInclude ability to copy all misc regs.
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Kevin LimForward declaration of MemoryController.
2006-03-08 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-08 Gabe BlackWorking towards compiling SPARC_SE
2006-03-08 Korey SewellUpdate MiscReg enum and miscRegFile definition
2006-03-08 Korey Sewellupdated MIPS ISA files .... all files should be able...
2006-03-08 Kevin LimUse getProxy() instead of xcProxy; avoids confusion...
2006-03-08 Kevin LimNeeds forward declaration of MemoryController.
2006-03-08 Kevin LimFixes for accesses to the misc regs.
2006-03-08 Kevin LimAvoid accessing objects directly within the XC.
2006-03-08 Kevin LimFixes to allow the ExecContext to be used for profiling.
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Kevin LimUpdates for the quiesceEvent that was added to the XC.
next