summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2004-03-05serialization for binning. it is WAAAAAAAY past my bedtime.Lisa Hsu
2004-03-04AutomergedErik Hallnor
2004-03-04Copy implementationsErik Hallnor
2004-02-29Fix the swichover code. It's only for FULL_SYSTEMNathan Binkert
2004-02-29fix switchover WRT interruptsNathan Binkert
2004-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-27Added copy instructions to the ISA. Well it didn't break anything yet...Erik Hallnor
2004-02-27Initial copy support in the pipeline. Add copypal counting.Erik Hallnor
2004-02-26Make SW prefetch flag a parameter again, and add code to makeSteve Reinhardt
2004-02-24add in an init() callback for CPU's so that no stats are accessed prior to th...Lisa Hsu
2004-02-20make uncacheable stuff happen againNathan Binkert
2004-02-17Add COW support to the IIC.Erik Hallnor
2004-02-14Add full copy support.Erik Hallnor
2004-02-10Add support for multiple outstanding aligned copiesErik Hallnor
2004-02-09Merge ehallnor@zizzer:/bk/m5 into zazzer.eecs.umich.edu:/z/ehallnor/m5Erik Hallnor
2004-02-09Add LRU aligned copies to the hierarchy, with only one outstanding copy. Alig...Erik Hallnor
2004-02-09Results of automatic (yet incomplete) merge.Steve Reinhardt
2004-02-04Add support for "serializing" instructions that flushSteve Reinhardt
2004-02-04More reformatting of reference parameter declarations.Steve Reinhardt
2004-02-03Fix bug: forgot branchTarget() method on indirect branches.Steve Reinhardt
2004-02-02Get rid of LVQ-port function unit... only used for redundantSteve Reinhardt
2004-02-02insn->instSteve Reinhardt
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2004-02-02More conversions of ref-counted parameters to references:Steve Reinhardt
2004-02-02Change MemReqPtr parameters to references.Steve Reinhardt
2004-01-25Change the way the hierarchy is separated. Now all virtual functions are in t...Erik Hallnor
2003-12-19Minor cleanup of trace/output stuff (leftover from EINTR bug fix).Steve Reinhardt
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