Age | Commit message (Expand) | Author |
2013-03-29 | o3cpu: commit: changes interrupt handling | Nilay Vaish |
2013-02-15 | o3: fix tick used for renaming and issue with range selection | Matt Horsnell |
2013-02-15 | cpu: include set in o3/commit_impl. | Ali Saidi |
2013-02-15 | cpu: Fix a livelock in the o3 cpu. | Ali Saidi |
2013-01-07 | cpu: Rewrite O3 draining to avoid stopping in microcode | Andreas Sandberg |
2013-01-07 | cpu: Fix broken squashAfter implementation in O3 CPU | Andreas Sandberg |
2013-01-07 | cpu: Initialize the O3 pipeline from startup() | Andreas Sandberg |
2013-01-07 | cpu: rename the misleading inSyscall to noSquashFromTC | Ali Saidi |
2012-09-25 | CPU: Add abandoned instructions to O3 Pipe Viewer | Djordje Kovacevic |
2012-09-12 | stats: remove duplicate instruction stats from the commit stage | Anthony Gutierrez |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-15 | O3,ARM: fix some problems with drain/switchout functionality and add Drain DP... | Anthony Gutierrez |
2012-06-05 | O3: Clean up the O3 structures and try to pack them a bit better. | Ali Saidi |
2012-03-09 | O3/Ozone: Eliminate dead code counting software prefetch insts | Geoffrey Blake |
2012-03-09 | CheckerCPU: Make CheckerCPU runtime selectable instead of compile selectable | Geoffrey Blake |
2012-02-13 | BPred: Fix RAS to handle predicated call/return instructions. | Mrinmoy Ghosh |
2012-02-13 | BP: Fix several Branch Predictor issues. | Mrinmoy Ghosh |
2012-02-12 | cpu: add separate stats for insts/ops both globally and per cpu model | Anthony Gutierrez |
2012-02-10 | O3 CPU: Strengthen condition for handling interrupts | Nilay Vaish |
2012-02-10 | O3 CPU: Provide the squashing instruction | Nilay Vaish |
2012-01-31 | Merge with head, hopefully the last time for this batch. | Gabe Black |
2012-01-31 | CheckerCPU: Re-factor CheckerCPU to be compatible with current gem5 | Geoffrey Blake |
2012-01-16 | Merge yet again with the main repository. | Gabe Black |
2012-01-09 | O3: Add support of function tracing with O3 CPU. | Ali Saidi |
2011-11-18 | SE/FS: Get rid of FULL_SYSTEM in the CPU directory. | Gabe Black |
2011-09-22 | event: minor cleanup | Steve Reinhardt |
2011-08-19 | Fix bugs due to interaction between SEV instructions and O3 pipeline | Geoffrey Blake |
2011-08-19 | LSQ: Add some better dprintfs for storeset predictor. | Mrinmoy Ghosh |
2011-08-09 | O3: When waiting to handle an interrupt, let everything drain out. | Gabe Black |
2011-07-15 | O3: Create a pipeline activity viewer for the O3 CPU model. | Giacomo Gabrielli |
2011-06-10 | o3: missing newlines on some dprintfs | Korey Sewell |
2011-04-19 | stats: rename stats so they can be used as python expressions | Nathan Binkert |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: fix up code after sorting | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-04 | CPU: Remove references to memory copy operations | Ali Saidi |
2011-03-17 | O3: Cleanup the commitInfo comm struct. | Ali Saidi |
2011-02-23 | ARM: Do something for ISB, DSB, DMB | Ali Saidi |
2011-02-23 | ARM: Fix bug that let two table walks occur in parallel. | Ali Saidi |
2011-02-06 | mcpat: Adds McPAT performance counters | Joel Hestness |
2011-01-18 | O3: Keep around the last committed instruction and use for squashing. | Ali Saidi |
2011-01-18 | O3: Fix mispredicts from non control instructions. | Matt Horsnell |
2011-01-18 | O3: Fixes fetch deadlock when the interrupt clears before CPU handles it. | Min Kyu Jeong |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-03 | Move sched_list.hh and timebuf.hh from src/base to src/cpu. | Steve Reinhardt |
2010-12-07 | O3: Support squashing all state after special instruction | Ali Saidi |
2010-12-07 | O3: Make all instructions that write a misc. register not perform the write u... | Giacomo Gabrielli |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-09-20 | CPU: Fix O3 and possible InOrder segfaults in FS. | Gabe Black |
2010-09-13 | CPU: Get rid of the now unnecessary getInst/setInst family of functions. | Gabe Black |