arch-mips, arch-power: removed unused stats
[gem5.git] / src / sim /
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.
2020-04-30 Nikos Nikolerissim: Inheritance fixes in varargs
2020-04-30 Nikos Nikolerissim: Fix mismatch between #ifndef and #define in varargs.hh
2020-04-30 Nikos Nikolerisarch-arm, mem-ruby, sim: Add missing overrides
2020-04-30 Gabe Blacksim: Add an option to suppress the return value in...
2020-04-29 Anouk Van Laersim-power: Addition of PowerDomains
2020-04-29 Anouk Van Laersim-power: Specify the states a PowerState object can...
2020-04-29 Anouk Van Laersim-power: Creation of PowerState class
2020-04-29 Nikos Nikolerissim-power: Fix the way the power model accesses stats
2020-04-29 Nikos Nikolerissim: Add function that returns all variables in a MathExpr
2020-04-28 Giacomo Travaglinisim, arch-arm: Restore capability of running without...
2020-04-28 Gabe Blacksim,misc: Rename M5OP_ANNOTATE to M5OP_RESERVED1.
2020-04-28 Gabe Blackutil: Further simplify the initParam implementation.
2020-04-27 Gabe Blacksim: Simplify collecting the key value in initParam.
2020-04-22 Gabe Blackbase,arch,sim,cpu: Move object file loader components...
2020-04-22 Gabe Blackconfigs,arch,sim: Move fixFuncEventAddr into the Worklo...
2020-04-22 Gabe Blackarch,sim,kern,dev,cpu: Create a Workload SimObject.
2020-04-17 Matthew Porembasim: Use off_t for mmap offset arguments
2020-04-17 Ciro Santillisim-se: add missing path redirection to mmap createObje...
2020-03-26 Gabe Blackarch,sim: Return whether or not a pseudo inst was recog...
2020-03-25 Matthew Porembasim-se: Add special paths for MPI, libnuma, ROCm support
2020-03-25 Matthew Porembasim-se: Update mmap, munmap, mremap to use MemState
2020-03-25 Matthew Porembasim-se: Switch to new MemState API
2020-03-25 Matthew Porembasim-se: Extend MemState API to use VMAs
2020-03-20 Gabe Blackarch,sim: Merge Process::syscall and Process::getDesc.
2020-03-20 Gabe Blackarch,sim: Drop the syscall number from the syscall...
2020-03-20 Gabe Blackarch,sim: Create a common structure to hold syscall...
2020-03-20 Gabe Blacksim: Get rid of the Arguments class.
2020-03-19 Matthew Porembasim-se: Implement Virtual Memory Area API
2020-03-19 Gabe Blackarch,base,cpu,dev,kern,mem,sim: Drop FS from FSTranslat...
2020-03-19 Gabe Blackarch,cpu,mem,sim: Reimplement the SE translating proxy...
2020-03-16 Gabe Blacksim: Provide an implementation for the pread64 system...
2020-03-16 Giacomo Travaglinipower: Fix regStats for PowerModel and PowerModelState
2020-03-12 Gabe Blacksim: Rename GuestABI's Position to State.
2020-03-12 Gabe Blacksim: Rename allocate in GuestABI to prepare.
2020-03-12 Gabe Blacksim: Optionally pass "position" to GuestABI::Result...
2020-03-12 Gabe Blacksim: Split up the guest_abi.hh header.
2020-03-12 Gabe Blacksim: Generalize the GuestABI Result::allocate() mechanism.
2020-03-12 Gabe Blackarch,sim: Get rid of the now unused setSyscallReturn...
2020-03-12 Gabe Blacksim: Use the new returnInto method in cloneFunc.
2020-03-12 Gabe Blacksim: Add a returnInto function to the SyscallDesc class.
2020-03-12 Gabe Blacksim: Get rid of the now unused getSyscallArg method.
2020-03-12 Gabe Blacksim: Rework the SyscallDesc to use the dumpSimcall...
2020-03-12 Gabe Blacksim: Get rid of the no longer needed DefaultSyscallABI.
2020-03-12 Gabe Blacksim: Convert the various flavors of pipe to GuestABI.
2020-03-12 Gabe Blacksim,gpu: Make ioctl unconditionally take an address...
2020-03-12 Gabe Blacksim: Clean up some constants used in some syscalls.
2020-03-12 Gabe Blacksim: Convert ftruncate64 to GuestABI.
next