tests: arch-power: Add 64-bit hello binaries
[gem5.git] / src / sim /
2021-02-10 Hoa Nguyensim: Add units to src/sim
2021-02-09 Gabe Blacksim: Get rid of the IsConforming type trait template.
2021-02-09 Gabe Blackarch,sim: Use VPtr<> instead of Addr in system call...
2021-02-06 Gabe Blacksim: Add a void * analogue to VPtr.
2021-02-06 Gabe Blackarch,sim: Add a UintPtr type to the ABI types for GuestABI.
2021-02-03 Bobby R. Brucemisc: Merge branch v20.1.0.3 hotfix into develop
2021-02-03 Daniel R. Carvalhosim: Move cur tick to its own files
2021-02-02 Gabe Blackext: Update pybind11 to version 2.6.2.
2021-01-31 Sooraj Puthoordev-hsa: enable interruptible hsa signal support
2021-01-30 Gabe Blacksim: Eliminate the generic PseudoInstABI.
2021-01-28 Gabe Blackarch,base,mem,sim: Fix style in base/types.hh and remov...
2021-01-27 Richard Coopersim: Fix compilation error for debug builds.
2021-01-27 Hoa Nguyencpu,mem,sim: Use ADD_STAT macro where possible
2021-01-27 Gabe Blackbase,cpu,sim: Stop "using namespace TheISA".
2021-01-26 Andreas Sandbergsim: Use the Temperature type in power/thermal models
2021-01-26 Andreas Sandbergsim: Use the Temperature param type
2021-01-24 Andreas Sandbergsim: Consistently use ISO prefixes
2021-01-23 Gabe Blacksim: Stop "using namespace std"
2021-01-22 Jiayi Huangsim-se: Handle simultaneous page faults in SE-mode...
2021-01-22 Ciro Santillisim,base: make checkpointMapIn warn if an unknown key...
2021-01-20 Andreas Sandbergsim: Don't serialise params in thermal models
2021-01-20 Andreas Sandbergsim: Thermal model style fixes
2021-01-15 Daniel R. Carvalhomisc: Fix some includes
2021-01-15 Hoa Nguyensim: Rename the root stats group to RootStats
2021-01-14 Gabe Blacksim: Break the eventq.hh dependency in core.hh.
2020-12-22 Hoa Nguyensim: Update stats style of System and Process
2020-12-16 Daniel R. Carvalhosim: Add a listener checker to probes
2020-12-15 Gabe Blackx86,sim: Remove special handling for KVM in the clone...
2020-12-15 Gabe Blacksim: Remove full system checks from some pseudo insts.
2020-12-03 Giacomo Travaglinicpu, sim: Remove unused System::totalNumInst
2020-11-26 Ciro Santillisim: make ProbeListener satisfy the rule of five with...
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-24 Bobby R. Brucesim: ScopedCheckpointSection to public for mappingParamIn
2020-11-23 Ciro Santillisim: create SERIALIZE_MAPPING and UNSERIALIZE_MAPPING
2020-11-20 Hoa Nguyensim,stats: Update stats style for power_model and therm...
2020-11-19 Xiongfeicpu-minor: this is a bug fix for MinorCPU for thread...
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-11-06 Gabe Blackmem,sim: Get the page size from the page table in SE...
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
next