summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2004-05-18merge m5 with linux for the event and binning liftingLisa Hsu
2004-05-17Significant changes to ISA description to completely factorSteve Reinhardt
2004-05-13remove the annotation junkNathan Binkert
2004-05-12Make a new stat type of Value which is a scalar stat thatNathan Binkert
2004-05-11first pass at merging m5 with linuxLisa Hsu
2004-05-10Do a better job of factoring out CPU model in ISA description.Steve Reinhardt
2004-05-06Whole mess'o'changes.. see individual filesAndrew Schultz
2004-05-04Major stats package cleanupNathan Binkert
2004-04-03More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).Steve Reinhardt
2004-04-02Basic cleanup pass to get rid of a few things that made the PythonSteve Reinhardt
2004-03-24Minor cleanup from building & diffing behaviorSteve Reinhardt
2004-03-11merge with m5 headLisa Hsu
2004-03-05fix ALPHALisa Hsu
2004-03-05changes that affect post checkpoint runs.Lisa Hsu
2004-03-05nother fixLisa Hsu
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-16MergeAndrew Schultz
2004-02-16changed interrupt index to be 64 bits long and fixed a bad includeAli Saidi
2004-02-14Add full copy support.Erik Hallnor
2004-02-13Merge zizzer.eecs.umich.edu:/m5/Bitkeeper/m5Andrew Schultz
2004-02-10Add support for multiple outstanding aligned copiesErik Hallnor
2004-02-09Merge linux tree with headAndrew Schultz
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-05Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2004-02-04Add support for "serializing" instructions that flushSteve Reinhardt
2004-02-04More reformatting of reference parameter declarations.Steve Reinhardt
2004-02-03mergeNathan Binkert
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-30MergeNathan Binkert
2004-01-28our first interruptAli Saidi
2004-01-25Change the way the hierarchy is separated. Now all virtual functions are in t...Erik Hallnor
2004-01-12Added code to print out the symbol if one exists for an addressAli Saidi