index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
arch: Use ignoreWarnOnceFunc instead of the WarnOnce flag.
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-10
dev-arm: GenericTimer, configurable base and low freqs
Adrian Herrera
2019-12-10
dev-arm: GenericTimer, freq as 32-bit value
Adrian Herrera
2019-12-10
arch-arm: Disambuiguate NumFloatV7ArchRegs usage
Giacomo Travaglini
2019-12-10
arch-arm: Unify VLdmStm behaviour when reg out of index
Giacomo Travaglini
2019-12-10
arch-arm: Fix NumVecV7ArchRegs value (64->16)
Giacomo Travaglini
2019-12-10
arch-arm: Reorder arch/arm/registers.hh constants
Giacomo Travaglini
2019-12-10
arch-arm: Replace NumFloatV8ArchRegs with NumVecV8ArchRegs
Giacomo Travaglini
2019-12-09
mem: Add Request::isMasked to check for byte strobing
Giacomo Travaglini
2019-12-09
mem: Add byteEnable copy to Request copy constructor
Giacomo Travaglini
2019-12-08
arch-riscv: set MaxMiscDestRegs to 2
Alec Roelke
2019-12-07
scons: Set the partial linking group for EXTRAS dirs.
Gabe Black
2019-12-06
kvm,arm: Update the KVM ARM v8 CPU to use vector regs.
Gabe Black
2019-12-05
arch-x86: missing override specifier
Andrea Mondelli
2019-12-05
arch-x86: Adding LDDQU instruction
marjanfariborz
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-04
sparc: Fix the getresuidFunc prototype.
Gabe Black
2019-12-04
sparc: Fix the predecoder's moreBytes method.
Gabe Black
2019-12-03
systemc: Purposefully *expose* bind in the initiator socket.
Gabe Black
2019-12-03
fastmodel: Switch the diagnostic pragmas to GCC from clang.
Gabe Black
2019-12-03
cpu,sim-se: move error checks in syscall methods
Brandon Potter
2019-12-03
systemc,fastmodel: Use the gem5_scons error and warning functions.
Gabe Black
2019-12-03
systemc: Suppress a spurious clang warning in the systemc headers.
Gabe Black
2019-12-03
systemc: Fix up some lingering Accellera specific code in TLM v1.
Gabe Black
2019-12-03
base: add the FmtStackTrace debug option
Ciro Santilli
2019-12-03
sim-se: Avoid function overloading for syscall implementation
Giacomo Travaglini
2019-12-03
systemc: Add a bunch of missing overrides to the systemc headers.
Gabe Black
2019-12-03
fastmodel: Suppress a spurious warning on clang for amba_pv.h.
Gabe Black
2019-12-01
arch-riscv: Fix disassembling of immediate for c.lui instruction
Ian Jiang
2019-11-28
dev-arm: Automatically assign PCI device ids in attachPciDevice
Ciro Santilli
2019-11-28
dev-arm: device name in AmbaFake accesses
Adrian Herrera
2019-11-28
mem-cache: Avoid hiding a virtual method in the dictionary compressor.
Gabe Black
2019-11-28
mem-cache: Remove a std::move clang says is unnecessary.
Gabe Black
2019-11-28
arm: Make sure not to shift off of the end of a uint32_t in KVM.
Gabe Black
2019-11-27
base, python: Allow dirname selection for the interpreter
Giacomo Travaglini
2019-11-27
base: Fix DPRINTF_UNCONDITIONAL on gem5.fast
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-26
cpu: prefix ExecEnable to the native trace to match DPRINTF
Ciro Santilli
2019-11-26
base: generalize ExecTicks to all messages with FmtTicksOff
Ciro Santilli
2019-11-26
base: create DPRINTF_UNCONDITIONAL
Ciro Santilli
2019-11-26
base: add the --debug-flag to DPRINTF output with FmtFlag
Ciro Santilli
2019-11-26
arch-arm: Make the Tarmac parsed registers case insensitive
Giacomo Travaglini
[next]