Age | Commit message (Expand) | Author |
2011-05-23 | sim: style fixes in sim/process.hh | Steve Reinhardt |
2011-05-23 | syscall emul: fix Power Linux mmap constant, plus other cleanup | Steve Reinhardt |
2011-05-23 | sim: add some DPRINTFs for debugging unserialization | Steve Reinhardt |
2011-05-04 | Debug: Add a function to cause the simulator to create a checkpoint from GDB. | Ali Saidi |
2011-05-04 | Core: Add some documentation about the sim clocks. | Ali Saidi |
2011-04-19 | stats: rename stats so they can be used as python expressions | Nathan Binkert |
2011-04-15 | python: cleanup python code so stuff doesn't automatically happen at startup | Nathan Binkert |
2011-04-15 | scons: make a flexible system for guarding source files | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | debug: create a Debug namespace | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-03-29 | sim: typecast Tick to UTick for eventQ assert | Korey Sewell |
2011-03-17 | ARM: Add minimal ARM_SE support for m5threads. | Chris Emmons |
2011-03-17 | ARM: Allow conditional quiesce instructions. | Ali Saidi |
2011-02-11 | Serialization: Allow serialization of stl lists | Ali Saidi |
2011-02-11 | O3: Enhance data address translation by supporting hardware page table walkers. | Giacomo Gabrielli |
2011-02-11 | Timesync: Make sure timesync event is setup after curTick is unserialized | Ali Saidi |
2011-02-06 | m5: added work completed monitoring support | Brad Beckmann |
2011-02-06 | mcpat: Adds McPAT performance counters | Joel Hestness |
2011-02-03 | Fault: Forgot to refresh to grab these header guard updates. | Gabe Black |
2011-02-03 | Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh. | Gabe Black |
2011-01-31 | Fault: Move the definition of NoFault from faults.hh to fault.hh. | Gabe Black |
2011-01-20 | checkpointing: fix bug from curTick accessor conversion. | Steve Reinhardt |
2011-01-19 | TimeSync: Use the new setTick and getTick functions. | Gabe Black |
2011-01-19 | Time: Add a mechanism to prevent M5 from running faster than real time. | Gabe Black |
2011-01-15 | time: improve time datastructure | Nathan Binkert |
2011-01-10 | Root: Get rid of unnecessary includes in root.cc. | Gabe Black |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-07 | stats: rename StatEvent() function to schedStatEvent(). | Steve Reinhardt |
2011-01-07 | sim: clean up CountedDrainEvent slightly. | Steve Reinhardt |
2011-01-07 | sim: delete unused CheckSwapEvent code. | Steve Reinhardt |
2011-01-07 | pseudoinst: get rid of mainEventQueue references. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-07 | ARM: Support switchover with hardware table walkers | Ali Saidi |
2010-11-19 | SE: Fix simulating more than 4GB of RAM in SE mode | Ali Saidi |
2010-11-19 | SCons: Support building without an ISA | Ali Saidi |
2010-11-08 | ARM: Add checkpointing support | Ali Saidi |
2010-11-08 | sim: Use forward declarations for ports. | Ali Saidi |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-15 | GetArgument: Rework getArgument so that X86_FS compiles again. | Gabe Black |
2010-10-01 | Debug: Implement getArgument() and function skipping for ARM. | Ali Saidi |
2010-09-14 | CPU: Trim unnecessary includes from some common files. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-09-09 | init: don't build files that centralize python and swig code | Nathan Binkert |
2010-09-09 | scons: use code_formatter wherever we can in the build system | Nathan Binkert |
2010-08-25 | Tracing: Fix trace so 'Predicated False' doesn't show up | Ali Saidi |
2010-08-23 | Faults: Get rid of some commented out code in sim/faults.hh. | Gabe Black |
2010-08-23 | CPU: Make Exec trace to print predication result (if false) for memory instru... | Min Kyu Jeong |
2010-08-23 | Loader: Make the load address mask be a parameter of the system rather than a... | Ali Saidi |
2010-08-23 | Compiler: Fixes for GCC 4.5. | Ali Saidi |