summaryrefslogtreecommitdiff
path: root/cpu/exec_context.cc
AgeCommit message (Expand)Author
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-02-21Changed Fault * to Fault, which is a typedef to FaultBase *, which is the old...Gabe Black
2006-02-16Changed the fault enum into a class, and fixed everything up to work with it....Gabe Black
2005-11-20switch all profiling stuff to the kernelSymtab since allSymtabNathan Binkert
2005-10-18Add new function profiling stuff, wrap the pc_sample stuff into it.Nathan Binkert
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
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-21Change the namespace Statistics to StatsNathan Binkert
2004-04-03More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).Steve Reinhardt
2004-03-24Minor cleanup from building & diffing behaviorSteve Reinhardt
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-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-02insn->instSteve Reinhardt
2003-12-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-12-01Restructuring of LiveProcess etc. to support multiple emulated OS syscallSteve Reinhardt
2003-11-04Add the ability to track stats in user defined sets of function calls. code ...Lisa Hsu
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Flesh out ExecContext serialize/unserialize (including RegFile).Steve Reinhardt
2003-10-29More progress on checkpointing... we can now write out a checkpoint and read ...Steve Reinhardt
2003-10-28Revamp serialization to make it easier.Steve Reinhardt
2003-10-24Make FullCPU schedule its TickEvent when one of its contexts becomes active.Steve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
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