Age | Commit message (Expand) | Author |
2013-01-07 | sim: Remove unused variables | Andreas Sandberg |
2013-01-07 | arm: Remove the register mapping hack used when copying TCs | Andreas Sandberg |
2013-01-07 | arch: Move the ISA object to a separate section | Andreas Sandberg |
2013-01-07 | arch: Add support for invalidating TLBs when draining | Andreas Sandberg |
2013-01-07 | sim: Fatal if a clocked object is set to have a clock of 0 | Andreas Hansson |
2013-01-07 | config: Do not use hardcoded physmem in fs script | Andreas Hansson |
2013-01-07 | base: Add wrapped protobuf output streams | Andreas Hansson |
2013-01-04 | SPARC: Keep a copy of the current ASI in the decoder. | Gabe Black |
2012-11-16 | sim: have a curTick per eventq | Nilay Vaish |
2012-11-02 | sim: Add drain methods to request additional cleanup operations | Andreas Sandberg |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-11-02 | sim: Include object header files in SWIG interfaces | Andreas Sandberg |
2012-11-02 | ARM: dump stats and process info on context switches | Dam Sunwoo |
2012-11-02 | sim: Fix as issue where exit events on instr queues are used after freed. | Ali Saidi |
2012-10-25 | dev: Make default clock more reasonable for system and devices | Andreas Hansson |
2012-10-15 | ruby: reset timing after cache warm up | Nilay Vaish |
2012-10-15 | Port: Add protocol-agnostic ports in the port hierarchy | Andreas Hansson |
2012-10-15 | Mem: Separate the host and guest views of memory backing store | Andreas Hansson |
2012-10-15 | Checkpoint: Make system serialize call children | Andreas Hansson |
2012-10-15 | Clock: Inherit the clock from parent by default | Andreas Hansson |
2012-09-25 | Statistics: Add a function to configure periodic stats dumping | Sascha Bischoff |
2012-09-25 | ARM: Squash outstanding walks when instructions are squashed. | Ali Saidi |
2012-09-25 | sim: Move CPU-specific methods from SimObject to the BaseCPU class | Andreas Sandberg |
2012-09-25 | sim: Remove SimObject::setMemoryMode | Andreas Sandberg |
2012-09-21 | SE: Ignore FUTEX_PRIVATE_FLAG of sys_futex | Lluc Alvarez |
2012-09-10 | NetBSD: Build on NetBSD | Palle Lyckegaard |
2012-09-07 | sim: Update the SimObject documentation | Andreas Sandberg |
2012-09-07 | sim: Remove the unused SimObject::regFormulas method | Andreas Sandberg |
2012-09-07 | sim: add validation to make sure there is memory where we're loading the kernel | Krishnendra Nathella |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-27 | sim: fix overflow check in simulate because Tick is now unsigned | Anthony Gutierrez |
2012-08-27 | System: Remove redundant call to startupCPU | Nilay Vaish |
2012-08-21 | EventManager: Remove test for NULL pointer in constructor | Andreas Hansson |
2012-08-21 | Clock: Make Tick unsigned and remove UTick | Andreas Hansson |
2012-08-21 | Clock: Move the clock and related functions to ClockedObject | Andreas Hansson |
2012-08-15 | O3,ARM: fix some problems with drain/switchout functionality and add Drain DP... | Anthony Gutierrez |
2012-08-08 | System: set kernel to null, if unspecified. | Nilay Vaish |
2012-08-06 | process: add progName() virtual function | Steve Reinhardt |
2012-08-06 | syscall_emul: clean up open() code a bit. | Steve Reinhardt |
2012-08-06 | str: add an overloaded startswith() utility method | Steve Reinhardt |
2012-08-06 | syscall emulation: Clean up ioctl handling, and implement for x86. | Marc Orr |
2012-07-10 | syscall emulation: Add the futex system call. | Marc Orr |
2012-07-10 | Add hook to call map() on Process from python. | Steve Reinhardt |
2012-07-09 | EventManager: Rename queue accessor and remove cast operator | Andreas Hansson |
2012-07-09 | Fix: Address a few benign memory leaks | Andreas Hansson |
2012-06-05 | cpt: update some comments in the checkpoint migration script | Ali Saidi |
2012-06-05 | Mem: add per-master stats to physmem | Dam Sunwoo |
2012-06-05 | sim: Provide a framework for detecting out of data checkpoints and migrating ... | Ali Saidi |
2012-06-05 | sim: Remove FastAlloc | Ali Saidi |