summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-01config: exit with fatal() if errorPierre-Yves Péneau
2017-03-01ruby: fix and/or precedence in sliccLena Olson
2017-03-01scons: Automatically add a git commit message hookAndreas Sandberg
2017-02-27syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s...Brandon Potter
2017-02-27syscall_emul: [patch 14/22] adds identifier system callsBrandon Potter
2017-02-27x86: remove unnecessary parameter from functionsBrandon Potter
2017-02-27gpu-compute: remove unnecessary member from classTony Gutierrez
2017-02-27gpu-compute: mark functions with override if replacing virtualBrandon Potter
2017-02-27arch: Include generated decoder header after normal headersAndreas Sandberg
2017-02-27base: Refactor logging to make log level selection cleanerAndreas Sandberg
2017-02-27tests: Disable descriptions in stat filesAndreas Sandberg
2017-02-27python: Add a generalized mechanism to configure statsAndreas Sandberg
2015-07-20syscall_emul: [patch 13/22] add system call retry capabilityBrandon Potter
2015-07-20style: [patch 12/22] fix preliminary style issues for subsequent fault patchBrandon Potter
2015-07-20syscall_emul: [patch 11/22] extend functionality of fcntlBrandon Potter
2017-02-23x86: remove redundant condition check in tlb codeBrandon Potter
2017-02-23base: fix small memory leak in the ELF loaderBrandon Potter
2017-02-21mem: Remove unused size field from the CacheBlk classNikos Nikoleris
2017-02-21mem: Remove the unused asid field from the CacheBlk classNikos Nikoleris
2017-02-21mem: Remove unused arguments (asid/contex_id) from accessBlockNikos Nikoleris
2017-02-21mem: Remove unused type BlkList from the cache and the tagsNikos Nikoleris
2017-02-21mem: Remove unused functions from the tag classesNikos Nikoleris
2017-02-21mem: Always use the helper function to invalidate a blockNikos Nikoleris
2017-02-21mem: Fix MSHR assert triggering for invalidated prefetchesSascha Bischoff
2017-02-21mem: Populate the secure flag in the writeback visitorNikos Nikoleris
2017-02-21misc: Add dtb files to the ignore list for git and mercurialNikos Nikoleris
2017-02-21mem: Remove stale argument from a panic statementNikos Nikoleris
2017-02-21arm: Fix DPRINTFs with arguments in the instruction declarationsNikos Nikoleris
2017-02-21arm: Blame the right instruction address on a Prefetch AbortNikos Nikoleris
2017-02-19stats: Get all stats updated to reflect current behaviourAndreas Hansson
2017-02-19sim: Ensure draining is deterministicAndreas Hansson
2017-02-19mem: Ensure deferred snoops are cache-line alignedAndreas Hansson
2017-02-19mem: Fix memory footprint includesAndreas Hansson
2016-11-09syscall_emul: [patch 10/22] refactor fdentry and add fdarray classBrandon Potter
2016-11-09syscall_emul: [patch 9/22] remove unused global variable (num_processes)Brandon Potter
2016-11-09syscall_emul: [patch 8/22] refactor process classBrandon Potter
2016-11-09syscall_emul: [patch 7/22] remove numCpus methodBrandon Potter
2016-11-09syscall_emul: [patch 6/22] remove unused fields from Process classBrandon Potter
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,config: Add dist-gem5 support to the big.LITTLE(tm) configGabor Dozsa
2017-02-14config: Refactor the network switch configuration fileGabor Dozsa
2017-02-14arm,config: Refactor the example big.LITTLE(tm) configurationGabor Dozsa
2017-02-14arm, kvm: remove KvmGicCurtis Dunham
2017-02-14arm, kvm: Automatically use the MuxingKvmGicAndreas Sandberg
2017-02-14arm, kvm: implement MuxingKvmGicCurtis Dunham