summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2003-12-11Make memtest compile again.Steve Reinhardt
2003-12-11- Switch events to use a priority enum instead of integers.Steve Reinhardt
2003-12-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-12-09Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-12-09Minor tweaks to make a switchover at tick N matchSteve Reinhardt
2003-12-08Instead of keeping track of the fraction of time that we'reNathan Binkert
2003-12-08move setStatus into the .cc fileNathan Binkert
2003-12-06Various cleanup. Mostly forcing initialization of some fields...Steve Reinhardt
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt
2003-11-06Merge ehallnor@zizzer:/bk/m5Erik Hallnor
2003-11-06Various fixes to memory code.Erik Hallnor
2003-11-06Little fixes to make more of the stats reset correctly.Nathan Binkert
2003-11-05Fix stats resetNathan Binkert
2003-11-04Merge zizzer:/bk/m5 into zower.eecs.umich.edu:/z/hsul/bk/cleanLisa Hsu
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-11-03AutomergeSteve Reinhardt
2003-11-03Minor changes to instruction trace output.Steve Reinhardt
2003-11-02General fixes for Sampling CPU in full system mode, and serialization of samp...Ron Dreslinski
2003-10-31Changed the naming of Serializeable derived objects. Serializeable no longer...Andrew Schultz
2003-10-30Add some comments explaining ExecContext::Status enum.Steve Reinhardt
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Serialization support for Alpha TLBs, PhysicalMemory, and SimpleCPU.Steve Reinhardt
2003-10-29Flesh out ExecContext serialize/unserialize (including RegFile).Steve Reinhardt
2003-10-29More progress on checkpointing... we can now write out a checkpoint and read ...Steve Reinhardt
2003-10-28Revamp serialization to make it easier.Steve Reinhardt
2003-10-26Minor serialization tweaks.Steve Reinhardt
2003-10-24Move some common full-system CPU initialization from theSteve Reinhardt
2003-10-24Make FullCPU schedule its TickEvent when one of its contexts becomes active.Steve Reinhardt
2003-10-23A few minor fixes to sampling... seems to work now for the base caseSteve Reinhardt
2003-10-23Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-23Move to non-architecture specific MemReqErik Hallnor
2003-10-21Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-10-21Don't need to include sim/param.hh in sim_object.hh anymore.Steve Reinhardt
2003-10-22Probe is now in. You currently can't probe uncacheable (of course it doesn't ...Erik Hallnor
2003-10-21Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5Erik Hallnor
2003-10-21memtest.cc:Erik Hallnor
2003-10-20Separate the stuff for SimObject from SimObject builder.Nathan Binkert
2003-10-20simple_cpu.cc:Erik Hallnor
2003-10-19Get rid of obsolete code, most of it '#if 0'ed anyway.Steve Reinhardt
2003-10-18Add comment to elaborate on store-conditional result code (and removeSteve Reinhardt
2003-10-16Add a commited loads event queue similar to the one for commited instructions.Erik Hallnor
2003-10-15Global whitespace fixesNathan Binkert
2003-10-14MergeNathan Binkert
2003-10-14Remove all of the Tru64 specific stuff from the base System objectNathan Binkert
2003-10-13Rename CPU object to FullCPUSteve Reinhardt
2003-10-13Rename full_cpu/cpu.cc,hh to full_cpu.cc,hh.Steve Reinhardt
2003-10-13Small optimizationNathan Binkert
2003-10-13Split up kernel.cc into separate files for dump_mbuf and printfNathan Binkert
2003-10-13CopyData and CopyString moved from kernel.cc to vtophys.ccNathan Binkert