Age | Commit message (Expand) | Author |
2019-12-16 | sim: kernelExtras if no kernel provided | Adrian Herrera |
2019-12-10 | sim,arch: Collapse the ISA specific versions of m5Syscall. | Gabe Black |
2019-12-10 | arch,cpu,sim: Push syscall number determination up to processes. | Gabe Black |
2019-12-10 | arch: Get rid of the now unused setSyscallArg. | Gabe Black |
2019-12-10 | sim: Add a wrapper/subclass for SyscallDesc which uses GuestABI. | Gabe Black |
2019-12-10 | sim: Add a mechanism to translate ABIs to call host funcs from a TC. | Gabe Black |
2019-12-10 | sim: Get rid of the now unused SyscallDesc flags and methods. | Gabe Black |
2019-12-10 | sim: Reintroduce the ignoreWarnOnceFunc syscall handler. | Gabe Black |
2019-12-10 | sim: Make the syscalls use the SyscallReturn suppression mechanism. | Gabe Black |
2019-12-04 | sim: Add a suppression mechanism to the SyscallReturn class. | Gabe Black |
2019-12-04 | sim: Small style fixes in sim/syscall_return.hh. | Gabe Black |
2019-12-04 | sim: Change the syscall executor to a std::function. | Gabe Black |
2019-12-03 | sim-se: Avoid function overloading for syscall implementation | Giacomo Travaglini |
2019-11-27 | sim-se: Check Path redirection when mmapping | Giacomo Travaglini |
2019-11-26 | sim: prefix --debug-flags Event logs with the flag name | Ciro Santilli |
2019-11-25 | sim-se: don't wake up threads that are halted on futex | Ciro Santilli |
2019-11-21 | base: Remove tests making use of Big/LittleEndianOrder Namespace | Giacomo Travaglini |
2019-11-20 | base,tests: Expanded GTests for addr_range.hh | Brandon Potter |
2019-11-18 | arch: Get rid of the (Big|Little)EndianGuest namespaces. | Gabe Black |
2019-11-16 | tests: Added GTests for byteswap.hh | Bobby R. Bruce |
2019-10-30 | arch,sim: Make copyStringArray take an explicit endianness. | Gabe Black |
2019-10-30 | sim: Use the system and OS to get endianness. | Gabe Black |
2019-10-30 | sim: Add a getGuestByteOrder accessor to the system class. | Gabe Black |
2019-10-25 | cpu,sim: Delegate PCEvent scheduling from Systems to ThreadContexts. | Gabe Black |
2019-10-25 | cpu,sim: Get rid of a bunch of conditional compilation for PCEvents. | Gabe Black |
2019-10-25 | sim: Make the System object a PCEventScope. | Gabe Black |
2019-10-24 | cpu, sim-se: don't wake up threads that are awake in futex | Ciro Santilli |
2019-10-24 | sim-se: fix futexFunc TGT_FUTEX_WAIT always selects bitset | Ciro Santilli |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-10-15 | sim,cpu: Get rid of the unused instEventQueue. | Gabe Black |
2019-10-12 | arch,base: Separate the idea of a memory image and object file. | Gabe Black |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-03 | sim-se: Fix invalid delete of params on clone | Jason Lowe-Power |
2019-10-02 | sim: Mark System::getThreadContext method as const | Giacomo Travaglini |
2019-09-26 | sim: Convert power modelling framework to new-style stats | Andreas Sandberg |
2019-08-29 | stats: Add support for hierarchical stats | Andreas Sandberg |
2019-08-27 | sim: Add a << overload for the Port class which prints its name. | Gabe Black |
2019-08-27 | sim: Add a takeOverFrom method to the base Port class. | Gabe Black |
2019-08-27 | mem, sim, systemc: Reorganize Port and co.s bind, unbind slightly. | Gabe Black |
2019-08-13 | sim: Add a hook Clocked objects can implement for frequency changes. | Gabe Black |
2019-08-13 | sim: Clean up some mild style bugs in clocked_object.hh. | Gabe Black |
2019-08-12 | sim-se: rename Process::setpgid member | Brandon Potter |
2019-08-09 | sim-se: minor refactor for ProcessParams::create | Brandon Potter |
2019-08-09 | sim-se: remove unused parameter | Brandon Potter |
2019-08-06 | sim-se: add new getpgrp system call | Brandon Potter |
2019-08-06 | sim-se: adding pipe2 syscall | Matthew Sinclair |
2019-08-02 | sim-se: small refactor on pipe syscall | Brandon Potter |
2019-08-01 | sim-se: small performance optimization | Brandon Potter |
2019-08-01 | sim-se: fstat64 bugfix | Brandon Potter |