summaryrefslogtreecommitdiff
path: root/src/cpu/minor/execute.cc
AgeCommit message (Expand)Author
2019-07-27cpu: Add first-/non-faulting load support to Minor and O3Gabor Dozsa
2019-05-14Revert "cpu: fix how a thread starts up in MinorCPU"Giacomo Travaglini
2019-05-14Revert "cpu: stop scheduling suspended threads in MinorCPU"Giacomo Travaglini
2019-05-14Revert "cpu: fix branching when thread is suspended in MinorCPU"Giacomo Travaglini
2019-05-11cpu,mem: Add support for partial loads/stores and wide mem. accessesGiacomo Gabrielli
2019-03-28cpu: Added a probe to notify the address of retired instructionsJavier Bueno
2019-02-08cpu: support atomic memory request type with AtomicOpFunctorTuan Ta
2019-02-08cpu: fix how branching is handled when a thread is suspended in MinorCPUTuan Ta
2019-02-08cpu: stop scheduling suspended threads in all stages of MinorCPUTuan Ta
2019-02-06cpu: fix how a thread starts up in MinorCPUTuan Ta
2018-02-05cpu: MinorCPU handling IsSquashAfter flagGiacomo Travaglini
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-07-21cpu: Fix Minor SMT WFI/drain interaction issuesMitch Hayenga
2016-07-21cpu: Add SMT support to MinorCPUMitch Hayenga
2016-04-05cpu: Add instruction opclass histogram to minorMitch Hayenga
2015-09-30isa,cpu: Add support for FS SMT InterruptsMitch Hayenga
2015-05-26cpu: Fix a bug in counting issued instructions in MinorCPUAndrew Bardsley
2015-05-05cpu: Work around gcc 4.9 issues with Num_OpClassesAndreas Hansson
2015-04-03cpu: fix system total instructions accountingNikos Nikoleris
2014-12-02cpu: Fix memoryIssueLimit checking in MinorAndrew Bardsley
2014-12-02mem: Add const getters for write packet dataAndreas Hansson
2014-11-06cpu: Minor Draining BugAndrew Lukefahr
2014-10-16cpu: Probe points for basic PMU statsAndreas Sandberg
2014-09-12minor: Fix typo in DPRINTF for Minor branch predictionAndreas Hansson
2014-07-23cpu: `Minor' in-order CPU modelAndrew Bardsley