Age | Commit message (Expand) | Author |
2009-03-05 | stats: create an enable phase, and a prepare phase. | Nathan Binkert |
2009-01-19 | python: Rework how things are imported | Nathan Binkert |
2008-11-10 | python: Fix the reference counting for python events placed on the eventq. | Nathan Binkert |
2008-10-27 | Checkpointing: createCountedDrain function, it was only returning an Event, w... | Clint Smullen |
2008-10-10 | output: Make panic/fatal/warn more flexible so we can add some new ones. | Nathan Binkert |
2008-10-09 | eventq: Major API change for the Event and EventQueue structures. | Nathan Binkert |
2008-08-04 | Get rid of outputStream... wasn't really being used | Steve Reinhardt |
2008-08-03 | sockets: Add a function to disable all listening sockets. | Nathan Binkert |
2008-08-03 | libm5: Create a libm5 static library for embedding m5. | Nathan Binkert |
2008-07-23 | RemoteGDB: add an m5 command line option for setting or disabling remote gdb. | Michael Adler |
2008-06-24 | Automated merge with http://repo.m5sim.org/m5-stable | Ali Saidi |
2008-06-24 | Checkpoinging/SWIG: Undo part of changeset 5464 since it broke checkpointing. | Ali Saidi |
2008-06-15 | add compile flags to m5 | Nathan Binkert |
2008-06-14 | Fix various SWIG warnings | Nathan Binkert |
2008-06-13 | HG: Add compiled hg revision and date to the standard M5 output. | Ali Saidi |
2007-10-31 | String constant const-ness changes to placate g++ 4.2. | Steve Reinhardt |
2007-09-04 | Serialization: Fix unserialization of object pointers | Ali Saidi |
2007-09-04 | Config: Remove some ini file code that no longer works | Ali Saidi |
2007-08-30 | params: Deprecate old-style constructors; update most SimObject constructors. | Miles Kaufmann |
2007-08-17 | Ports: Only try to do EthPort stuff in full system. | Ali Saidi |
2007-08-16 | Devices: Make EtherInts connect in the same way memory ports currently do. | Ali Saidi |
2007-08-02 | python: Improve support for python calling back to C++ member functions. | Nathan Binkert |
2007-07-23 | Major changes to how SimObjects are created and initialized. Almost all | Nathan Binkert |
2007-06-10 | Add a function to get a SimObject's memory mode and rework | Nathan Binkert |
2007-05-19 | PhysicalMemory has vector of uniform ports instead of one special one. | Steve Reinhardt |
2007-03-06 | Move all of the parameters of the Root SimObject so they are | Nathan Binkert |
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-17 | Get rid of the Statistics and Statreset ParamContexts, and | Nathan Binkert |
2007-02-17 | Pass an exception from a python event through the event queue | 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 |
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 | move the swig initialization calls from src/sim/main.cc to | Nathan Binkert |
2006-11-13 | Expose debugBreakCycle through swig and get rid of | Nathan Binkert |