summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
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
2015-08-26cpu: quiesce pseudoinsts: Always do full quiesceEmilio Castillo
2015-08-11sim: clocked object: function for converting cycles to ticks.Nilay Vaish
2015-08-07sim: Flag EventQueue::getCurTick() as constAndreas Sandberg
2015-08-07sim: Split ClockedObject to make it usable to non-SimObjectsAndreas Sandberg
2015-08-07base: Declare a type for context IDsAndreas Sandberg
2015-08-05sim: Fixup comments and constness in draining infrastructureAndreas Sandberg
2015-08-04sim: Initialize Drainable::_drainState to the system's stateAndreas Sandberg
2015-08-04mem: Add probe support to the CommMonitorAndreas Sandberg
2015-08-03sim: function for testing for auto deletionTimothy Jones
2015-08-03uby: Fix checkpointing and restoreTimothy Jones
2015-07-20syscall: Add readlink to x86 with special case /proc/self/exeDavid Hashe
2015-07-28revert 5af8f40d8f2cNilay Vaish
2015-07-26cpu: implements vector registersNilay Vaish
2015-07-24style: change Process function calls to use camelCaseBrandon Potter
2015-07-24syscall_emul: standardized file descriptor name and add return checks.Brandon Potter
2015-07-24base: refactor process class (specifically FdMap and friends)Brandon Potter
2015-07-24syscall_emul: file descriptor interface changesBrandon Potter
2015-07-07sim: Refactor and simplify the drain APIAndreas Sandberg
2015-07-07sim: Decouple draining from the SimObject hierarchyAndreas Sandberg
2015-07-07sim: Move mem(Writeback|Invalidate) to SimObjectAndreas Sandberg
2015-07-07sim: Make the drain state a global typed enumAndreas Sandberg