Age | Commit message (Expand) | Author |
2007-03-29 | Override addPrivateSplitL1Caches function in order to automatically set the t... | Kevin Lim |
2007-03-26 | first bit of life from the intel gigabit model | Ali Saidi |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-06 | Cleanup | Nathan Binkert |
2007-03-06 | Python parameters types need analogous C++ types | Nathan Binkert |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
2007-03-05 | Python atexit handlers are called in reverse order. | Nathan Binkert |
2007-03-03 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-03 | Add Iob and remove the fake device | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |
2007-03-03 | Do the default argument stuff in python | Nathan Binkert |
2007-03-02 | Factor code out of main.cc and main.i into a bunch of files | Nathan Binkert |
2007-02-21 | Get rid of the ConsoleListener SimObject and just fold the | Nathan Binkert |
2007-02-21 | Fix tracing so it starts right away if --trace-start is not | Nathan Binkert |
2007-02-21 | Automatically generate m5/internal/__init__.py and swig/init.cc | Nathan Binkert |
2007-02-18 | Get rid of the stand alone ParamContext since all of the | Nathan Binkert |
2007-02-18 | Get rid of the Serialize and IntervalStats Param contexts | Nathan Binkert |
2007-02-17 | Get rid of the Statistics and Statreset ParamContexts, and | Nathan Binkert |
2007-02-17 | Default to tracing being disabled in C++, it will be turned | Nathan Binkert |
2007-02-17 | Pass an exception from a python event through the event queue | Nathan Binkert |
2007-02-13 | Make mulitple consoles work and be distinguishable from each other | Ali Saidi |
2007-02-13 | Merge all of the execution trace configuration stuff into | Nathan Binkert |
2007-02-13 | Rearrange traceflags.py so that the file generation only happens if | Nathan Binkert |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2007-02-09 | Get rid of the Random context and add the support directly to python. | Nathan Binkert |
2007-02-09 | Clean up from my last commit to the trace stuff. | Nathan Binkert |
2007-02-09 | Get rid of the Trace ParamContext and give python direct | Nathan Binkert |
2007-01-31 | make sparc fs less chatty | Ali Saidi |
2007-01-25 | Move time forward to Jan 1, 2009 and update stats | Nathan Binkert |
2007-01-25 | Instead of passing an int to represent time between python and C++ | Nathan Binkert |
2007-01-21 | add dumb time of day device | Ali Saidi |
2007-01-09 | add memory mapped disk device | Ali Saidi |
2007-01-03 | set __name__ in the root m5 script to __m5_main__ so we can | Nathan Binkert |
2007-01-03 | Add 'Time' as a parameter type that can accept various | Nathan Binkert |
2006-12-29 | Merge zizzer.eecs.umich.edu:/bk/newmem | Nathan Binkert |
2006-12-29 | Formatting | Nathan Binkert |
2006-12-27 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-12-27 | Bug fixes in the TLB | Ali Saidi |
2006-12-21 | Fix copyright | Nathan Binkert |
2006-12-21 | Expose the C++ event queue to python via the python function | Nathan Binkert |
2006-12-21 | Create a wrapper function to more easily add swig stuff to the build | Nathan Binkert |
2006-12-21 | move the swig initialization calls from src/sim/main.cc to | Nathan Binkert |
2006-12-15 | small change to eliminate address range overlap. | Lisa Hsu |
2006-12-12 | Merge zizzer:/bk/newmem | Lisa Hsu |
2006-12-07 | get legion/m5 to first tlb miss fault | Ali Saidi |
2006-12-04 | More changes to get SPARC fs closer. Now at 1.2M cycles before difference | Ali Saidi |
2006-12-02 | Support better param conversions to/from numeric subclasses. | Steve Reinhardt |
2006-12-02 | Fix help strings on GenRepl params. | Steve Reinhardt |
2006-11-30 | Load the hypervisor symbols twice, once with an address mask so that we can g... | Ali Saidi |
2006-11-22 | Added a parameter to set memory to zero. This is to support Legion, and once ... | Gabe Black |