dev-arm: RealView, add support for off-chip memory
[gem5.git] / src / sim /
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.
2020-02-01 Gabe Blackarch,sim: Merge initCPU and startupCPU.
2020-02-01 Gabe Blacksim,cpu: Move the call to initCPU into System.
2020-01-25 Gabe Blacksim: Add a GuestABI mechanism to allocate space for...
2020-01-23 Gabe Blacksim: Move findFreeContext to System.
2020-01-23 Gabe Blacksim: Eliminate the breakAtKernelFunction function.
2020-01-13 Gabe Blacksim: Add a dumpSimcall mechanism to GuestABI.
2020-01-13 Gabe Blacksim: Add a unit test for the GuestABI mechanism.
2020-01-13 Gabe Blacksim: Implement a varargs like mechanism for GuestABI...
2020-01-07 Gabe Blackarch,sim: Promote the m5ops_base param to the System...
2020-01-07 Gabe Blackarch,sim: Stop decoding the pseudo inst subfunc value.
2020-01-06 Gabe Blackarch,sim: Use the guest ABI mechanism with pseudo instr...
2020-01-03 Yu-hsin Wangsim: Move destructor of Port to public
2019-12-18 Adrian Herrerasim: kernelExtras optional load addresses
2019-12-17 Gabe Blacksim: Include some required headers in the syscall debug...
2019-12-16 Adrian Herrerasim: kernelExtras if no kernel provided
2019-12-10 Gabe Blacksim,arch: Collapse the ISA specific versions of m5Syscall.
2019-12-10 Gabe Blackarch,cpu,sim: Push syscall number determination up...
2019-12-10 Gabe Blackarch: Get rid of the now unused setSyscallArg.
2019-12-10 Gabe Blacksim: Add a wrapper/subclass for SyscallDesc which uses...
2019-12-10 Gabe Blacksim: Add a mechanism to translate ABIs to call host...
2019-12-10 Gabe Blacksim: Get rid of the now unused SyscallDesc flags and...
2019-12-10 Gabe Blacksim: Reintroduce the ignoreWarnOnceFunc syscall handler.
2019-12-10 Gabe Blacksim: Make the syscalls use the SyscallReturn suppressio...
2019-12-04 Gabe Blacksim: Add a suppression mechanism to the SyscallReturn...
2019-12-04 Gabe Blacksim: Small style fixes in sim/syscall_return.hh.
2019-12-04 Gabe Blacksim: Change the syscall executor to a std::function.
2019-12-03 Giacomo Travaglinisim-se: Avoid function overloading for syscall implemen...
2019-11-27 Giacomo Travaglinisim-se: Check Path redirection when mmapping
2019-11-26 Ciro Santillisim: prefix --debug-flags Event logs with the flag...
2019-11-25 Ciro Santillisim-se: don't wake up threads that are halted on futex
2019-11-21 Giacomo Travaglinibase: Remove tests making use of Big/LittleEndianOrder...
2019-11-20 Brandon Potterbase,tests: Expanded GTests for addr_range.hh
2019-11-18 Gabe Blackarch: Get rid of the (Big|Little)EndianGuest namespaces.
2019-11-16 Bobby R. Brucetests: Added GTests for byteswap.hh
2019-10-30 Gabe Blackarch,sim: Make copyStringArray take an explicit endianness.
2019-10-30 Gabe Blacksim: Use the system and OS to get endianness.
2019-10-30 Gabe Blacksim: Add a getGuestByteOrder accessor to the system...
2019-10-25 Gabe Blackcpu,sim: Delegate PCEvent scheduling from Systems to...
2019-10-25 Gabe Blackcpu,sim: Get rid of a bunch of conditional compilation...
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-24 Ciro Santillicpu, sim-se: don't wake up threads that are awake in...
2019-10-24 Ciro Santillisim-se: fix futexFunc TGT_FUTEX_WAIT always selects...
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-03 Jason Lowe-Powersim-se: Fix invalid delete of params on clone
2019-10-02 Giacomo Travaglinisim: Mark System::getThreadContext method as const
2019-09-26 Andreas Sandbergsim: Convert power modelling framework to new-style...
2019-08-29 Andreas Sandbergstats: Add support for hierarchical stats
2019-08-27 Gabe Blacksim: Add a << overload for the Port class which prints...
2019-08-27 Gabe Blacksim: Add a takeOverFrom method to the base Port class.
2019-08-27 Gabe Blackmem, sim, systemc: Reorganize Port and co.s bind, unbin...
2019-08-13 Gabe Blacksim: Add a hook Clocked objects can implement for frequ...
2019-08-13 Gabe Blacksim: Clean up some mild style bugs in clocked_object.hh.
2019-08-12 Brandon Pottersim-se: rename Process::setpgid member
2019-08-09 Brandon Pottersim-se: minor refactor for ProcessParams::create
2019-08-09 Brandon Pottersim-se: remove unused parameter
2019-08-06 Brandon Pottersim-se: add new getpgrp system call
2019-08-06 Matthew Sinclairsim-se: adding pipe2 syscall
2019-08-02 Brandon Pottersim-se: small refactor on pipe syscall
2019-08-01 Brandon Pottersim-se: small performance optimization
2019-08-01 Brandon Pottersim-se: fstat64 bugfix
2019-08-01 Brandon Pottersim-se: add new option to getrlimit syscall
2019-07-18 Gabor Dozsasim: Add getter to fault virtual address
2019-05-30 Gabe Blackarch, base, cpu, gpu, sim: Merge getMemProxy and getVir...
2019-05-30 Gabe Blackcpu, sim: Return PortProxy &s from all the proxy accessors.
2019-05-30 Gabe Blackarch, base, sim: Demote (SE|FS)TranslatingPortProxy...
2019-05-30 Gabe Blackarch, base, sim: Replace Copy(String)?(In|Out) with...
2019-05-29 Ciro Santillisim-se: add a release parameter to Process.py
2019-05-29 Gabe Blackarch, base, dev, sim: Remove now unnecessary casts...
2019-05-21 Brandon Pottersim-se: change syscall function signature
2019-05-21 Tony Gutierrezsim-se: remove /sys from special paths
2019-05-20 Gabe Blacksim: Make the Process create function use the object...
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-06 Andrea Mondellisim-se: correct statfs inclusion on !linux host
2019-05-03 Joe Grosssim-se: fix a few bugs/warns from GCC 6
2019-05-03 Brandon Pottersim-se: add eventfd system call
2019-04-30 Alexandru Dutusim-se: use DPRINTF_SYSCALL for ioctl/wait4
2019-04-30 Brandon Pottersim-se: bugfix for 54c77aa055e
2019-04-30 Gabe Blackarch: cpu: Track kernel stats using the base ISA agnost...
2019-04-30 Brandon Pottersim-se: add socket ioctls
2019-04-29 Steve Reinhardtsim-se: create Proc out files in out dir
2019-04-28 Gabe Blackarch, sim: Simplify the AuxVector type.
2019-04-28 Gabe Blackmem: Remove the ISA specialized versions of port proxy...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
next