Fix Typo
[gem5.git] / src /
2006-11-12 Nathan BinkertFix Typo
2006-11-12 Nathan Binkertset TRACING_ON one way or another explicitly in the
2006-11-12 Nathan BinkertGet rid of the ParamContext for pseudo instructions...
2006-11-11 Gabe BlackThe Lock_Flag_DepTag went away earlier, and using TheIS...
2006-11-11 Gabe BlackCertain header files should only be used in FS.
2006-11-11 Ali SaidiMerge zizzer:/bk/newmem
2006-11-11 Ali Saidifix endian issues with condition codes
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-10 Gabe BlackElaborated on the tlb stubs so that they just set the...
2006-11-10 Gabe BlackFixed up DepTags a little. I think NumMicroIntRegs...
2006-11-10 Gabe BlackAdded StrandStsReg operand.
2006-11-10 Gabe BlackPut in provisions for rd, rdpr, rdhpr, wr, wrpr, and...
2006-11-10 Gabe BlackMade the annul of unconditional conditional branches...
2006-11-10 Gabe BlackFixed up the code that prints out registers to take...
2006-11-10 Gabe BlackTweaked debug output.
2006-11-10 Gabe BlackTouched up faults, and made POR actually do something.
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
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 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 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 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 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 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-06 Kevin LimClean up clock phase drift code a bit.
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...
next