summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-09syscall_emul: [patch 5/22] remove LiveProcess class and use Process insteadBrandon Potter
2017-02-17sparc: fix bugs caused by cd7f3a1dbf55Brandon Potter
2017-02-17sim: fix out-of-bounds error in syscall_descBrandon Potter
2017-02-15mem, stats: fix typos in CommMonitor and StatsPierre-Yves Péneau
2017-02-15mem, misc: fix building issue with CommMonitor (unused variables)Pierre-Yves Péneau
2017-02-15mem: fix assertion in respondEventWendy Elsasser
2017-02-14arm, kvm: remove KvmGicCurtis Dunham
2017-02-14arm, kvm: Automatically use the MuxingKvmGicAndreas Sandberg
2017-02-14arm, kvm: implement MuxingKvmGicCurtis Dunham
2017-02-14sim, kvm: make KvmVM a System parameterCurtis Dunham
2017-02-14sim,kvm,arm: fix typosCurtis Dunham
2017-02-14mem: Update DRAM configuration namesWendy Elsasser
2017-02-12ruby: fix round robin arbiter in garnet2.0Tushar Krishna
2017-02-11mem: fix printing of 1st cache tags lineBjoern A. Zeeb
2017-02-10x86: Fix implicit stack addressing in 64-bit modeJason Lowe-Power
2017-02-10misc: Update #!env calls for python to explicit versionJason Lowe-Power
2017-02-10misc: Add Python.h header to pyevents.hhJason Lowe-Power
2017-02-09misc: add a MasterId to the ExternalPortChristian Menard
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-09dev: net/i8254xGBe add two more wakeup registers to ignoreBjoern A. Zeeb
2017-02-09arm: AArch64 report cache size correctly when reading CTR_EL0Bjoern A. Zeeb
2017-02-07style: Force Python.h to be included before main headerAndreas Sandberg
2017-01-27proto: Fix warnings for protoc v3Nikos Nikoleris
2017-01-27riscv: Fix crash when syscall argument reg index is too highAlec Roelke
2017-01-27mem: Refactor CommMonitor stats, add basic atomic mode statsRahul Thakur
2017-01-27mem: Add memory footprint probeRahul Thakur
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas 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
2017-01-19ruby: guard usage of GPUCoalescer code in ProfilerTony Gutierrez
2017-01-19ruby: Check MessageBuffer space in garnet NetworkInterfaceMatthew Poremba
2017-01-19ruby: Add occupancy stats to MessageBuffersMatthew Poremba
2017-01-19ruby: Check all VNETs for injection in garnet NetworkInterfaceMatthew Poremba
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-03python: Don't use Swig to cast statsAndreas Sandberg
2017-01-03sim: Remove redundant export_method_cxx_predeclsAndreas Sandberg
2016-12-23sim: Fix SE mode checkpoint restore file handlingJoel Hestness
2016-12-21cpu: implement an L-TAGE branch predictorArthur Perais
2016-12-21cpu: disallow speculative update of branch predictor tables (o3)Arthur Perais
2016-12-21cpu: correct comments in tournament branch predictorArthur Perais
2016-12-21cpu: Resolve targets of predicted 'taken' decode for O3Arthur Perais
2016-12-21cpu: Clarify meaning of cachePorts variable in lsq_unit.hh of O3Arthur Perais
2016-12-20ruby: Make MessageBuffers actually finite sizedJoel Hestness
2016-12-20ruby: fix typo in DMASequencer::ackCallback()Tony Gutierrez
2016-12-20ruby: fix issue with unused var in DMASequencerTony Gutierrez