summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27misc: Add support for switching multiple cores in SystemCPaul Rosenfeld
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-09misc: fixes deprecated sc_time function for SystemC 2.3.1Matthias Jung
2017-01-09misc: Documentation UpdateMatthias Jung
2017-01-09config: Fix missing include in fs.pyMatthias Jung
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
2017-01-03util: Add maintainer tools to create upstream patchesAndreas 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
2016-12-19dist, dev: fix etherswitch upgrade scriptCurtis Dunham
2016-12-19stats: update referencesCurtis Dunham
2016-12-19arm: provide correct timer availability in ID_PFR1 registerCurtis Dunham
2016-12-19arm: compute ID_AA64PFR{0,1}_EL1 registersCurtis Dunham
2016-12-19arm: compute ID_PFR{0,1} registersCurtis Dunham
2016-12-19arm: miscreg refactoringCurtis Dunham
2016-12-19arm: audit SCTLRCurtis Dunham
2016-12-19arm: remove SCTLR.FICurtis Dunham
2016-12-19arm: update AArch{64,32} register mappingsCurtis Dunham
2016-12-19mem: Make the BaseXBar public to not confuse Python wrappersAndreas Sandberg
2016-12-19python: Export periodicStatDumpAndreas Sandberg
2016-12-19dev: Include DmaDevice in NULL buildsAndreas Sandberg
2016-12-19python: Fix incorrect header in the DmaDevice wrapperAndreas Sandberg
2016-12-19sim: Remove redundant buildEnv importAndreas Sandberg
2016-12-15ruby: Detect garnet network-level deadlock.Jieming Yin
2016-11-09base: remove header file to prevent a macro name collisionBrandon Potter
2016-12-15syscall_emul: implement fallocateBrandon Potter