summaryrefslogtreecommitdiff
path: root/cpu/exec_context.hh
AgeCommit message (Expand)Author
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-08-15Changes for getting FreeBSD to run.Miguel Serrano
2005-06-05Many files:Steve Reinhardt
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2004-11-13Macros are nasty, so let's get rid of them. Convert allNathan Binkert
2004-08-20- Clean up and factor out all of the binning code into aNathan Binkert
2004-06-21Merge saidi@zizzer.eecs.umich.edu:/bk/linuxAli Saidi
2004-06-21start towards getting m5 endian compliantAli Saidi
2004-06-10lift common code *kernel_stats.* into the kern directory.Lisa Hsu
2004-06-08Updated Copyright with information in bitkeeper changelogsAli Saidi
2004-05-27FastCPU model added. It's very similar to the SimpleCPU, just without a lot ...Kevin Lim
2004-05-10Do a better job of factoring out CPU model in ISA description.Steve Reinhardt
2004-04-03More {Itb,Dtb} -> {ITB,DTB} renames (forgot to test build KERNEL).Steve Reinhardt
2004-03-04AutomergedErik Hallnor
2004-03-04Copy implementationsErik Hallnor
2004-02-29Initial cleanup pass of lisa's function call trackingNathan Binkert
2004-02-02insn->instSteve Reinhardt
2004-02-02Change "Foo& foo" declarations to "Foo &foo".Steve Reinhardt
2004-02-02Change MemReqPtr parameters to references.Steve 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-30Add some comments explaining ExecContext::Status enum.Steve Reinhardt
2003-10-29Support for Serializable non-SimObject things like events.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-23Merge stever@zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2003-10-23Initial support for CPU switching. New SamplingCPU object encompasses a setSteve Reinhardt
2003-10-23Move to non-architecture specific MemReqErik Hallnor
2003-10-18Add comment to elaborate on store-conditional result code (and removeSteve Reinhardt
2003-10-15Global whitespace fixesNathan Binkert
2003-10-13Split up kernel.cc into separate files for dump_mbuf and printfNathan Binkert
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