misc: Delete the now unnecessary create methods.
[gem5.git] / src / sim /
2020-10-30 Gabe Blackmisc: Delete the now unnecessary create methods.
2020-10-29 Gabe Blackarch,sim: Handle KVM SE page faults with workload events.
2020-10-29 Gabe Blackpython: Make standard Params::create() optional.
2020-10-29 Gabe Blacksim: Remove the syscall gem5 op.
2020-10-29 Gabe Blacksim: Add a new gem5 op for workload events.
2020-10-27 Gabe Blacksim: Add a missing include to sim/syscall_abi.hh.
2020-10-27 Giacomo Travaglinisim: Replace any getDTBPtr/getITBPtr usage
2020-10-23 Gabe Blackmisc: Replace enable_if<>::type with enable_if_t<>.
2020-10-22 Gabe Blackbase,sim: Move BitUnion serialization support to bituni...
2020-10-22 Gabe Blacksim: Move the serialization backend handlers to their...
2020-10-22 Gabe Blacksim: Refactor how serialization types are handled in...
2020-10-22 Gabe Blacksim: Fix API comments for optParamIn.
2020-10-22 Gabe Blacksim: Generalize the arrayParamOut and arrayParamIn...
2020-10-21 Gabe Blackmisc: Fix a few accidental transitive includes.
2020-10-21 Gabe Blacksim: Implement optParamIn using paramIn.
2020-10-19 Gabe Blackmisc: Use compiler.hh macros when available.
2020-10-14 Gabe Blackmisc: Standardize the way create() constructs SimObjects.
2020-10-09 Andreas Sandbergsim, stats: Move global stats to Root
2020-10-07 Gabe Blacksim: Add a mechanism for finding an compatible SE workload.
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-30 Sungkeun Kimsim: Adding missing argument of panic function
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-28 Earl Oubase,sim: implement a faster mutex for single thread...
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-20 Gabe Blackarch,cpu,sim: Route system calls through the workload.
2020-09-20 Gabe Blacksim: Create a Workload object for SE mode.
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-15 Gabe Blacksparc,sim: Remove special handling of SPARC in the...
2020-09-14 Andreas Sandbergstats: Move global CPU stats to BaseCPU
2020-09-14 Andreas Sandbergbase, sim, mem, arch: Remove the dummy CPU in NULL
2020-09-11 Muhammad Sarmad... misc: Update documentation of SimObject related APIs
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-09-09 Andreas Sandbergsim: Expose the system's byte order as a param
2020-09-08 Andreas Sandbergbase, sim: Make ByteOrder into a ScopedEnum accessible...
2020-09-08 Timothy Hayessim: Add HTM Generic Fault
2020-09-03 Gabe Blackarch: Use a fault to trigger system calls in SE mode.
2020-09-02 Gabe Blackmisc: Remove the "fault" parameter from syscall functions.
2020-09-01 Nikos Nikolerissim: Add missing overrides in the *Fault classes
2020-08-28 Gabe Blackmisc: Clean up usage of arch/isa_traits.hh.
2020-08-26 Gabe Blacksim: Fix up the selectFunc syscall to work with g+...
2020-08-26 Shivani Parekhsystemc,sim: Update port terminology
2020-08-25 Gabe Blackarch,cpu,sim: Get rid of the microcode ROM stub code.
2020-08-25 Gabe Blacksim: Style fixes in the base Fault classes.
2020-08-25 Gabe Blackmisc: Replace some includes of arch/isa_traits.hh.
2020-08-19 Gabe Blackmisc: Replace scalar TypedBufferArg with VPtr.
2020-08-18 Gabe Blackmisc: Rename CallbackQueue2 to CallbackQueue.
2020-08-18 Gabe Blacksim: Delete the unused PowerStateDumpCallback.
2020-08-18 Gabe Blackmisc: Make the stats callbacks use CallbackQueue2.
2020-08-18 Gabe Blackmisc: Make registerExitCallback use CallbackQueue2.
2020-08-10 Ciro Santillisim-se: don't wake up SE futex syscalls on ARM events
2020-08-10 Ciro Santillisim-se: factor out FutexMap::suspend and FutexMap:...
2020-08-10 Ciro Santillisim-se: split futex_map.cc into header and source files
2020-08-07 Ian Jiangsim: Add checkpoint parameters for VMA list
2020-08-05 Gabe Blacksim: Convert stat functions to use VPtr.
2020-07-24 Gabe Blackarch,sim,misc: Add a new m5 op "sum" which just sums...
2020-07-17 Gabe Blacksim: Add a ProxyPtr test.
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 Gabe Blacksim: Retrofit the VPtr type.
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 Blackfastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing.
2020-06-24 Gabe Blacksim: Move guts of quiesce and quiesceTick from ThreadCo...
2020-06-22 Michiel W. van Tolsim: Add faulting flag to instruction tracing interface
2020-06-19 Matthew Porembasim: Initialize stackSize and stackMin in MemState
2020-06-17 Gabe Blackarch,cpu,sim: Eliminate the now empty kernel statistics...
2020-06-17 Gabe Blackarch,kern,sim: Move the stats in Kernel::Statistics...
2020-06-16 Gabe Blacksim: Add some helpers to catch and reporting using...
2020-06-11 Gabe Blacksim: Delete an unused member in the System class.
2020-06-09 Gabe Blackarch,cpu,dev,sim,mem: Collect System thread elements...
2020-06-09 Gabe Blackarch,base,cpu,kerm,sim: Build a symbol table for object...
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-04 Gabe Blacksim,mem,dev: Merge eventq_impl.hh into eventq.hh.
2020-06-03 Gabe Blackbase,sim: Move DTRACE into base/debug.hh.
2020-06-03 Gabe Blackmisc: Make many includes explicit.
2020-06-02 Bobby R. Brucemisc: Merge branch version update into develop
2020-06-02 Bobby R. Brucemisc: Merge in 'hotfix-m5-tick-rounding-error'
2020-05-28 Bobby R. BruceMerge branch 'release-staging-v20.0.0.0' into develop
2020-05-28 Bobby R. Brucemisc: Merge branch 'release-staging-v20.0.0.0' into...
2020-05-26 Gabe Blacksim: Fix a possible memory error in copyOutStatfsBuf.
2020-05-25 Gabe Blacksim: Fix the Ticked class constructor's event wrapper.
2020-05-25 Gabe Blacksim,dev: Get rid of the global retryTime constant.
2020-05-20 Ciro Santillisim-se: implement the getcpu syscall
2020-05-19 Gabe Blackarch,base,cpu,sim: Statically allocate debugSymbolTable.
2020-05-19 Gabe Blackarch,base,cpu,kern,sim: Encapsulate symbols in a class.
2020-05-19 Bobby R. Brucemisc,sim: Tagged API methods in sim/simobject.hh
2020-05-19 Bobby R. Brucemisc,sim: Tagged API methods and variables in eventq.hh
2020-05-19 Bobby R. Brucemisc,sim: Tagged API methods in sim/serialize.hh
2020-05-19 Bobby R. Brucemisc: Tagged API methods in sim/drain.hh
2020-05-19 Bobby R. Brucemisc,sim: Fixed std::array bracket compiler error
2020-05-14 Matthew Porembasim: Fixes for mremap
2020-05-13 Mark Hildebrandmisc: Get gem5 to build with Clang 8
2020-05-12 Gabe Blackarm,x86,sim: Use the new return value suppression in...
2020-05-12 Gabe Blacksim: Convert GuestABI example signatures to comments.
2020-05-08 Nils Asmussenbase,sim: allow m5writeFile with stdout/stderr.
next