gem5.git
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 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
2006-11-03 Gabe BlackMove around misc reg code
2006-11-03 Gabe Blackremoved ua2005.cc since it's been obsorbed into the...
2006-11-03 Gabe BlackGot rid of "inPalMode". Some places are still effective...
2006-11-03 Gabe BlackAdd a new file which describes an ISA's interrupt handl...
2006-11-03 Gabe BlackFixed a comment
2006-11-02 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-02 Kevin LimHave bus use the BadAddress device to handle bad addres...
2006-11-02 Kevin LimImplement device that will return BadAddress.
2006-11-02 Kevin LimCaches return a new functional port whenever asked...
2006-11-02 Kevin LimMore proper handling of the ports.
2006-11-02 Kevin LimRemove function that should have been deleted.
2006-11-02 Kevin LimUse ISA specific makeExtMI.
2006-11-02 Lisa HsuMerge zizzer:/bk/newmem
2006-11-02 Lisa Hsufactor some more commone code and enable going from...
2006-11-02 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-02 Gabe BlackAdded code to handle draining.
2006-11-01 Gabe BlackFix a range check on the ipr_index.
2006-11-01 Gabe BlackAdjustments for the AlphaTLB changing to AlphaISA:...
2006-11-01 Lisa Hsumake it so that you can do a standard switch without...
2006-11-01 Lisa Hsuchange name of 2nd switch_cpu so that ckpt recovery...
2006-10-31 Gabe BlackArg!
2006-10-31 Gabe BlackMore typos! I need to get nfs to work.
2006-10-31 Gabe BlackFix another typo
2006-10-31 Gabe BlackCheck for out of range IPR values as well.
2006-10-31 Gabe BlackFix stupid typo
2006-10-31 Gabe BlackMake two simple utility functions to determine if a...
2006-10-31 Gabe BlackForgot to add intr_flag in one place.
2006-10-31 Gabe BlackWe don't include ipr.cc in SE builds, so don't call it.
2006-10-31 Gabe BlackMade the old name refer to the miscreg index to prevent...
2006-10-31 Gabe BlackForgot to change the index.
2006-10-31 Gabe BlackMake the IPRs use regular miscreg indexes, and make...
2006-10-31 Kevin LimFix up configs.
2006-10-31 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-10-31 Kevin LimRemove mem parameter. Now the translating port asks...
2006-10-31 Kevin LimPorts now have a pointer to the MemObject that owns...
2006-10-31 Ali SaidiMerge zizzer:/bk/newmem
2006-10-31 Ali Saidiremove connectAll() and connect() code since it isn...
2006-10-31 Ali Saidiadd the ability to insert into the middle of the timing...
2006-10-31 Gabe BlackMissed a few instances of this function.
2006-10-31 Gabe BlackGet rid of old, commented out code.
2006-10-31 Gabe BlackMove IntrFlag into the MiscRegFile and get rid of speci...
2006-10-31 Gabe BlackPut the Alpha tlb stuff into the AlphaISA namespace...
2006-10-31 Steve ReinhardtDelete obsolete directories: src/oldmem, src/mem/timing...
next