gem5.git
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.
2020-03-07 Gabe Blackmem: Get rid of one more unused Request constructor.
2020-03-07 Gabe Blackmem: Get rid of another unused Request constructor.
2020-03-07 Gabe Blackmem: Add default initializers to the fields in Request.
2020-03-06 Gabe Blackbase: Disable a warning in hdf5.cc which comes from...
2020-03-05 Gabe Blackbase: Optimize and otherwise fix a couple of functions...
2020-03-05 Gabe Blackmem: Get rid of an unused Request constructor.
2020-03-05 Gabe Blackcpu: Switch away from some fringe Request constructors.
2020-03-05 Gabe Blackmem: Remove the version of the FS translating port...
2020-03-04 Giacomo Travagliniarch-arm: Remove unused getArmSystem helper
2020-03-04 Timothy Hayesmem-ruby: Minor Ruby Prefetcher fixes
2020-03-04 Gabe Blackx86: Track message based interrupt cleanup functions...
2020-03-04 Gabe Blackarch,cpu,mem: Replace the mmmapped IPR mechanism with...
2020-03-04 Gabe Blackext: Disable the unused-value warning in clang for...
2020-03-03 Bobby R. Brucetests,misc: Created presubmit.yaml Google Cloud Build...
2020-03-03 Giacomo Travaglinitests: simple_ruby_test's valid_host is X86 only
2020-03-03 Yu-hsin Wangpython: Add a warning if pydot is not available.
2020-03-03 Hsuan Hsucpu-o3: Fix corrupted rename map in vector mode switching
2020-03-02 Bobby R. Brucetests: Added MIPS ISA test to learning_gem5/part1_tests.py
2020-03-02 Bobby R. Brucetests: Updated 'hello_se' to include other CPU types
2020-03-02 tv-reddycpu: update info related direction into BP if mispredicted.
2020-03-02 Adrian Herreradev-arm: Add missing UARTs (PL011) to VExpress_GEM5...
2020-03-02 Adrian Herreradev-arm: Add trusted SP805 to VExpress_GEM5 platform
2020-03-02 Adrian Herreradev-arm: Add trusted SRAM memory to VExpress_GEM5 platform
2020-03-02 Adrian Herreradev-arm: Add flash0 memory to VExpress_GEM5 platform
2020-03-02 Nikos Nikolerisconfigs: Fix argument handling sweep.py
2020-03-02 Nikos Nikolerispython: Remove unnecessary exports from pybind enums
2020-02-29 Bobby R. Brucetests: Migrated 51.memcheck scons-based tests to testlib
2020-02-28 Adrian Herreradev-arm: PL031, fix AMBA ID and clock names
2020-02-28 Giacomo Travaglinilearning-gem5: Use zero initialization in hello_goodbye...
2020-02-27 Bobby R. Brucetests: Fixed .testignore from 'arch64' to 'aarch64'
2020-02-27 Gabe Blackarm: Expose the constants which select a semihosting...
2020-02-27 Gabe Blackarm: Use a const ThreadContext * and readMiscRegNoEffec...
2020-02-27 Gabe Blacksim,arch: Move code that waits for a GDB connection...
next