summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2017-02-09misc: Fix order of object construction in the CxxConfigManagerChristian Menard
2017-02-09sim: fix build breakage in process.cc after brandon@11801Bjoern A. Zeeb
2017-02-09sim: Patch to fix the statfs buildBjoern A. Zeeb
2017-02-07style: Force Python.h to be included before main headerAndreas Sandberg
2016-11-09syscall_emul: [patch 4/22] remove redundant M5_pid field from processBrandon Potter
2016-11-09style: [patch 3/22] reduce include dependencies in some headersBrandon Potter
2017-01-20syscall_emul: #ifdef new system calls to allow builds on OSX and BSDBrandon Potter
2016-11-09syscall_emul: [patch 2/22] move SyscallDesc into its own .hh and .ccBrandon Potter
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2017-01-03sim: Remove declaration of unused CountedDrainEventAndreas Sandberg
2017-01-03sim: Remove redundant export_method_cxx_predeclsAndreas Sandberg
2016-12-23sim: Fix SE mode checkpoint restore file handlingJoel Hestness
2016-12-19sim: Remove redundant buildEnv importAndreas Sandberg
2016-12-15syscall_emul: implement fallocateBrandon Potter
2016-12-15syscall_emul: add support for x86 statfs system callsBrandon Potter
2016-12-15syscall_emul: extend sysinfo system call to include mem_unitBrandon Potter
2016-11-30arch: [Patch 1/5] Added RISC-V base instruction set RV64IAlec Roelke
2016-11-17alpha: Remove ALPHA tru64 support and associated testsAndreas Hansson
2016-10-26dev: Add m5 op to toggle synchronization for dist-gem5.Michael LeBeane
2016-10-15syscall: read() should not write anything if reading EOF.Nicolas Derumigny
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