fastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing.
[gem5.git] / src / arch / arm / fastmodel / iris / thread_context.hh
2020-06-24 Gabe Blackfastmodel,cpu,sim: Eliminate EndQuiesceEvent and plumbing.
2020-06-17 Gabe Blackarch,cpu,sim: Eliminate the now empty kernel statistics...
2020-04-20 Gabe Blackfastmodel: Enable semihosting, including pseudo insts.
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-20 Gabe Blackfastmodel: Use all possible address spaces when setting...
2020-02-20 Gabe Blackfastmodel: Use a shared pointer to track PC events.
2020-02-20 Gabe Blackfastmodel: Return nullptr from getCheckerCpuPtr on...
2020-02-20 Gabe Blackfastmodel: Ignore clearArchRegs for now.
2020-02-18 Gabe Blackarm: Delete authors lists from the arm files.
2020-02-06 Gabe Blackfastmodel: Implement flattened int reg reading and...
2020-02-05 Gabe Blackcpu: Make getIsaPtr return a BaseISA pointer.
2020-01-22 Gabe Blackfastmodel: Implement CC reg accessors.
2020-01-07 Gabe Blackfastmodel: Implement the vecPredReg accessor functions.
2019-12-27 Gabe Blackfastmodel: Move ARM but not CortexA76 specific bits...
2019-12-24 Gabe Blackfastmodel: Determine what space to use for breakpoints...
2019-12-23 Gabe Blackfastmodel: Implement PC based events.
2019-12-17 Gabe Blackfastmodel: Implement port proxies.
2019-12-17 Gabe Blackfastmodel: Add an address translation mechanism to...
2019-12-10 Gabe Blackarch,cpu,sim: Push syscall number determination up...
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-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-09-27 Gabe Blackfastmodel: Add glue code which adapts fastmodels to...