sim: Add a checkpoint function to test for entries
[gem5.git] / src / sim /
2016-10-04 Andreas Sandbergsim: Add a checkpoint function to test for entries
2016-09-14 Michael LeBeanesim: Refactor quiesce and remove FS asserts
2016-09-14 Michael LeBeanesim, syscall_emul: Add mmap to EmulatedDriver
2016-08-05 Tony Gutierrezsim: fix issues with pwrite(); don't enable fstatfs
2016-08-04 Tony Gutierrezx86, sim: add some syscalls to X86
2016-07-21 Mitch Hayengacpu: Add SMT support to MinorCPU
2016-06-28 Andreas Hanssonscons: Track swig packages when loading embedded swig...
2016-06-20 Reiley Jeapaulsim: Added library include to fix build errors on clang...
2016-06-07 Andreas Hanssonsim: Make clang happy
2016-06-07 Sergei Trofimovsim: added missing include to mathexpr.hh
2016-06-06 Andreas Sandbergsim: Only print the power state transition warning...
2016-06-06 David Guillen Fandospwr: Closing power and thermal feedback loop
2016-06-06 David Guillen Fandossim: Adding support for power models
2016-06-06 Andreas Sandbergstats: Silence unused power stats
2016-06-06 David Guillen Fandospwr: Add power states to ClockedObject
2016-06-06 David Guillen Fandosstats: Fixing regStats function for some SimObjects
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-04-12 Andreas Hanssonmisc: Appease clang...again
2016-04-07 Victor Garciamem: Add Program Counter to MemTraceProbe
2016-04-07 Andreas SandbergRevert to 74c1e6513bd0 (sim: Thermal support for Linux)
2016-04-06 Andreas SandbergRevert power patch sets with unexpected interactions
2016-04-05 David Guillen Fandospower: Add support for power models
2014-11-18 Akash Bagdiapower: Add power states to ClockedObject
2015-05-12 David Guillen Fandossim: Adding thermal model support
2015-12-11 Sascha Bischoffsim: Add additional debug information when draining
2016-04-01 Sascha Bischoffsim: Fix clock_domain unserialization
2016-03-17 Brandon Potterbase: add symbol support for dynamic libraries
2016-03-17 Brandon Potterbase: support dynamic loading of Linux ELF objects...
2016-03-17 Steve Reinhardtsyscall_emul: move mmapGrowsDown() to LiveProcess
2016-03-17 Brandon Pottersyscall_emul: fix bugs for mmap2 system call and x86...
2016-03-17 Brandon Pottersyscall_emul: extend mmap system call to support file...
2016-03-17 Alexandru Dutusyscall_emul: add extra debug support for syscalls
2016-03-17 Brandon Pottersyscall_emul, style: refactor lseek
2016-03-17 Brandon Pottersyscall_emul, style: fix newline issue inside assert
2016-03-08 Andreas Hanssonsyscall_emul: Fix erroneous use of delete
2015-06-17 David Guillen Fandossim: Add voltage() function to clocked_object
2015-11-26 Andreas Sandbergsim: Add support for notifying Drainable objects of...
2015-11-27 Andreas Sandbergbase: Add support for changing output directories
2016-02-13 Michael LeBeanesyscall_emul: Implement clock_getres() system call
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2016-01-18 Steve Reinhardtsim: don't ignore SIG_TRAP
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2016-01-07 Gabor Dozsadev: Distributed Ethernet link for distributed gem5...
2016-01-07 Gabor Dozsapseudo inst,util: Add optional key to initparam pseudo...
2015-12-18 Andreas Sandbergsim: Use the old work item behavior by default
2015-12-14 Andreas Sandbergsim: Add an option to forward work items to Python
2015-11-05 Sascha Bischoffsim: Disable gzip compression for writefile pseudo...
2015-12-09 Steve Reinhardtsyscall_emul: don't check host fd when allocating target fd
2015-12-04 Andreas Sandbergsim: Get rid of the non-const serialize() method
2015-12-04 Andreas Sandbergsim: Add support for generating back traces on errors
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-10-09 Dylan Johnsonsim: Add relative break scheduling
2015-09-02 Dylan Johnsonsim: Add ability to break at specific kernel function
2015-09-30 Mitch Hayengacpu: Change thread assignments for heterogenous SMT
2015-09-29 Joel Hestnesssyscall_emul: Bandage readlink /proc/self/exe
2015-09-25 Andreas Hanssonmem: Add PacketInfo to be used for packet probe points
2015-09-04 Andreas Hanssonsim: Fix time unit in abort message
2015-09-03 Nilay Vaishmerged with recent commits.
2015-09-02 Curtis Dunhamsim: tag-based checkpoint versioning
2015-09-02 Curtis Dunhamsim: support checkpointing std::set<std::string>'s
2015-09-02 Curtis Dunhamsim: make warning for absent optional parameters optional
2015-09-01 Andreas Sandbergsim: Remove broken AutoSerialize support from the event...
2015-09-01 Andreas Sandbergsim: Remove autoserialize support for exit events
2015-09-01 Andreas Sandbergsim: Remove unused SerializeBuilder interface
2015-09-01 Andreas Sandbergsim: Replace fromInt/fromSimObject with decltype
2015-09-01 Andreas Sandbergsim: Move SimObject resolver to sim_object.hh
2015-08-26 Emilio Castillocpu: quiesce pseudoinsts: Always do full quiesce
2015-08-11 Nilay Vaishsim: clocked object: function for converting cycles...
2015-08-07 Andreas Sandbergsim: Flag EventQueue::getCurTick() as const
2015-08-07 Andreas Sandbergsim: Split ClockedObject to make it usable to non-SimOb...
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-05 Andreas Sandbergsim: Fixup comments and constness in draining infrastru...
2015-08-04 Andreas Sandbergsim: Initialize Drainable::_drainState to the system...
2015-08-04 Andreas Sandbergmem: Add probe support to the CommMonitor
2015-08-04 Timothy Jonessim: function for testing for auto deletion
2015-08-04 Timothy Jonesuby: Fix checkpointing and restore
2015-07-20 David Hashesyscall: Add readlink to x86 with special case /proc...
2015-07-28 Nilay Vaishrevert 5af8f40d8f2c
2015-07-26 Nilay Vaishcpu: implements vector registers
2015-07-24 Brandon Potterstyle: change Process function calls to use camelCase
2015-07-24 Brandon Pottersyscall_emul: standardized file descriptor name and...
2015-07-24 Brandon Potterbase: refactor process class (specifically FdMap and...
2015-07-24 Brandon Pottersyscall_emul: file descriptor interface changes
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergsim: Move mem(Writeback|Invalidate) to SimObject
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-07 Andreas Sandbergsim: Add macros to serialize objects into a section
2015-07-07 Andreas Sandbergbase: Add serialization support to Pixels and FrameBuffer
2015-07-07 Andreas Sandbergsim: Fix broken event unserialization
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-07 Andreas Sandbergsim: Add serialization macros for std containers
2015-06-01 Curtis Dunhamsim, arm: add checkpoint upgrader for d02b45a5
2015-05-26 Giacomo Gabrielliarm: Implement some missing syscalls (SE mode)
2015-05-23 Andreas Sandbergbase: Redesign internal frame buffer handling
2015-05-15 Andreas Sandbergsim: Don't clear the active CPU vector in System::initState
2015-05-05 Steve Reinhardtsyscall_emul: fix warn_once behavior
2015-04-30 Ruslan Bukinarch, base, dev, kern, sym: FreeBSD support
next