sim-se: Add default to SyscallDesc constructor
[gem5.git] / src / sim / system.hh
2017-11-16 Andreas Sandbergsim: Add an option to load additional kernel objects
2017-07-05 Curtis Dunhamkvm: move Kvm check from ARM Kvm GIC to System
2017-03-09 Brandon Pottersyscall-emul: Rewrite system call exit code
2017-03-09 Brandon Pottersyscall-emul: Adds SE mode signal feature
2017-02-27 Brandon Pottersyscall_emul: [patch 14/22] adds identifier 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 3/22] reduce include dependencies in...
2015-05-12 David Guillen Fandossim: Adding thermal model support
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
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: Refactor the serialization base class
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2014-10-20 Andreas Hanssonx86: Fixes to avoid LTO warnings
2014-10-16 Andreas Hanssonarch,x86,mem: Dynamically determine the ISA for Ruby...
2014-10-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-07-19 Steve Reinhardtsim: remove unused MemoryModeStrings array
2014-01-24 ARM gem5 Developersarm: Add support for ARMv8 (AArch64 & AArch32)
2013-09-05 Andreas Hanssonsim: Fix clang warning for unused variable
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-04-22 Andreas Sandbergsim: Add helper functions that add PCEvents with custom...
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
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 HanssonCheckpoint: Make system serialize call children
2012-07-11 Marc Orrsyscall emulation: Add the futex system call.
2012-05-01 Andreas HanssonMEM: Separate requests and responses for timing accesses
2012-04-14 Andreas HanssonMEM: Separate snoops and normal memory requests/responses
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-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-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-28 Gabe BlackMerge with the main repo.
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-17 Andreas HanssonMEM: Separate queries for snooping and address ranges
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-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
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-09-30 Gabe BlackSE/FS: Remove System::platform and Platform::intrFrequency.
2011-07-10 Ali SaidiO3: Make sure fetch doesn't go off into the weeds durin...
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-01-19 Derek Howermerge
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-06-05 Nathan Binkerttypes: clean up types, especially signed vs unsigned
2009-05-26 Nathan Binkerttypes: add a type for thread IDs and try to use it...
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-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...
2007-08-28 Gabe BlackMerge with head.
2007-08-27 Gabe BlackAddress Translation: Make SE mode use an actual TLB...
2007-07-27 Nathan BinkertMerge python and x86 changes with cache branch
2007-07-24 Gabe BlackMerge with head.
2007-07-24 Nathan BinkertMajor changes to how SimObjects are created and initial...
2007-02-01 Lisa HsuMerge zizzer:/bk/newmem
2007-01-29 Ali SaidiMerge zizzer:/bk/newmem
2007-01-28 Gabe BlackMerge zizzer:/bk/newmem
2007-01-28 Gabe BlackMerge zizzer:/bk/newmem
2007-01-27 Gabe BlackMerge zizzer:/bk/newmem
2007-01-25 Gabe BlackMerge zizzer:/bk/newmem
2007-01-23 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2007-01-03 Gabe BlackMerge zizzer:/bk/newmem
2006-12-20 Gabe BlackInitial work to make remote gdb available in SE mode...
2006-11-10 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-09 Kevin LimMerge ktlim@zizzer:/bk/newmem
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-08 Gabe BlackMerge zeep.eecs.umich.edu:/home/gblack/m5/newmem
2006-11-07 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem/
2006-11-06 Gabe BlackRemote GDB support has been changed to use inheritance...
2006-10-16 Gabe BlackMerge zizzer.eecs.umich.edu:/bk/newmem
2006-10-13 Ron DreslinskiMerge zizzer:/bk/newmem
2006-10-12 Lisa HsuMerge zizzer:/bk/newmem
2006-10-11 Lisa Hsusince memoryMode was put into the System (from SimObjec...
next