Age | Commit message (Expand) | Author |
2011-12-01 | SE: Don't warn when not extending stack as it's too noisy with O3. | Ali Saidi |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-10-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |
2011-10-20 | SimObject: add export_method* hooks to export C++ methods to Python | Steve Reinhardt |
2011-10-20 | scons/swig: refactor some of the scons/SWIG code | Steve Reinhardt |
2011-09-27 | Faults: Make the generic faults more consistent between SE and FS. | Gabe Black |
2011-09-26 | SE/FS: Define a const bool FullSystem which will equal FULL_SYSTEM. | Gabe Black |
2011-09-22 | event: minor cleanup | Steve Reinhardt |
2011-09-22 | pseudo_inst: clean up workbegin/workend functions | Steve Reinhardt |
2011-09-19 | Faults: Get rid of the unused isAlignmentFault and isMachineCheckFault. | Gabe Black |
2011-09-19 | Endianness: Make it easier to check the compiled in guest endianness. | Gabe Black |
2011-09-19 | PseudoInst: Make all the pseudo insts available in SE and FS. | Gabe Black |
2011-09-18 | Pseudoinst: Add an initParam pseudo inst function. | Gabe Black |
2011-09-13 | LSQ: Only trigger a memory violation with a load/load if the value changes. | Ali Saidi |
2011-09-10 | PseudoInst: Add compiler guards to pseudo_inst.hh. | Gabe Black |
2011-09-09 | Stack: Tidy up some comments, a warning, and make stack extension consistent. | Gabe Black |
2011-09-02 | TLB: comments and a helpful warning. | Lisa Hsu |
2011-07-10 | O3: Make sure fetch doesn't go off into the weeds during speculation. | Ali Saidi |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert |
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 |