summaryrefslogtreecommitdiff
path: root/src/sim
AgeCommit message (Expand)Author
2014-10-16arch: Use shared_ptr for all FaultsAndreas Hansson
2014-10-16dev: Use shared_ptr for Arguments::DataAndreas Hansson
2014-10-16arch,x86,mem: Dynamically determine the ISA for Ruby store checkAndreas Hansson
2014-10-16mem: Dynamically determine page bytes in memory componentsAndreas Hansson
2014-10-16cpu: Probe points for basic PMU statsAndreas Sandberg
2014-10-16sim: Add typedefs for PMU probe pointsAndreas Sandberg
2014-10-16sim: Add support for serializing BitUnionXXAndreas Sandberg
2014-10-16config: Add the ability to read a config file using C++ and PythonAndreas Hansson
2014-10-16config: Add a --without-python option to build processAndrew Bardsley
2014-10-01misc: Fix issues identified by static analysisAndreas Hansson
2014-09-27arch: Use const StaticInstPtr references where possibleAndreas Hansson
2014-09-27misc: Fix a bunch of minor issues identified by static analysisAndreas Hansson
2014-09-20alpha,arm,mips,power,x86,cpu,sim: Cleanup activate/deactivateMitch Hayenga
2014-08-12energy: Tighter checking of levels for DFS systemsStephan Diestelhorst
2014-06-16energy: Small extentions and fixes for DVFS handlerStephan Diestelhorst
2014-09-20base: Clean up redundant string functions and use C++11Andreas Hansson
2014-09-19arch: Pass faults by const reference where possibleAndreas Hansson
2014-09-19misc: Restore ostream flags where neededAndreas Hansson
2014-09-12style: Fix line continuation, especially in debug messagesAndrew Bardsley
2014-09-09sim: Automatically unregister probe listenersAndreas Sandberg
2014-09-09sim: Fix resource leak in BaseGlobalEventAndreas Sandberg
2014-09-09misc: Fix a number of unitialised variables and membersAndreas Hansson
2014-04-29arm: use condition code registers for ARM ISACurtis Dunham
2014-09-03sim: Fix checkpoint restore for TickedAndrew Bardsley
2014-09-03arch: Cleanup unused ISA traits constantsAndreas Hansson
2014-08-28mem: adding architectural page table support for SE modeAlexandru
2014-04-01mem: adding a multi-level page table classAlexandru
2014-02-05sim: bump checkpoint version for multiple event queuesCurtis Dunham
2014-08-13sim: remove kernel mapping check for baremetal workloadsDam Sunwoo
2014-08-13cpu: Don't forward declare RefCountingPtrAndreas Sandberg
2014-08-10config: Add SubSystem container for simobjectsGeoffrey Blake
2014-07-23cpu: `Minor' in-order CPU modelAndrew Bardsley
2014-07-19syscall emulation: fix fast build issueSteve Reinhardt
2014-07-18sim: remove unused MemoryModeStrings arraySteve Reinhardt
2014-07-18syscall emulation: fix DPRINTF arg ordering bugSteve Reinhardt
2014-07-01util: Add DVFS perfLevel to checkpoint upgrade scriptRadhika Jagtap
2014-06-30power: Add basic DVFS support for gem5Stephan Diestelhorst
2014-06-09sim: More rigorous clocking commentsJoel Hestness
2014-05-12syscall emulation: clean up & comment SyscallReturnSteve Reinhardt
2014-04-17sim, arm: implement more of the at variety syscallsAli Saidi
2014-05-09cpu: Allow setWhen on trace objectsAndrew Bardsley
2014-05-09arch, arm: Preserve TLB bootUncacheability when switching CPUsGeoffrey Blake
2014-04-23sim: Use correct unit for abort messageAndreas Hansson
2014-04-19ruby: recorder: Fix (de-)serializing with different cache block-sizesMarco Elver
2014-04-03sim: Add the ability to lock and migrate between event queuesAndreas Sandberg
2014-03-07scons: Fixes uninitialized warnings issued by clangMitch Hayenga
2014-03-06sim: Schedule the global sync event at curTick() + simQuantumAndreas Sandberg
2014-01-24arm: Add support for ARMv8 (AArch64 & AArch32)ARM gem5 Developers
2014-01-24sim: Add openat/fstatat syscalls and fix mremapChris Adeniyi-Jones
2014-01-24base: add support for probe points and common probesMatt Horsnell