gem5.git
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Ali SaidiMerge zizzer:/bk/newmem
2007-03-06 Ali SaidiAdd regression for SPARC "hard" instruction test. Only...
2007-03-06 Nathan BinkertPython parameters types need analogous C++ types
2007-03-06 Nathan BinkertMove all of the parameters of the Root SimObject so...
2007-03-06 Gabe BlackGet X86 to load an elf and start a process for it.
2007-03-06 Nathan BinkertPython atexit handlers are called in reverse order.
2007-03-06 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-06 Gabe BlackFixing statetrace to work with 32 bit SPARC processes...
2007-03-05 Gabe BlackFill out a stub version of the vtophys header file.
2007-03-05 Gabe BlackAdd in NumGDBRegs so the constructor to the base class...
2007-03-05 Gabe BlackReorganize the floating point register file a little.
2007-03-05 Gabe BlackAdd some new source files.
2007-03-05 Gabe BlackStub decoder. This is probably even farther from finish...
2007-03-05 Gabe BlackAdd stub for x86 process creation
2007-03-05 Gabe BlackAdd x86 version of call to "decode"
2007-03-05 Gabe BlackAdd x86 to the Arch enum in the object file class.
2007-03-05 Gabe BlackAdded missing include.
2007-03-05 Gabe BlackAdded LargestRead type for x86. I might have picked...
2007-03-05 Gabe BlackStub implementation for x86.
2007-03-05 Gabe BlackStub implementation for x86
2007-03-05 Gabe BlackAdded fault generation functions. I would still like...
2007-03-05 Gabe BlackAdded an x86 dyninst
2007-03-05 Gabe BlackAdded stub implementations or prototypes for all the...
2007-03-05 Gabe BlackAdded in a missing include.
2007-03-05 Gabe BlackFilled in a stub header file for setting the result...
2007-03-05 Gabe BlackFilled in a stub header file for a stacktrace object...
2007-03-05 Gabe BlackFilled in a stub header file for remote gdb
2007-03-05 Gabe BlackCorrect a typo
2007-03-05 Gabe BlackMake the constructor (and all the other functions)...
2007-03-05 Gabe BlackVarious touch ups
2007-03-05 Gabe BlackAdded a missing include.
2007-03-05 Gabe BlackAdded a missing include.
2007-03-05 Gabe BlackFix up the remote gdb include gaurds so it doesn't...
2007-03-05 Gabe Blackx86 register file includes.
2007-03-05 Gabe BlackInclude the x86 specific traits file.
2007-03-05 Gabe BlackStub x86 Fault class which just panics.
2007-03-05 Gabe BlackA new file for x86 specific parameters. This could...
2007-03-05 Gabe BlackAdd in a declaration of class Checkpoint rather than...
2007-03-05 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-05 Nathan BinkertDon't use the exact same name as a system header #define
2007-03-04 Ali Saidiadd a sparc fs regression
2007-03-04 Ali SaidiMerge zizzer:/bk/newmem
2007-03-04 Ali SaidiAdd Iob and remove the fake device
2007-03-03 Ali SaidiImplement Niagara I/O interface and rework interrupts
2007-03-03 Nathan Binkertinclude signal.h
2007-03-03 Gabe BlackFilled in with basic x86 stuff. Some things are missing...
2007-03-03 Gabe BlackFilled in with basic x86 information. Some things are...
2007-03-03 Gabe BlackAdd build hooks for x86.
2007-03-03 Nathan BinkertMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Nathan BinkertDo the default argument stuff in python
2007-03-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Nathan BinkertFactor code out of main.cc and main.i into a bunch...
2007-03-03 Gabe BlackImplement the _llseek syscall. It's Linux only, so...
2007-03-03 Gabe BlackFix some issues with 32 bit processes.
2007-03-03 Gabe BlackKeep around which input set was used for a benchmark...
2007-03-03 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-03-03 Ali Saidimake ldtw(a) -- Twin 32 bit load work correctly --...
2007-03-02 Gabe BlackForgot to commit this new file last earlier.
2007-02-28 Gabe BlackMake the m5 psuedo instructions use the BasicOperate...
2007-02-28 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-28 Gabe BlackMake trap instructions always generate TrapInstruction...
2007-02-28 Gabe BlackThe "hostname" variable isn't used in the process class...
2007-02-27 Gabe BlackFix issue with twolf where the presence or absence...
2007-02-26 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-25 Ali SaidiMerge zizzer:/bk/newmem
2007-02-25 Ali Saidimake m5 readfile work on solaris... we can have a solar...
2007-02-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-23 Gabe BlackAli and I both made the same change and we only need...
2007-02-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-23 Ali SaidiMerge zizzer:/bk/newmem
2007-02-22 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-22 Gabe BlackMake the m5 pseudo instructions only work in FS. Also...
2007-02-22 Nathan BinkertMake it easier to turn off the remote debugger
2007-02-22 Ali SaidiMerge zizzer:/bk/newmem
2007-02-22 Nathan BinkertGet rid of the ConsoleListener SimObject and just fold the
2007-02-22 Ali Saidifix se compiling oops
2007-02-22 Nathan BinkertMake sure that all variables in the NSGigE device model are
2007-02-22 Nathan BinkertMake comments refer to ticks not cycles
2007-02-22 Ali SaidiMerge zizzer:/bk/newmem
2007-02-22 Ali Saidiadd pseduo instruction support for sparc
2007-02-22 Nathan BinkertFix compile issues on gcc 4.1.x related to namespaces.
2007-02-21 Nathan BinkertFix tracing so it starts right away if --trace-start...
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-21 Nathan BinkertAutomatically generate m5/internal/__init__.py and...
2007-02-21 Nathan BinkertFix majory brokenness in my previous MySQL commit,...
2007-02-21 Nathan Binkert#include needed for compile
2007-02-21 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-02-21 Gabe BlackUpdate 50.vortex simple-timing for 8k blk_size
2007-02-21 Gabe BlackUpdate 50.vortex simple-atomic for 8k blk_size
2007-02-21 Gabe BlackUpdate 40.perlbmk simple-timing for 8k blk_size
2007-02-21 Gabe BlackUpdate 40.perlbmk simple-atomic for 8k blk_size
2007-02-21 Gabe BlackUpdate 30.eon simple-timing for 8k blk_size. It's stran...
2007-02-19 Ali SaidiMerge zizzer:/bk/newmem
2007-02-19 Ali Saidiimplement vtophys and 32bit gdb support
2007-02-18 Nathan BinkertGet rid of the stand alone ParamContext since all of the
2007-02-18 Nathan BinkertGet rid of the Serialize and IntervalStats Param contexts
2007-02-18 Nathan BinkertThe trace_mem function is really part of the encumbered
2007-02-18 Nathan BinkertGet rid of the Statistics and Statreset ParamContexts...
2007-02-18 Nathan BinkertCheck that there is a param context list before trying
next