Age | Commit message (Expand) | Author |
2020-01-22 | fastmodel: Implement CC reg accessors. | Gabe Black |
2020-01-22 | arm: Remove checkpointing from the ARM TLBs. | Gabe Black |
2020-01-22 | arch: Get rid of the unused (and mostly undefined) zeroRegisters. | Gabe Black |
2020-01-20 | arch-arm: Fix EL2 target exception level for SP alignment fault. | Jordi Vaquero |
2020-01-15 | arch-arm: ELIsInHost, check VHE and SecEL2 | Adrian Herrera |
2020-01-15 | arch-arm: Virtualization Host Extensions checking | Adrian Herrera |
2020-01-14 | x86: Stop clearing RAX for BIST in initCPU. | Gabe Black |
2020-01-14 | x86: Move local APIC initialization out of initCPU. | Gabe Black |
2020-01-14 | x86: Move miscreg initialization to the ISA class. | Gabe Black |
2020-01-11 | arch: Make the generic micropc enabled PCState set nupc to 1. | Gabe Black |
2020-01-08 | arch, base: Move arm AtomicOpFunctor into the generic header | Giacomo Travaglini |
2020-01-07 | arch,sim: Promote the m5ops_base param to the System base class. | Gabe Black |
2020-01-07 | fastmodel: Implement the vecPredReg accessor functions. | Gabe Black |
2020-01-07 | arch,sim: Stop decoding the pseudo inst subfunc value. | Gabe Black |
2020-01-06 | arch,sim: Use the guest ABI mechanism with pseudo instructions. | Gabe Black |
2020-01-06 | arch-arm: Semihosting, specify files root dir | Adrian Herrera |
2019-12-30 | fastmodel: Fix compilation errors | Chun-Chen TK Hsu |
2019-12-27 | fastmodel: Move ARM but not CortexA76 specific bits to the IRIS TC. | Gabe Black |
2019-12-27 | fastmodel: Move the ARM IRIS threadcontext into CortexA76. | Gabe Black |
2019-12-27 | fastmodel: Mostly collapse ARM base classes for the CortexA76 CPU. | Gabe Black |
2019-12-27 | fastmodel: Checkpoint the TCs when checkpointing a fast model CPU. | Gabe Black |
2019-12-27 | fastmodel: Handle "special" vector regs without calling into IRIS. | Gabe Black |
2019-12-24 | fastmodel: Implement readVecRegFlat for ArmThreadContext. | Gabe Black |
2019-12-24 | fastmodel: Determine what space to use for breakpoints dynamically. | Gabe Black |
2019-12-23 | fastmodel: Implement PC based events. | Gabe Black |
2019-12-20 | arch-arm: Fix clang warnings | Jui-min Lee |
2019-12-19 | arch-arm: Fix decoding of LDFF1x scalar plus scalar | AdriĆ Armejach |
2019-12-18 | arch-arm: Semihosting, fix SYS_FLEN | Adrian Herrera |
2019-12-18 | arch-arm: Secure EL2 checking | Adrian Herrera |
2019-12-18 | arch-arm: AArch64 trap check, arbitrary ECs/Imms | Adrian Herrera |
2019-12-18 | x86: Fix some bugs with KVM in SE mode on Intel machines. | Gabe Black |
2019-12-17 | fastmodel: Tell fast model not to shutdown when time stops. | Gabe Black |
2019-12-17 | fastmodel: Implement port proxies. | Gabe Black |
2019-12-17 | fastmodel: Create a TLB model which uses IRIS to do translations. | Gabe Black |
2019-12-17 | fastmodel: Add an address translation mechanism to the ThreadContext. | Gabe Black |
2019-12-17 | fastmodel: Add a header for IRIS MSN constants. | Gabe Black |
2019-12-11 | arch-arm: Always initialize SVE memData | Giacomo Travaglini |
2019-12-11 | arch-arm: Avoid creating an empty byteEnable vector | Giacomo Travaglini |
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 | x86: Stop manually clearing RFLAGS.RF after a system call. | Gabe Black |
2019-12-10 | arch: Get rid of the now unused setSyscallArg. | Gabe Black |
2019-12-10 | arch: Stop using setSyscallArg to set argc and argv. | Gabe Black |
2019-12-10 | arch: Use ignoreWarnOnceFunc instead of the WarnOnce flag. | Gabe Black |
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-08 | arch-riscv: set MaxMiscDestRegs to 2 | Alec Roelke |