summaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)Author
2005-03-15during a cache miss in the simple cpu we were finalizing the traceAli Saidi
2005-03-15small cleanup to sampling cpu code.Nathan Binkert
2005-03-10Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-03-07Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-01Add a new operation class for IPR accesses, and have IPR-accessingSteve Reinhardt
2005-02-25Make all StaticInst methods const. StaticInst objects represent aSteve Reinhardt
2005-02-25Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-25Fix timing modeling of faults: functionally the very next instruction afterSteve Reinhardt
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-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-11Rework the command line paramters for python output and howNathan 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-12-14Modified to work with do_eventsRon Dreslinski
2004-11-18Put back in SimpleCPU changes and Coherence Timing Bus changesRon Dreslinski
2004-11-18back out ron's memory system changes because they break dmaNathan Binkert
2004-11-18undo simple CPU changesNathan Binkert
2004-11-17Changes to use siinic:Ron Dreslinski
2004-11-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2004-11-16Add simple function-tracing support. Prints a messageSteve Reinhardt
2004-11-15Minor cleanup of symtab code/includes.Steve Reinhardt
2004-11-15Minor fixes for pc sampling profile.Steve Reinhardt
2004-11-15Add support for sampled PC profiling to FullCPU.Steve Reinhardt
2004-11-14Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-11-12MergeRon Dreslinski
2004-11-12Make changes so that coherence works on a timing bus for the top-level of cac...Ron Dreslinski
2004-11-10Don't use the global check_interrupts variable. Add a per-cpuNathan Binkert
2004-11-03Fix to deal with the new base class parameter for registrationNathan Binkert
2004-11-03Forgot about the tracing cpus for the changes to the base classNathan Binkert
2004-11-03make activation of exec contexts happen in startupNathan Binkert
2004-11-03Add Inorder CPU modelTaeho Kgil
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-10-01Make printouts look more like stats.Erik Hallnor
2004-09-30Updates to make traces work correctly in all circumstances. Add opt set assoc...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-16pc event now clears lower 2 bitsAli Saidi
2004-09-16switch contexts on palcode rather than kernel codeAli Saidi
2004-09-03added system option to bin interrupt code seperately.Ali Saidi
2004-09-02Update tracing functionality and add an ITX trace writer.Erik Hallnor