mem: Use the new unbound port reporting mechanism in the mem ports.
[gem5.git] / src / sim /
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.
2020-03-12 Gabe Blacksim: Remove the get*PseudoFunc handlers.
2020-03-12 Gabe Blacksim: Add GenericSyscallABI structs which can be used...
2020-03-12 Gabe Blacksim: Make SyscallReturn handle extra/"pseudo" return...
2020-03-12 Gabe Blacksim: Remove ISA specific KVM handling of the return...
2020-03-12 Gabe Blackarch,sim: Convert clone to GuestABI and define a cloneB...
2020-03-12 Gabe Blacksim: Use variadic GuestABI arguments in a few additiona...
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-03-09 Gabe Blackbase,cpu,sim: Stop including arch/vtophys.hh when not...
2020-02-27 Gabe Blacksim,arch: Move code that waits for a GDB connection...
2020-02-26 Bobby R. BruceMerge "misc: merge branch 'release-staging-v19.0.0...
2020-02-26 Ciro Santillisim: print --debug-flag Event execution and instance ID
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-20 Jason Lowe-Powersim: Fix pseudo instruction parameter loading
2020-02-18 Gabe Blacksim: Delete authors lists from files in sim.
2020-02-13 Gabe Blacksim: Remove mention of alpha.
2020-02-08 Gabe Blackarch,sim: Replace setuidFunc with ignoreFunc.
2020-02-08 Gabe Blacksim: Convert most of the common syscalls to use the...
2020-02-08 Gabe Blacksim: Use the Guest ABI mechanism in writeFunc.
2020-02-08 Gabe Blacksim: Add a transitional syscall ABI which defers to...
2020-02-07 Gabe Blacksim: Add a function for decoding the field(s) of an...
2020-02-07 Gabe Blackarch,sim: Use _m5opRange in System::allocPhysPages.
2020-02-07 Gabe Blacksim: Add a typetraits style mechanism to test for VarArgs.
2020-02-06 Gabe Blacksim: Make it possible for a GuestABI to init its Positi...
2020-02-01 Gabe Blackarch,sim: Merge initCPU into the ISA System classes.
next