summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2006-05-30Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-25Fix up kernel stats, allow them to not be used as well.Kevin Lim
2006-05-24Support new flags now used instead of flags in decoder.isa.Kevin Lim
2006-05-23Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-05-23Rework how instructions are scheduled and executed.Kevin Lim
2006-05-23Cleanup checker.Kevin Lim
2006-05-23Code cleanup.Kevin Lim
2006-05-23Move kernel stats out of CPU and into XC.Kevin Lim
2006-05-23Add extra flags to help new CPU handle various instructions.Kevin Lim
2006-05-22New directory structure:Steve Reinhardt
2006-05-19O3 code update/cleanup.Kevin Lim
2006-05-19Remove sat_counter.cc and put its code into sat_counter.hh.Kevin Lim
2006-05-19Rename function to be more expressive.Kevin Lim
2006-05-19IEW/IQ code cleanup and reorganization.Kevin Lim
2006-05-19Move activity tracking code into its own class. Now the CPU no longer has to...Kevin Lim
2006-05-19Fixes for regression build errors.Kevin Lim
2006-05-18First steps toward getting full system to work withSteve Reinhardt
2006-05-18Change Packet parameters on Port methods from references to pointers.Steve Reinhardt
2006-05-17Get basic full-system working with AtomicSimpleCPU.Steve Reinhardt
2006-05-17Faults generated at fetch are passed to the backend by creating a dummy nop i...Kevin Lim
2006-05-16Split SimpleCPU into two different models, AtomicSimpleCPU andSteve Reinhardt
2006-05-16Sampler updates.Kevin Lim
2006-05-16Updates for sampler, checker, and general correctness.Kevin Lim
2006-05-16Add in checker. Supports dynamically verifying the execution of instructions...Kevin Lim
2006-05-16Sampling fixes related to the quiesce event.Kevin Lim
2006-05-16Add some flags for the upcoming checker.Kevin Lim
2006-05-15Many files:Steve Reinhardt
2006-05-15Many files:Steve Reinhardt
2006-05-11Fixes for ozone CPU to successfully boot and run linux.Kevin Lim
2006-05-11Small fixes to O3 model.Kevin Lim
2006-05-11Set memory properly.Kevin Lim
2006-05-11Separate out result being ready and the instruction being complete.Kevin Lim
2006-05-04Merge zizzer:/bk/newmemKorey Sewell
2006-05-04O3 CPU now handles being used with the sampler.Kevin Lim
2006-05-03Fixes for the sampler.Kevin Lim
2006-05-03XC needs to get memory from the process.Kevin Lim
2006-05-02Redo the FloatRegFile using unsigned integersKorey Sewell
2006-05-01move code from packet.hh to packet.cc and packet_impl.hhAli Saidi
2006-04-28Merge zizzer:/bk/newmemAli Saidi
2006-04-28random mix of tidbitsAli Saidi
2006-04-28Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-28Added byteswapping codeGabe Black
2006-04-24Mostly done with all device models for new memory system. Still need to get t...Ali Saidi
2006-04-24Quiesce stuff.Kevin Lim
2006-04-24Include option for disabling PC symbols.Kevin Lim
2006-04-24Updates to Ozone model for quiesce, store conditionals.Kevin Lim
2006-04-24New stats added to O3 model.Kevin Lim
2006-04-24Fixes for ll/sc for the O3 model.Kevin Lim
2006-04-24Allow the switching on and off of PC symbols for tracing.Kevin Lim
2006-04-22Include new OzoneCPU filesKevin Lim