summaryrefslogtreecommitdiff
path: root/cpu/base_cpu.cc
AgeCommit message (Expand)Author
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-06-01Standardize clock parameter names to 'clock'.Steve Reinhardt
2005-05-24Little debugging things.Steve Reinhardt
2005-04-14Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-03-15Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-03-15small cleanup to sampling cpu code.Nathan Binkert
2005-03-10Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
2005-02-22Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin 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-17Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-02-11Merge ktlim@zizzer.eecs.umich.edu:/bk/m5Kevin Lim
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-04Hand mergeKevin Lim
2005-01-14Fixes so m5 compiles on gcc 3.4, which has much stricter syntax. Most change...Kevin Lim
2005-01-11Merge changes.Kevin Lim
2004-11-16Add simple function-tracing support. Prints a messageSteve 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-21Check in of various updates to the CPU. Mainly adds in stats, improvesKevin Lim
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-06-17Serialized cpu interruptsAli Saidi
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-21rename namespace Statistics to StatsNathan Binkert
2004-05-18merge m5 with linux for the event and binning liftingLisa Hsu
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-04-02Basic cleanup pass to get rid of a few things that made the PythonSteve Reinhardt
2004-03-11merge with m5 headLisa Hsu
2004-02-29Fix the swichover code. It's only for FULL_SYSTEMNathan Binkert
2004-02-29fix switchover WRT interruptsNathan Binkert
2004-02-16changed interrupt index to be 64 bits long and fixed a bad includeAli Saidi
2004-02-02insn->instSteve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-21Don't need to include sim/param.hh in sim_object.hh anymore.Steve Reinhardt
2003-10-16Add a commited loads event queue similar to the one for commited instructions.Erik Hallnor
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt
2003-10-10File moves for the reorg. Tree is in broken state until I commit the makefil...Steve Reinhardt