Age | Commit message (Expand) | Author |
2019-03-12 | sim: Add size to array unserialization error message | Daniel R. Carvalho |
2019-01-18 | base: Fix unitialized storage | Daniel R. Carvalho |
2018-11-14 | sim: Move BitUnion overloading to show/parseParams | Giacomo Travaglini |
2018-11-14 | sim: Move paramIn/Out definition to header file | Giacomo Travaglini |
2018-10-01 | sim: Extend (UN)SERIALIZE_ARRAY to BitUnions | Giacomo Travaglini |
2018-01-20 | sim: Use the new BitUnion templates in serialize.hh. | Gabe Black |
2018-01-20 | base: Rework bitunions so they can be more flexible. | Gabe Black |
2016-11-09 | style: [patch 3/22] reduce include dependencies in some headers | Brandon Potter |
2016-10-04 | sim: Add a checkpoint function to test for entries | Andreas Sandberg |
2016-02-06 | style: fix missing spaces in control statements | Steve Reinhardt |
2015-12-04 | sim: Get rid of the non-const serialize() method | Andreas Sandberg |
2015-09-02 | sim: tag-based checkpoint versioning | Curtis Dunham |
2015-09-02 | sim: support checkpointing std::set<std::string>'s | Curtis Dunham |
2015-09-02 | sim: make warning for absent optional parameters optional | Curtis Dunham |
2015-09-01 | sim: Remove broken AutoSerialize support from the event queue | Andreas Sandberg |
2015-09-01 | sim: Remove unused SerializeBuilder interface | Andreas Sandberg |
2015-09-01 | sim: Replace fromInt/fromSimObject with decltype | Andreas Sandberg |
2015-09-01 | sim: Move SimObject resolver to sim_object.hh | Andreas Sandberg |
2015-07-24 | base: refactor process class (specifically FdMap and friends) | Brandon Potter |
2015-07-07 | sim: Add macros to serialize objects into a section | Andreas Sandberg |
2015-07-07 | sim: Fix broken event unserialization | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-07-07 | sim: Add serialization macros for std containers | Andreas Sandberg |
2015-06-01 | sim, arm: add checkpoint upgrader for d02b45a5 | Curtis Dunham |
2014-10-16 | sim: Add support for serializing BitUnionXX | Andreas Sandberg |
2014-10-16 | config: Add a --without-python option to build process | Andrew Bardsley |
2014-04-29 | arm: use condition code registers for ARM ISA | Curtis Dunham |
2014-02-05 | sim: bump checkpoint version for multiple event queues | Curtis Dunham |
2014-07-01 | util: Add DVFS perfLevel to checkpoint upgrade script | Radhika Jagtap |
2014-04-19 | ruby: recorder: Fix (de-)serializing with different cache block-sizes | Marco Elver |
2014-01-24 | arm: Add support for ARMv8 (AArch64 & AArch32) | ARM gem5 Developers |
2013-11-25 | sim: simulate with multiple threads and event queues | Steve Reinhardt ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E%2C%20Ali%20Saidi%20%3CAli.Saidi%40ARM.com%3E) |
2013-10-31 | ARM: add support for TEEHBR access | Chander Sudanthi |
2013-10-31 | dev: Fix race conditions in IDE device on newer kernels | Geoffrey Blake |
2013-08-07 | x86: add tlb checkpointing | Nilay Vaish |
2013-02-19 | scons: Add warning for missing declarations | Andreas Hansson |
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 |
2012-11-02 | sim: Move the draining interface into a separate base class | Andreas Sandberg |
2012-11-02 | ARM: dump stats and process info on context switches | Dam Sunwoo |
2012-10-15 | Mem: Separate the host and guest views of memory backing store | 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 | sim: Provide a framework for detecting out of data checkpoints and migrating ... | Ali Saidi |
2012-03-19 | gcc: Clean-up of non-C++0x compliant code, first steps | Andreas Hansson |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-02-11 | Serialization: Allow serialization of stl lists | Ali Saidi |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-07-05 | checkpointing: minor cleanup. | Steve Reinhardt |