Age | Commit message (Expand) | Author |
2015-08-07 | base: Declare a type for context IDs | Andreas Sandberg |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Make the drain state a global typed enum | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-05-15 | sim: Don't clear the active CPU vector in System::initState | Andreas Sandberg |
2015-02-16 | mem: mmap the backing store with MAP_NORESERVE | Andreas Hansson |
2014-11-23 | kvm, x86: Adding support for SE mode execution | Alexandru Dutu |
2014-10-20 | x86: Fixes to avoid LTO warnings | Andreas Hansson |
2014-10-16 | mem: Dynamically determine page bytes in memory components | Andreas Hansson |
2014-09-19 | misc: Restore ostream flags where needed | Andreas Hansson |
2014-09-12 | style: Fix line continuation, especially in debug messages | Andrew Bardsley |
2014-09-09 | misc: Fix a number of unitialised variables and members | Andreas Hansson |
2014-09-03 | arch: Cleanup unused ISA traits constants | Andreas Hansson |
2014-08-13 | sim: remove kernel mapping check for baremetal workloads | Dam Sunwoo |
2014-07-18 | sim: remove unused MemoryModeStrings array | Steve Reinhardt |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-09-04 | arch: Resurrect the NOISA build target and rename it NULL | Andreas Hansson |
2013-09-04 | alpha: Move system virtProxy to Alpha only | Andreas Hansson |
2013-07-18 | mem: Set the cache line size on a system level | Andreas Hansson |
2013-02-15 | sim: Add a system-global option to bypass caches | Andreas Sandberg |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
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-09-07 | sim: add validation to make sure there is memory where we're loading the kernel | Krishnendra Nathella |
2012-08-27 | System: Remove redundant call to startupCPU | Nilay Vaish |
2012-08-08 | System: set kernel to null, if unspecified. | Nilay Vaish |
2012-08-06 | str: add an overloaded startswith() utility method | Steve Reinhardt |
2012-06-05 | Mem: add per-master stats to physmem | Dam Sunwoo |
2012-05-14 | Mem: Fix size check when allocating physical memory | Lena Olson |
2012-05-10 | stats: track if the stats have been enabled and prevent requesting master id | Ali Saidi |
2012-04-06 | MEM: Enable multiple distributed generalized memories | Andreas Hansson |
2012-03-30 | MEM: Introduce the master/slave port sub-classes in C++ | William Wang |
2012-03-09 | System: Move code in initState() back into constructor whenever possible. | Ali Saidi |
2012-02-24 | MEM: Make port proxies use references rather than pointers | Andreas Hansson |
2012-02-12 | mem: Add a master ID to each request object. | Ali Saidi |
2012-02-10 | sim/system: initialize the pagePtr variable | Nilay Vaish |
2012-02-03 | System: Forgot to qrefresh with my last change. | Gabe Black |
2012-02-02 | System: Fix the check which detects running out of physical memory. | Gabe Black |
2012-01-29 | Implement Ali's review feedback. | Gabe Black |
2012-01-28 | Merge with the main repo. | Gabe Black |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |
2012-01-17 | MEM: Add port proxies instead of non-structural ports | Andreas Hansson |
2012-01-17 | MEM: Add the system port as a central access point | Andreas Hansson |
2012-01-09 | sim: Enable sampling of run-time for code-sections marked using pseudo insts. | Prakash Ramrakhyani |
2012-01-07 | Merge with main repository. | Gabe Black |
2011-10-30 | SE/FS: Make the system object more consistent between SE and FS. | Gabe Black |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-10-16 | SE/FS: Make some system funcs available in SE and FS. | Gabe Black |
2011-07-10 | O3: Make sure fetch doesn't go off into the weeds during speculation. | Ali Saidi |