arch: Make and use endian specific versions of the mem helpers.
[gem5.git] / src / arch /
2019-11-18 Gabe Blackarch: Make and use endian specific versions of the...
2019-11-18 Adrian Herreraarch-arm: R/W interface to AArch32 HCR2 misc reg
2019-11-18 Giacomo Travagliniarch-arm: Fix short descriptors cacheability during...
2019-11-18 Giacomo Travagliniarch-arm: Fix long descriptors cacheability during...
2019-11-14 Chun-Chen TK Hsuarch-arm: Refactor code to check if gic is GicV2
2019-11-14 Chun-Chen TK Hsuconfig: Add fastmodel cluster in fs_bigLITTLE.py
2019-11-13 Gabe Blackarm: Replace most htog and gtoh with htole and letoh.
2019-11-13 Adrian Herreraarch-arm: fix routeToHyp for AArch64 in faults
2019-11-13 Gabe Blackfastmodel: Implement reading vector registers with...
2019-11-11 Giacomo Travagliniarch-arm: Fix TarmacParser handling of 64bit LD/ST
2019-11-11 Giacomo Travagliniarch-arm: Provide SVE support to the TarmacTracer
2019-11-11 Giacomo Gabrielliarch-arm: Provide SVE support to the TarmacParser
2019-11-07 Gabe Blackarm: Set the number of FloatRegs to zero.
2019-11-07 Gabe Blackpower: Replace gtoh and htog with betoh and htobe.
2019-11-07 Gabe Blackx86: Replace htog and gtoh with htole and letoh.
2019-11-07 Gabe Blackmips: Replace gtoh and htog with letoh and htole.
2019-11-07 Gabe Blacksparc: Replace htog and gtoh with htobe and betoh.
2019-11-07 Gabe Blackfastmodel: Plumb the ITB and DTB through the IRIS threa...
2019-11-06 Gabe Blackfastmodel: Implement inst count events in the IRIS...
2019-11-06 Nikos Nikolerisarch-arm: Simplify AMO code generation templates
2019-11-05 Giacomo Travagliniarch-arm: Annotate original address in CMOs
2019-11-02 Gabe Blackarch,cpu: Move endianness conversion of inst bytes...
2019-11-01 seanzwarch-x86: Fix FLDCW_P and FNSTCW_P to use rip.
2019-11-01 Adrian Herreraarch-arm: generic method for getting an ArmSystem
2019-10-31 Gabe Blackfastmodel: Add CortexA76x[234] models.
2019-10-31 Gabe Blackfastmodel: Enable auto bridging and use it to simplify...
2019-10-31 Gabe Blackfastmodel: Templatize the xn versions of the CortexA76.
2019-10-31 Gabe Blackalpha: Convert htog and gtoh to htole and letoh.
2019-10-30 Gabe Blackarch,sim: Make copyStringArray take an explicit endianness.
2019-10-30 Gabe Blackarch: Make endianness a property of the OS class syscal...
2019-10-30 Gabe Blackfastmodel: Refactor the CortexA76x1 model for MP support.
2019-10-30 Chun-Chen TK Hsufastmodel: Helper function to setup FastModels for...
2019-10-30 Gabe Blacksparc: Create a helper functions to install firmware...
2019-10-25 Gabe Blackmips,riscv: Get rid of some Alpha cruft in these System...
2019-10-25 Gabe Blackcpu: Get rid of the nextInstEventCount method.
2019-10-25 Gabe Blackcpu: Get rid of the serviceInstCountEvents method.
2019-10-25 Gabe Blackfastmodel: Use getCurrentInstCount for totalInsts().
2019-10-25 Gabe Blackfastmodel: Implement getCurrentInstCount.
2019-10-25 Gabe Blackcpu: Switch off of the CPU's comInstEventQueue.
2019-10-25 Gabe Blackcpu: Make the ThreadContext a PCEventScope.
2019-10-25 Gabe Blacksim: Make the System object a PCEventScope.
2019-10-25 Gabe Blackcpu: Create a PCEventScope class to abstract the scope...
2019-10-23 Gabe Blackfastmodel: Add string constructors which delegate to...
2019-10-23 Tommaso Marinelliarch: Drop sysctl support if built against glibc
2019-10-19 Gabe Blackcpu,arm: Push the stage 2 MMUs out of the CPU into...
2019-10-19 Gabe Blackarch: Remove the "interrupts.hh" switching header file.
2019-10-19 Gabe Blackarch: Make a base class for Interrupts.
2019-10-18 Gabe Blackarch: Get rid of the unused GenericTLB.
2019-10-18 Gabe Blackx86: Turn the local APIC Interrupts class into a SimObject.
2019-10-17 Gabe Blackarm: Don't force the ArmISA::TLB in vtophys.cc.
2019-10-16 Gabe Blackarch,base,sim: Move Process loader hooks into the Proce...
2019-10-15 Gabe Blackx86: Use a std::function to handle MSI completion.
2019-10-15 Gabe Blackarch,base: Restructure the object file loaders.
2019-10-15 Isaac Richterarch-x86: Make LFENCE a serializing instruction
2019-10-15 Gabe Blackx86: De-x86ify the IntMasterPort.
2019-10-14 Gabe Blackx86: Simplify and consolidate the code that assembles...
2019-10-14 Gabe Blackfastmodel: Expose all CPU communication ports from...
2019-10-12 Gabe Blackx86: Stop using and delete the x86 IntDevice class.
2019-10-12 Gabe Blackarch,base: Separate the idea of a memory image and...
2019-10-10 Gabe Blackarch,base: Stop loading the interpreter in ElfObject.
2019-10-10 Giacomo Travagliniarch-arm: Move generateDtb to ArmSystem
2019-10-10 Giacomo Travaglinidev-arm, configs: Remove RealViewPBX platform
2019-10-10 Gabe Blackarch, base: Stop assuming object files have three segments.
2019-10-09 Gabe Blackfastmodel: Export GICV3Comms directly.
2019-10-09 Gabe Blackarch-mips,arch-riscv,base: Get rid of the unused HexFil...
2019-10-09 Gabe Blackbase: Rename Section to Segment, and some of its members.
2019-10-08 Gabe Blackbase: Get rid of the unused global pointer in object...
2019-10-07 Gabe Blackfastmodel: Make CortexA76x1's interrupts use gem5's...
2019-10-07 Ciro Santillikvm, arm: fix the size of MISCREG_FPSR and MISCREG_FPCR
2019-10-03 Giacomo Travagliniarch-arm: Annotate CM flag in AA64 CM Instructions
2019-10-03 Giacomo Travagliniarch-arm: Set CM bit in DataAbort
2019-10-02 Giacomo Travagliniarch-arm: Create helper for sending events (SEV)
2019-10-02 Gabe Blackfastmodel: Get rid of the back channel mem port in...
2019-10-02 Gabe Blackfastmodel: Implement a custom sendFunctional for Cortex...
2019-10-02 Gabe Blackx86: Switch from MessageReq and Resp to WriteReq and...
2019-10-02 Gabe Blackfastmodel: Let the EVS set an attribute for getSendFunc...
2019-10-01 Gabe Blackfastmodel: Add a gem5Cpu attribute to the CortexA76x1.
2019-10-01 Gabe Blackfastmodel: Add a utility class which makes it easier...
2019-10-01 Gabe Blackfastmodel: Pull out and simplify the interrupt mechanis...
2019-09-27 Gabe Blackfastmodel: Add glue code which adapts fastmodels to...
2019-09-23 Jordi Vaquerocpu, mem: Changing AtomicOpFunctor* for unique_ptr...
2019-09-21 Gabe Blackx86: Templatize the IntMasterPort.
2019-09-21 Gabe Blackx86: Templatize IntSlavePort.
2019-09-21 Gabe Blackx86: Turn the local APIC into a PioDevice instead of...
2019-09-20 Pouya Fotouhiarch-x86: ignore non-temporal hint for movntps/movntpd...
2019-09-19 Hoa Nguyenarch-x86: Change warn to warn_once for NT instructions
2019-09-19 Giacomo Travagliniarch-arm: PSTATE.PAN changes should inval cached regs...
2019-09-18 Giacomo Travagliniarch-arm: Fix Data Abort ISS when caused by Atomic...
2019-09-18 Giacomo Travagliniarch-arm: ISV bit in DataAbort should check for transla...
2019-09-18 Giacomo Travagliniarch-arm: PSTATE.PAN affecting EL2 only when HCR_EL2...
2019-09-18 Gabe Blackarch, x86: Rework the debug faults and microops.
2019-09-13 Gabe Blacksparc: Fix a warning/error in tlb.cc.
2019-09-06 Giacomo Travagliniarch-arm, dev-arm: MISCREG_ICC_IGRPEN1_EL1 using AA64...
2019-09-06 Giacomo Travagliniarch-arm, dev-arm: MISCREG_ICC_AP1R0_EL1 using AA64...
2019-09-06 Giacomo Travagliniarch-arm, dev-arm: MISCREG_ICC_CTLR_EL1 using AA64...
2019-09-06 Giacomo Travagliniarch-arm: MISCREG_ICC_BPR1_EL1 using AA64 banking
2019-09-06 Giacomo Travagliniarch-arm: Add explicit AArch64 MiscReg banking
2019-09-06 Giacomo Travagliniarch-arm: Use same template across all MSR inst
2019-09-06 Giacomo Travagliniarch-arm: SySDC64 Instructions (CMO) using MiscRegIndex
2019-09-06 Ciro Santilliarch-arm: fix GDB stub after SVE
next