gem5.git
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-10 Kevin LimAlso include a function to form the input path.
2006-11-10 Kevin LimTry to setup commands properly.
2006-11-10 Kevin LimChange up some warnings to DPRINTFs.
2006-11-10 Gabe BlackActually finished moving the register file stuff around.
2006-11-10 Gabe BlackMoved the Alpha float regfile into it's own regfile...
2006-11-10 Gabe BlackSplit out alpha integer register file into it's own...
2006-11-10 Gabe BlackThe reset function of the MiscRegFile really resets...
2006-11-10 Gabe BlackSet the ASI register to be something explicitly so...
2006-11-10 Gabe BlackChange exetrace code for working with my trace tool...
2006-11-10 Gabe BlackFix up instructions to read and write control registers...
2006-11-10 Gabe BlackMoved the Alpha MiscRegFile into it's own file, and...
2006-11-10 Gabe BlackFix a couple uninitialized variables.
2006-11-09 Ali SaidiGet SPARC to the point that it starts running. Add...
2006-11-09 Nathan BinkertFactor out all of the encumbered stuff into separate...
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Lisa Hsuthe tests assume -1 to signify MaxTick, that's changed...
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Gabe BlackPut the MIPS stacktrace into the MipsISA namespace...
2006-11-08 Gabe BlackMake a function to say how big gdbregs is in bytes...
2006-11-08 Lisa HsuMerge zizzer:/bk/newmem
2006-11-08 Ali SaidiMerge zizzer:/bk/newmem
2006-11-08 Ali SaidiDWARF2 symbol support seems to be broken on Solaris...
2006-11-08 Lisa Hsusimplify maxtick parsing in both the python and the...
2006-11-08 Lisa Hsumake rcS files read from the m5 source directory, not...
2006-11-08 Lisa Hsuchange to os.path.join like nate wanted.
2006-11-08 Gabe BlackFirst cut at full blown SPARC faults. There are a few...
2006-11-08 Gabe BlackMove the check to see if you're in user mode into the...
2006-11-08 Kevin LimRemove mem parameter. Should have been removed earlier.
2006-11-08 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-08 Kevin LimUpdate refs.
2006-11-08 Gabe BlackSorted faults by the trap type constant, expanded their...
2006-11-08 Gabe BlackFix for slightly mangled merge.
2006-11-08 Gabe BlackMerge zeep.eecs.umich.edu:/home/gblack/m5/newmem
2006-11-08 Gabe BlackMajor clean up of the fault code.
2006-11-08 Gabe BlackThe new global level is computed with min, not max.
2006-11-08 Gabe BlackChanged the getReg and setReg functions so that they...
2006-11-08 Gabe BlackPut the ProcessInfo and StackTrace objects into the...
2006-11-08 Gabe BlackStubs for SPARC's tlbs
2006-11-08 Gabe BlackReplaced getArg with a SPARC implementation.
2006-11-08 Gabe BlackForce remote gdb code to use signal numbers and not...
2006-11-08 Gabe BlackFixed to account for branch delay slots.
2006-11-08 Gabe BlackPut kernel_stats back into arch.
2006-11-08 Gabe BlackMerge 141.212.106.238:/home/gblack/m5/newmemmemops
2006-11-08 Gabe BlackA cleaner hack.
2006-11-08 Gabe BlackOnly include kern/kernel_stats.hh if in full system...
2006-11-07 Ali Saidiadd code to operate in lockstep with legion
2006-11-07 Kevin LimFix error message.
2006-11-07 Kevin LimFix up bus draining and add draining to the caches.
2006-11-07 Kevin LimRemove hack by setting configuration better.
2006-11-07 Kevin LimFix compile error.
2006-11-07 Kevin LimInitialize mem dep unit properly.
2006-11-07 Gabe BlackDefinition of stub kernel_stats object. This just uses...
2006-11-07 Gabe BlackAlpha derived classes for kernel_stats.
2006-11-07 Gabe BlackSConscripts for the architecture specific directories...
2006-11-07 Gabe BlackA dummy implementation of stacktrace.cc to clear up...
2006-11-07 Gabe BlackArguments class for SPARC. This is basically just a...
2006-11-07 Gabe BlackRemoved unnecessary arch/alpha/ev5.hh include
2006-11-07 Gabe BlackAdded sim/host.hh for the Addr type.
2006-11-07 Gabe BlackGot rid of a stray blank line.
2006-11-07 Gabe BlackAdded a stub implementation of fixFuncEventAddr to...
2006-11-07 Gabe BlackThe normal spill and fill faults only need to behave...
2006-11-07 Gabe BlackAdded in alot of missing source files.
2006-11-07 Gabe BlackBroke remote_gdb into a base class and architecture...
2006-11-07 Gabe BlackMoved the idle event out of system_events.hh. The skipF...
2006-11-07 Gabe BlackMoved the switched version of kernel_stats.hh back...
2006-11-07 Gabe BlackMissed this file in my last changeset.
2006-11-07 Gabe BlackMade kern a switching header file directory.
2006-11-07 Gabe BlackCleaned up remnants of ivlb and ivle
2006-11-07 Gabe BlackGot rid of the ivlb and ivle kernel stats.
2006-11-07 Gabe BlackGet rid of pcifake.cc and tsunami_fake.cc to go with...
2006-11-07 Gabe BlackOnly bother with the device SConscript if you're in...
2006-11-07 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-07 Gabe BlackMoved the tsunami devices into the dev/alpha directory...
2006-11-07 Gabe BlackGot rid of stray alpha include
2006-11-07 Gabe BlackGot rid of obsolete ivlb and ivle psuedo instructions.
2006-11-06 Gabe BlackStub for SPARC interrupt handling object.
2006-11-06 Gabe BlackRemote GDB support has been changed to use inheritance...
2006-11-06 Gabe BlackTook the Alpha prefix off of AlphaArguments, and made...
2006-11-06 Gabe BlackCreated seperate SConscript for the dev directory....
2006-11-06 Ali Saididelete pcifake, tsunamifake. Combine BadAddr/IsaFake...
2006-11-06 Ali SaidiMerge zizzer:/bk/newmem
2006-11-06 Ali Saidismall fixes for solaris
2006-11-06 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-06 Kevin LimClean up clock phase drift code a bit.
2006-11-06 Ali Saidireplace NULL with 0.... Why isn't NULL defined by defau...
2006-11-06 Kevin LimUpdate refs.
2006-11-06 Kevin LimInitialize pointer to NULL.
2006-11-05 Ali SaidiMerge zizzer:/bk/newmem
2006-11-05 Ali Saidifixes so that M5 will compile under solaris
2006-11-03 Gabe BlackMake things compile in SE again.
2006-11-03 Gabe BlackUse a PowerOnReset to initialize the cpu.
2006-11-03 Gabe BlackCalling syscalls from within the trap instruction's...
2006-11-03 Gabe BlackThe tc needs to be protected instead of private so...
2006-11-03 Gabe BlackGutted out the old Alpha stuff.
2006-11-03 Gabe BlackAdded a stub initCPU function. This would be a good...
2006-11-03 Gabe BlackCompilation fixes.
2006-11-03 Gabe BlackAdded this constant to get compilation to work. The...
2006-11-03 Gabe BlackAdd the syscall number as the second parameter for...
2006-11-03 Gabe BlackAdd an invoke function for PowerOnReset
next