summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2006-07-05Remove sampler and serializer. Now they are handled through C++ interacting ...Kevin Lim
2006-07-05Rename quiesce to drain to avoid confusion with the pseudo instruction.Kevin Lim
2006-07-05Checker ignores any faults that occur in syscall emulation mode for now.Kevin Lim
2006-07-05Fix up some merge problems.Kevin Lim
2006-07-05Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-07-05Need to change state upon quiescing.Kevin Lim
2006-07-05Split off files that are shared across the O3 and Ozone models.Kevin Lim
2006-07-05Add some different parameters. The main change is that the writeback count i...Kevin Lim
2006-07-05Fix some unset values in the request in the timing CPU.Ron Dreslinski
2006-07-03Fix for FS O3CPU compile ... missing forward class declaration/header file af...Korey Sewell
2006-07-02typo ... change 'single_thread' to 'round_robin_policy'Korey Sewell
2006-07-02Fix default SMT configuration in O3CPU (i.e. fetch policy, workloads/numThreads)Korey Sewell
2006-07-01traceflag stuffKorey Sewell
2006-07-01fix cpu builder to build the correct name...Korey Sewell
2006-06-30Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmemKorey Sewell
2006-06-30now O3CPU is totally independent of the ISA... all alpha specific stuff is t...Korey Sewell
2006-06-30Make O3CPU model independent of the ISAKorey Sewell
2006-06-30AtomicSimpleCPU with a cache now runs the hello world! test program.Ron Dreslinski
2006-06-29Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-29Various fixes for the CPU models to support the features that have been moved...Kevin Lim
2006-06-27Make full CPU handle SE faultsAli Saidi
2006-06-26Merge zizzer:/bk/newmemAli Saidi
2006-06-26don't depend on the memory system to return the atomic cpu a multiple of cpu ...Ali Saidi
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-25Make OzoneCPU work again in SE/FS.Kevin Lim
2006-06-22Checker related updates.Kevin Lim
2006-06-22Changes to get OzoneCPU to compile once more.Kevin Lim
2006-06-22Change ThreadState constructor ordering to match the rest of the ThreadStates.Kevin Lim
2006-06-22Misc fixes.Kevin Lim
2006-06-22Split Checker up properly into templated and non-templated definitions.Kevin Lim
2006-06-22Fix to have the static inst exec sigs also dependent on the CPU models used.Kevin Lim
2006-06-17Minor updates.Kevin Lim
2006-06-17Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-17Fix up code to be able to use the Checker.Kevin Lim
2006-06-17Split off instantiation into separate CC files for each of the models. This ...Kevin Lim
2006-06-17remove byte_swap.hh since it's not usedAli Saidi
2006-06-17Minor fixes in comments.Steve Reinhardt
2006-06-16Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-16Reorganization to move FuncUnit, FUDesc, and OpDesc out of the encumbered dir...Kevin Lim
2006-06-16Add in exec_context.hh, which is a file for documentation purposes only. It ...Kevin Lim
2006-06-16Miscellaneous minor fixes.Kevin Lim
2006-06-16Two updates that got combined into one ChangeSet accidentally. They're both ...Kevin Lim
2006-06-16Checker updates.Kevin Lim
2006-06-15Initial changes to allowed DetailedCPU to work with other architectures (i.e....Korey Sewell
2006-06-14Merge zizzer:/bk/newmemKorey Sewell
2006-06-14Minor code cleanup of BaseDynInst.Kevin Lim
2006-06-13Minor updates for stats.Kevin Lim
2006-06-13Merge zizzer:/bk/newmemKorey Sewell
2006-06-13Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-13Compile fix.Kevin Lim