Age | Commit message (Expand) | Author |
2019-11-02 | arch,cpu: Move endianness conversion of inst bytes into the ISA. | Gabe Black |
2019-11-01 | arch-x86: Fix FLDCW_P and FNSTCW_P to use rip. | seanzw |
2019-11-01 | arch-arm: generic method for getting an ArmSystem | Adrian Herrera |
2019-10-31 | fastmodel: Add CortexA76x[234] models. | Gabe Black |
2019-10-31 | fastmodel: Enable auto bridging and use it to simplify CortexA76x1. | Gabe Black |
2019-10-31 | fastmodel: Templatize the xn versions of the CortexA76. | Gabe Black |
2019-10-31 | alpha: Convert htog and gtoh to htole and letoh. | Gabe Black |
2019-10-30 | arch,sim: Make copyStringArray take an explicit endianness. | Gabe Black |
2019-10-30 | arch: Make endianness a property of the OS class syscalls can consume. | Gabe Black |
2019-10-30 | fastmodel: Refactor the CortexA76x1 model for MP support. | Gabe Black |
2019-10-30 | fastmodel: Helper function to setup FastModels for simulation | Chun-Chen TK Hsu |
2019-10-30 | sparc: Create a helper functions to install firmware images. | Gabe Black |
2019-10-25 | mips,riscv: Get rid of some Alpha cruft in these System classes. | Gabe Black |
2019-10-25 | cpu: Get rid of the nextInstEventCount method. | Gabe Black |
2019-10-25 | cpu: Get rid of the serviceInstCountEvents method. | Gabe Black |
2019-10-25 | fastmodel: Use getCurrentInstCount for totalInsts(). | Gabe Black |
2019-10-25 | fastmodel: Implement getCurrentInstCount. | Gabe Black |
2019-10-25 | cpu: Switch off of the CPU's comInstEventQueue. | Gabe Black |
2019-10-25 | cpu: Make the ThreadContext a PCEventScope. | Gabe Black |
2019-10-25 | sim: Make the System object a PCEventScope. | Gabe Black |
2019-10-25 | cpu: Create a PCEventScope class to abstract the scope of PCEvents. | Gabe Black |
2019-10-23 | fastmodel: Add string constructors which delegate to const char * ones. | Gabe Black |
2019-10-23 | arch: Drop sysctl support if built against glibc | Tommaso Marinelli |
2019-10-19 | cpu,arm: Push the stage 2 MMUs out of the CPU into the TLBs. | Gabe Black |
2019-10-19 | arch: Remove the "interrupts.hh" switching header file. | Gabe Black |
2019-10-19 | arch: Make a base class for Interrupts. | Gabe Black |
2019-10-18 | arch: Get rid of the unused GenericTLB. | Gabe Black |
2019-10-18 | x86: Turn the local APIC Interrupts class into a SimObject. | Gabe Black |
2019-10-17 | arm: Don't force the ArmISA::TLB in vtophys.cc. | Gabe Black |
2019-10-16 | arch,base,sim: Move Process loader hooks into the Process class. | Gabe Black |
2019-10-15 | x86: Use a std::function to handle MSI completion. | Gabe Black |
2019-10-15 | arch,base: Restructure the object file loaders. | Gabe Black |
2019-10-15 | arch-x86: Make LFENCE a serializing instruction | Isaac Richter |
2019-10-15 | x86: De-x86ify the IntMasterPort. | Gabe Black |
2019-10-14 | x86: Simplify and consolidate the code that assembles an MSI on x86. | Gabe Black |
2019-10-14 | fastmodel: Expose all CPU communication ports from the GIC. | Gabe Black |
2019-10-12 | x86: Stop using and delete the x86 IntDevice class. | 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 loading the interpreter in ElfObject. | Gabe Black |
2019-10-10 | arch-arm: Move generateDtb to ArmSystem | Giacomo Travaglini |
2019-10-10 | dev-arm, configs: Remove RealViewPBX platform | Giacomo Travaglini |
2019-10-10 | arch, base: Stop assuming object files have three segments. | Gabe Black |
2019-10-09 | fastmodel: Export GICV3Comms directly. | Gabe Black |
2019-10-09 | arch-mips,arch-riscv,base: Get rid of the unused HexFile class. | Gabe Black |
2019-10-09 | base: Rename Section to Segment, and some of its members. | Gabe Black |
2019-10-08 | base: Get rid of the unused global pointer in object files. | Gabe Black |
2019-10-07 | fastmodel: Make CortexA76x1's interrupts use gem5's mechanisms. | Gabe Black |
2019-10-07 | kvm, arm: fix the size of MISCREG_FPSR and MISCREG_FPCR | Ciro Santilli |
2019-10-03 | arch-arm: Annotate CM flag in AA64 CM Instructions | Giacomo Travaglini |
2019-10-03 | arch-arm: Set CM bit in DataAbort | Giacomo Travaglini |