cpu: convert thread_state to new style stats
[gem5.git] / src / cpu / minor / execute.cc
2020-09-03 eavivicpu: convert thread_state to new style stats
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-22 Michiel W. van Tolcpu: Use new InstRecord faulting flag in cpu models
2020-06-11 Gabe Blackarch,cpu: Change setCPU to setThreadContext in Interrupts.
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-17 Gabe Blackcpu: Delete authors lists from the cpu directory.
2020-01-03 Giacomo Gabriellicpu: Fix issue with MinorCPU predicated-false mem....
2019-10-25 Gabe Blackcpu: Get rid of the serviceInstCountEvents method.
2019-10-25 Gabe Blackcpu: Access inst events through ThreadContext instead...
2019-10-25 Gabe Blackcpu: Make accesses to comInstEventQueue indirect throug...
2019-10-25 Gabe Blackcpu,sim: Delegate PCEvent scheduling from Systems to...
2019-10-25 Gabe Blackcpu: Make the ThreadContext a PCEventScope.
2019-10-25 Gabe Blackcpu: Pass the address to check into the PCEventQueue...
2019-10-15 Gabe Blacksim,cpu: Get rid of the unused instEventQueue.
2019-07-27 Gabor Dozsacpu: Add first-/non-faulting load support to Minor...
2019-05-14 Giacomo TravagliniRevert "cpu: fix how a thread starts up in MinorCPU"
2019-05-14 Giacomo TravagliniRevert "cpu: stop scheduling suspended threads in MinorCPU"
2019-05-14 Giacomo TravagliniRevert "cpu: fix branching when thread is suspended...
2019-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-03-28 Javier Buenocpu: Added a probe to notify the address of retired...
2019-02-08 Tuan Tacpu: support atomic memory request type with AtomicOpFu...
2019-02-08 Tuan Tacpu: fix how branching is handled when a thread is...
2019-02-08 Tuan Tacpu: stop scheduling suspended threads in all stages...
2019-02-06 Tuan Tacpu: fix how a thread starts up in MinorCPU
2018-02-05 Giacomo Travaglinicpu: MinorCPU handling IsSquashAfter flag
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-07-21 Mitch Hayengacpu: Fix Minor SMT WFI/drain interaction issues
2016-07-21 Mitch Hayengacpu: Add SMT support to MinorCPU
2016-04-05 Mitch Hayengacpu: Add instruction opclass histogram to minor
2015-09-30 Mitch Hayengaisa,cpu: Add support for FS SMT Interrupts
2015-05-26 Andrew Bardsleycpu: Fix a bug in counting issued instructions in MinorCPU
2015-05-05 Andreas Hanssoncpu: Work around gcc 4.9 issues with Num_OpClasses
2015-04-03 Nikos Nikoleriscpu: fix system total instructions accounting
2014-12-02 Andrew Bardsleycpu: Fix memoryIssueLimit checking in Minor
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-11-06 Andrew Lukefahrcpu: Minor Draining Bug
2014-10-16 Andreas Sandbergcpu: Probe points for basic PMU stats
2014-09-12 Andreas Hanssonminor: Fix typo in DPRINTF for Minor branch prediction
2014-07-23 Andrew Bardsleycpu: `Minor' in-order CPU model