summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2016-10-04sim: Add a checkpoint function to test for entriesAndreas Sandberg
2016-09-13sim: Refactor quiesce and remove FS assertsMichael LeBeane
2016-09-13sim, syscall_emul: Add mmap to EmulatedDriverMichael LeBeane
2016-08-05sim: fix issues with pwrite(); don't enable fstatfsTony Gutierrez
2016-08-04x86, sim: add some syscalls to X86Tony Gutierrez
2016-07-21cpu: Add SMT support to MinorCPUMitch Hayenga
2016-06-28scons: Track swig packages when loading embedded swig codeAndreas Hansson
2016-06-20sim: Added library include to fix build errors on clang-703.0.31Reiley Jeapaul
2016-06-07sim: Make clang happyAndreas Hansson
2016-06-07sim: added missing include to mathexpr.hhSergei Trofimov
2016-06-06sim: Only print the power state transition warning onceAndreas Sandberg
2016-06-06pwr: Closing power and thermal feedback loopDavid Guillen Fandos
2016-06-06sim: Adding support for power modelsDavid Guillen Fandos
2016-06-06stats: Silence unused power statsAndreas Sandberg
2016-06-06pwr: Add power states to ClockedObjectDavid Guillen Fandos
2016-06-06stats: Fixing regStats function for some SimObjectsDavid Guillen Fandos
2016-06-06sim: Call regStats of base-class as wellStephan Diestelhorst
2016-04-12misc: Appease clang...againAndreas Hansson
2016-04-07mem: Add Program Counter to MemTraceProbeVictor Garcia
2016-04-07Revert to 74c1e6513bd0 (sim: Thermal support for Linux)Andreas Sandberg
2016-04-06Revert power patch sets with unexpected interactionsAndreas Sandberg
2016-04-05power: Add support for power modelsDavid Guillen Fandos
2014-11-18power: Add power states to ClockedObjectAkash Bagdia
2015-05-12sim: Adding thermal model supportDavid Guillen Fandos
2015-12-11sim: Add additional debug information when drainingSascha Bischoff
2016-04-01sim: Fix clock_domain unserializationSascha Bischoff
2016-03-17base: add symbol support for dynamic librariesBrandon Potter
2016-03-17base: support dynamic loading of Linux ELF objects in SE modeBrandon Potter
2016-03-17syscall_emul: move mmapGrowsDown() to LiveProcessSteve Reinhardt
2016-03-17syscall_emul: fix bugs for mmap2 system call and x86-32 syscallsBrandon Potter
2016-03-17syscall_emul: extend mmap system call to support file backed mmapsBrandon Potter
2016-03-17syscall_emul: add extra debug support for syscallsAlexandru Dutu
2016-03-17syscall_emul, style: refactor lseekBrandon Potter
2016-03-17syscall_emul, style: fix newline issue inside assertBrandon Potter
2016-03-08syscall_emul: Fix erroneous use of deleteAndreas Hansson
2015-06-17sim: Add voltage() function to clocked_objectDavid Guillen Fandos
2015-11-26sim: Add support for notifying Drainable objects of a forkAndreas Sandberg
2015-11-27base: Add support for changing output directoriesAndreas Sandberg
2016-02-13syscall_emul: Implement clock_getres() system callMichael LeBeane
2016-02-06style: fix missing spaces in control statementsSteve Reinhardt
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2016-01-17sim: don't ignore SIG_TRAPSteve Reinhardt
2016-01-11scons: Enable -Wextra by defaultAndreas Hansson
2016-01-07dev: Distributed Ethernet link for distributed gem5 simulationsGabor Dozsa
2016-01-07pseudo inst,util: Add optional key to initparam pseudo instructionGabor Dozsa
2015-12-18sim: Use the old work item behavior by defaultAndreas Sandberg
2015-12-14sim: Add an option to forward work items to PythonAndreas Sandberg
2015-11-05sim: Disable gzip compression for writefile pseudo instructionSascha Bischoff
2015-12-09syscall_emul: don't check host fd when allocating target fdSteve Reinhardt
2015-12-04sim: Get rid of the non-const serialize() methodAndreas Sandberg