systemc: Implement most of sc_object.
[gem5.git] / src / sim / system.cc
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
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-03-09 Ali SaidiSystem: Move code in initState() back into constructor...
2012-02-24 Andreas HanssonMEM: Make port proxies use references rather than pointers
2012-02-12 Ali Saidimem: Add a master ID to each request object.
2012-02-10 Nilay Vaishsim/system: initialize the pagePtr variable
2012-02-03 Gabe BlackSystem: Forgot to qrefresh with my last change.
2012-02-03 Gabe BlackSystem: Fix the check which detects running out of...
2012-02-01 Gabe BlackMerge ... head, hopefully the last time for this batch.
2012-01-31 Gabe BlackMerge with main repository.
2012-01-29 Gabe BlackYet another merge with the main repository.
2012-01-29 Gabe BlackImplement Ali's review feedback.
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports
2012-01-17 Andreas HanssonMEM: Add the system port as a central access point
2012-01-10 Prakash Ramrakhyanisim: Enable sampling of run-time for code-sections...
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2011-10-30 Gabe BlackSE/FS: Make the system object more consistent between...
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-16 Gabe BlackSE/FS: Make some system funcs available in SE and FS.
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-02-07 Brad Beckmannm5: added work completed monitoring support
2011-02-07 Joel Hestnessmcpat: Adds McPAT performance counters
2010-11-20 Ali SaidiSE: Fix simulating more than 4GB of RAM in SE mode
2010-11-08 Ali SaidiARM: Add checkpointing support
2010-11-08 Ali Saidisim: Use forward declarations for ports.
2010-08-23 Ali SaidiLoader: Make the load address mask be a parameter of...
2010-06-03 Steve ReinhardtMinor remote GDB cleanup.
2010-01-19 Derek Howermerge
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-04-15 Steve ReinhardtGet rid of the Unallocated thread context state.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-01-31 Ali SaidiErrors: Use the correct panic/warn/fatal/info message...
2009-01-17 Ali SaidiFix issue 326: glibc non-deterministic because it reads...
2008-11-05 Lisa HsuRight now a single thread cpu 1 could get assigned...
2008-11-03 Lisa HsuAdd in Context IDs to the simulator. From now on,...
2008-11-03 Lisa HsuMake it so that all thread contexts are registered...
2008-11-03 Lisa Hsumake BaseCPU the provider of _cpuId, and cpuId() instea...
2008-08-11 Nathan Binkertparams: Get rid of the remnants of the old style parame...
2008-07-23 Michael AdlerRemoteGDB: add an m5 command line option for setting...
2007-11-15 Korey Sewellmerge Ali's config change...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Korey SewellAdd in files from merge-bare-iron, get them compiling...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-26 Ali SaidiSE: Fix page table and system serialization, don't...
2007-08-30 Miles Kaufmannparams: Deprecate old-style constructors; update most...
2007-08-28 Gabe BlackMerge with head.
next