gem5.git
2020-03-16 Bobby R. Brucetests: Migrated 80.dram scons-based tests to testlib...
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in CrossbarSwitch
2020-03-16 Daniel R. Carvalhomem-garnet: Use smart pointers in Router's members
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in Switch
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in NetworkLink
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in NetworkInterface
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in InputUnit
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in OutputUnit
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in VirtualChannel
2020-03-16 Daniel R. Carvalhomem-garnet: Remove delete of param pointers of SimpleNe...
2020-03-16 Daniel R. Carvalhomem-garnet: Remove delete of param pointers of GarnetNe...
2020-03-16 Daniel R. Carvalhobase: Add static assert to trie
2020-03-16 Gabe Blackx86: Hook up pread64 in 32/64 bit linux, and pwrite64...
2020-03-16 Gabe Blacksim: Provide an implementation for the pread64 system...
2020-03-16 Ciro Santilliconfigs: fix forwarding of --bootloader to fs.py
2020-03-16 Giacomo Travaglinipower: Fix regStats for PowerModel and PowerModelState
2020-03-13 Giacomo Travagliniarch-x86: Add Python 3 workarounds for long
2020-03-13 Giacomo Travagliniarch-x86: Fix imports for Python 3 compatibility
2020-03-13 Giacomo Travaglinitests: Use relative path for python3 compliance
2020-03-13 Giacomo Travagliniarch: list.sort() sorting by key only in python3
2020-03-13 Giacomo Travaglinidev-arm: Fix VExpressFastmodel.py indentation
2020-03-13 Giacomo Travagliniarch: Convert exec keyword to exec() function
2020-03-13 Giacomo Travagliniarch: Bring closure out of p_global_let
2020-03-13 Giacomo Travaglinimisc: Make exception handling python3 compliant
2020-03-13 Giacomo Travaglinimisc: Text vs Byte string in python3
2020-03-13 Giacomo Travagliniscons: file removed from python3
2020-03-13 Giacomo Travaglinimisc: Views and Iterators instead of Lists in python3
2020-03-13 Yu-hsin Wangdev-arm: Fix setupBootloader for VExpressFastmodel
2020-03-13 Giacomo Travagliniarch-arm: Fix Arch detection in FS if there is not...
2020-03-13 Yuan Yaomem-ruby: Fix fast-forward when using the backing store.
2020-03-12 Gabe Blackarm: Eliminate the MustBeOne ARM specific request flag.
2020-03-12 Adrian Herreradev-arm: add FVP Base Power Controller model
2020-03-12 Adrian Herreraarch-arm: Rewrite getMPIDR
2020-03-12 Gabe Blackkern: Minor style cleanup in the base SkipFuncEvent...
2020-03-12 Gabe Blackarm: Implement the AAPCS32 ABI.
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 Blackarm: Implement the AAPCS64 ABI.
2020-03-12 Gabe Blackkern: Stop using a pseudo instruction to quiesce the...
2020-03-12 Gabe Blackarm: Delete the unused onKvmExitHypercall method.
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 Blackriscv: Use a riscv specific GuestABI for riscv system...
2020-03-12 Gabe Blackpower: Use a power specific GuestABI for power system...
2020-03-12 Gabe Blackmips: Use a mips specific GuestABI for mips system...
2020-03-12 Gabe Blacksim: Remove the get*PseudoFunc handlers.
2020-03-12 Gabe Blackarm: Use an ARM specific GuestABI for ARM system calls.
2020-03-12 Gabe Blacksparc: Use a SPARC specific GuestABI for system calls.
2020-03-12 Gabe Blacksparc: Introduce a BitUnion for the CCR register.
2020-03-12 Gabe Blacksparc: Introduce constants for pseudo integer registers.
2020-03-12 Gabe Blacksparc: Get rid of some commented out constants.
2020-03-12 Gabe Blackx86: Define a local ABI for system calls.
2020-03-12 Gabe Blackx86: In X86 linux, system calls simply return their...
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 Blackmips: Convert MIPS specific syscalls to Guest ABI.
2020-03-12 Gabe Blackpower: Convert POWER specific syscalls to Guest ABI.
2020-03-12 Gabe Blacksparc: Convert SPARC specific syscalls to Guest ABI.
2020-03-12 Gabe Blackriscv: Convert RISCV specific syscalls to Guest ABI.
2020-03-12 Gabe Blackx86: Convert x86 specific syscalls to GuestABI.
2020-03-12 Gabe Blackarm: Convert ARM specific syscalls to GuestABI.
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 Blackpower: Implement translateFunctional.
2020-03-11 Gabe Blackmips: Implement translateFunctional.
2020-03-11 Gabe Blackconfig,arch,cpu,kern,sim: Extract kernel information...
2020-03-11 Andriani Mappouraarch-arm: Correct the Ids and names of the PMU events
2020-03-10 Giacomo Travagliniarch-arm: Remove unnecessary RegIndex set for VSTR...
2020-03-10 Adrian Herreraarch-arm: GenericTimer arch regs, perms/trapping
2020-03-10 Adrian Herreradev-arm: Refactor GenericTimer
2020-03-10 Giacomo Travagliniarch-arm: Hint the compiler to inline getArmSystem
2020-03-10 Giacomo Travagliniarch-arm: Speedup ARM execution by avoiding expensive...
2020-03-10 Giacomo Travagliniarch-arm: python3 "/" will always produce a float
2020-03-10 Giacomo Travaglinimisc: Replace basestring with six.string_types
2020-03-10 Giacomo Travaglinimisc: Replace __metaclass__ with six.add_metaclass
2020-03-10 Giacomo Travaglinimisc: string.join has been removed in python3
2020-03-10 Giacomo Travaglinipython: The new module has been removed in python3
2020-03-10 Andreas Sandbergpython: Make meta class declarations Python 3 safe
2020-03-10 Gabe Blackmem: Change some default values in the Request class.
2020-03-10 Gabe Blackarch: Remove the "process.hh" switching header file.
2020-03-09 Daniel R. Carvalhoconfigs: Fix relative import in non-package in configs
2020-03-09 Gabe Blackbase,cpu,sim: Stop including arch/vtophys.hh when not...
2020-03-09 Gabe Blackarch,cpu: Get rid of unused/unimplemented vtophys variants.
2020-03-09 Gabe Blacksparc: Implement translateFunctional in the TLB class.
2020-03-09 Gabe Blackbase: Clean up condcodes.hh slightly.
2020-03-08 Gabe Blacksparc: Delete some commented out code in the TLB.
2020-03-07 Gabe Blackarch,cpu,gpu-compute,mem: Remove asid from Request...
2020-03-07 Gabe Blackmem: Merge the virtual Request constructors.
next