tests: arch-power: Add 64-bit hello binaries
[gem5.git] / src / sim / system.cc
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-01-27 Gabe Blackbase,cpu,sim: Stop "using namespace TheISA".
2021-01-23 Gabe Blacksim: Stop "using namespace std"
2020-12-22 Hoa Nguyensim: Update stats style of System and Process
2020-12-03 Giacomo Travaglinicpu, sim: Remove unused System::totalNumInst
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-25 Gabe Blacksim: Remove check whether the System port is connected.
2020-09-25 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-22 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-17 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-15 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-07-16 Bobby R. Brucesim: Added M5_VAR_USED to unused `cpu` var
2020-07-08 Boris Shingarovmem: Optionally share the backing store
2020-07-06 Tony Gutierrezsim: Add M5_VAR_USED to var used in dprint
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-07-01 Matthew Porembamem-ruby: Support device memories
2020-06-25 Giacomo Travaglinisim: Fix -Werror=maybe-uninitialized in system.cc
2020-06-24 Gabe Blacksim: Move guts of quiesce and quiesceTick from ThreadCo...
2020-06-17 Gabe Blackarch,cpu,sim: Eliminate the now empty kernel statistics...
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-02-27 Gabe Blacksim,arch: Move code that waits for a GDB connection...
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blacksim: Delete authors lists from files in sim.
2020-02-07 Gabe Blackarch,sim: Use _m5opRange in System::allocPhysPages.
2020-02-01 Gabe Blackarch,sim: Merge initCPU into the ISA System classes.
2020-02-01 Gabe Blackarch,sim: Merge initCPU and startupCPU.
2020-02-01 Gabe Blacksim,cpu: Move the call to initCPU into System.
2020-01-23 Gabe Blacksim: Move findFreeContext to System.
2020-01-07 Gabe Blackarch,sim: Promote the m5ops_base param to the System...
2019-12-18 Adrian Herrerasim: kernelExtras optional load addresses
2019-12-16 Adrian Herrerasim: kernelExtras if no kernel provided
2019-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-10-25 Gabe Blackcpu,sim: Delegate PCEvent scheduling from Systems to...
2019-10-25 Gabe Blackcpu,sim: Get rid of a bunch of conditional compilation...
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-25 David Hashesim-se: add a faux-filesystem
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-02-08 Tuan Tasim,cpu: make exit_group halt all threads in a group
2018-09-07 Giacomo Travaglinisim: Add System method for MasterID lookup
2018-05-09 Giacomo Travaglinisim: Remove trailing dot when assigning a master's...
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-02-09 Giacomo Travaglinisim: Remove _numContexts member in System class
2018-01-20 Gabe Blacksim, arch, base: Refactor the base remote GDB class.
2018-01-16 Gabe Blacksim: Simplify registerThreadContext a little bit.
2017-11-17 Geoffrey Blakesim: Implement load_addr_mask auto-calculation
2017-11-16 Andreas Sandbergsim: Add an option to load additional kernel objects
2017-07-12 Jose Marinhocpu, sim: Add param to force CPUs to wait for GDB
2017-07-05 Curtis Dunhamkvm: move Kvm check from ARM Kvm GIC to System
2017-02-14 Curtis Dunhamsim, kvm: make KvmVM a System parameter
2017-02-14 Curtis Dunhamsim,kvm,arm: fix typos
2016-11-09 Brandon Pottersyscall_emul: [patch 4/22] remove redundant M5_pid...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2015-05-12 David Guillen Fandossim: Adding thermal model support
2015-09-30 Mitch Hayengacpu: Change thread assignments for heterogenous SMT
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-05-15 Andreas Sandbergsim: Don't clear the active CPU vector in System::initState
2015-02-16 Andreas Hanssonmem: mmap the backing store with MAP_NORESERVE
2014-11-24 Alexandru Dutukvm, x86: Adding support for SE mode execution
2014-10-20 Andreas Hanssonx86: Fixes to avoid LTO warnings
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-09-19 Andreas Hanssonmisc: Restore ostream flags where needed
2014-09-12 Andrew Bardsleystyle: Fix line continuation, especially in debug messages
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-08-13 Dam Sunwoosim: remove kernel mapping check for baremetal workloads
2014-07-19 Steve Reinhardtsim: remove unused MemoryModeStrings array
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-09-04 Andreas Hanssonalpha: Move system virtProxy to Alpha only
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-10-15 Andreas HanssonPort: Add protocol-agnostic ports in the port hierarchy
2012-10-15 Andreas HanssonMem: Separate the host and guest views of memory backin...
2012-10-15 Andreas HanssonCheckpoint: Make system serialize call children
2012-09-07 Krishnendra Nathellasim: add validation to make sure there is memory where...
2012-08-27 Nilay VaishSystem: Remove redundant call to startupCPU
2012-08-08 Nilay VaishSystem: set kernel to null, if unspecified.
2012-08-06 Steve Reinhardtstr: add an overloaded startswith() utility method
2012-06-05 Dam SunwooMem: add per-master stats to physmem
2012-05-15 Lena OlsonMem: Fix size check when allocating physical memory
2012-05-10 Ali Saidistats: track if the stats have been enabled and prevent...
2012-04-06 Andreas HanssonMEM: Enable multiple distributed generalized memories
next