summaryrefslogtreecommitdiff
path: root/cpu/simple_cpu
AgeCommit message (Expand)Author
2005-03-18Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-15during a cache miss in the simple cpu we were finalizing the traceAli Saidi
2005-03-10Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-08Hand-merge static_inst.hh. These execute functions are within an external fi...Kevin Lim
2005-03-07Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-25Make all StaticInst methods const. StaticInst objects represent aSteve Reinhardt
2005-02-25Initial light-weight OoO CPU checkin, along with gcc-3.4 fixes.Kevin Lim
2005-02-21Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-19Clean up CPU stuff and make it use params structsNathan Binkert
2005-02-18Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-17rename the simple cpu's multiplier parameter. call it width.Nathan Binkert
2005-02-09MergerRon Dreslinski
2005-02-09Some more useful debugging info for kernel panic and die eventsRon Dreslinski
2005-02-03Add support for CPU models to execute the effectiveSteve Reinhardt
2005-01-18Move trace data function to .cc file.Kevin Lim
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2004-11-18Put back in SimpleCPU changes and Coherence Timing Bus changesRon Dreslinski
2004-11-18undo simple CPU changesNathan Binkert
2004-11-17Changes to use siinic:Ron Dreslinski
2004-11-16Add simple function-tracing support. Prints a messageSteve Reinhardt
2004-11-15Minor cleanup of symtab code/includes.Steve Reinhardt
2004-11-10Don't use the global check_interrupts variable. Add a per-cpuNathan Binkert
2004-11-03make activation of exec contexts happen in startupNathan Binkert
2004-10-25Don't use magic numbers.Nathan Binkert
2004-10-17Bunch of little changes for tracking copies and getting OPT right.Erik Hallnor
2004-09-28Add opt cpu and fix page copy warningsErik Hallnor
2004-09-22Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5-smpAli Saidi
2004-09-20Update copies to work around alignment faults.Erik Hallnor
2004-09-03added system option to bin interrupt code seperately.Ali Saidi
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-07-14Add a clock multiplier for simple CPU so that it is possibleNathan Binkert
2004-06-30Merge zizzer:/bk/m5 into zizzer.eecs.umich.edu:/z/alschult/m5Andrew Schultz
2004-06-30Change assert to check on virtual addresses because the physicalAndrew Schultz
2004-06-28fix up the recordEvent stuff to support ignoring eventsNathan Binkert
2004-06-23Merge zizzer:/bk/linux into zeep.eecs.umich.edu:/z/saidi/work/m5-endianAli Saidi
2004-06-22pull from head before pushing linux treeAli Saidi
2004-06-21Merge saidi@zizzer.eecs.umich.edu:/bk/linuxAli Saidi
2004-06-21start towards getting m5 endian compliantAli Saidi
2004-06-17Serialized cpu interruptsAli Saidi
2004-06-15Get software prefetching to work in full-system mode.Steve Reinhardt
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-28Merged in new FastCPU stuff with existing code.Kevin Lim
2004-05-27FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...Kevin Lim
2004-05-21add a few statistics eventsNathan Binkert
2004-05-21Change the namespace Statistics to StatsNathan Binkert
2004-05-18Add a level of indirection to the register accessors used inSteve Reinhardt
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-10Do a better job of factoring out CPU model in ISA description.Steve Reinhardt