summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
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
2015-12-04sim: Add support for generating back traces on errorsAndreas Sandberg
2015-10-12misc: Add explicit overrides and fix other clang >= 3.5 issuesAndreas Hansson
2015-10-12misc: Remove redundant compiler-specific definesAndreas Hansson
2015-10-09sim: Add relative break schedulingDylan Johnson
2015-09-02sim: Add ability to break at specific kernel functionDylan Johnson
2015-09-30cpu: Change thread assignments for heterogenous SMTMitch Hayenga
2015-09-29syscall_emul: Bandage readlink /proc/self/exeJoel Hestness
2015-09-25mem: Add PacketInfo to be used for packet probe pointsAndreas Hansson
2015-09-04sim: Fix time unit in abort messageAndreas Hansson
2015-09-02sim: tag-based checkpoint versioningCurtis Dunham
2015-09-02sim: support checkpointing std::set<std::string>'sCurtis Dunham
2015-09-02sim: make warning for absent optional parameters optionalCurtis Dunham
2015-09-01sim: Remove broken AutoSerialize support from the event queueAndreas Sandberg
2015-09-01sim: Remove autoserialize support for exit eventsAndreas Sandberg
2015-09-01sim: Remove unused SerializeBuilder interfaceAndreas Sandberg
2015-09-01sim: Replace fromInt/fromSimObject with decltypeAndreas Sandberg
2015-09-01sim: Move SimObject resolver to sim_object.hhAndreas Sandberg