summaryrefslogtreecommitdiff
path: root/dev
AgeCommit message (Expand)Author
2004-03-05Add support for a propagation delay on the link. The electricalNathan Binkert
2004-02-29Fix dumping to work on the opteron. struct timeval canNathan Binkert
2004-02-29Add support for multiple address ranges in memory interfaces.Erik Hallnor
2004-02-22configurable latency for programmed IONathan Binkert
2004-02-21New Ethernet device. Descriptors are now done via DMA insteadNathan Binkert
2004-02-20make the dma interface useable.Nathan Binkert
2004-02-20make etherdump work againNathan Binkert
2004-02-20Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2004-02-20Add serialization for packets on the ethernet link,Ron Dreslinski
2004-02-11Add support for all devices to get requests from a timing memory bus.Nathan Binkert
2004-02-09- Whack unused codeNathan Binkert
2004-02-04Add support for "serializing" instructions that flushSteve Reinhardt
2004-02-02More conversions of ref-counted parameters to references:Steve Reinhardt
2004-02-02Change MemReqPtr parameters to references.Steve Reinhardt
2004-01-29Fix character input by handling the character and theNathan Binkert
2004-01-29provide an output stream for simulator output. (This takes place of theNathan Binkert
2004-01-11Modify handling of serialize:dir parameter to make it more useful.Steve Reinhardt
2003-12-22add support for simple character input via the system consoleNathan Binkert
2003-12-19Make stuff build on openbsdNathan Binkert
2003-12-11Stats & serialization tweaks & cleanup. Unserializing fromSteve Reinhardt
2003-12-10Factor ExecContext::setStatus(), BaseCPU::execCtxStatusChange(),Steve Reinhardt
2003-11-14Make it so that we create a directory for each checkpoint so thatNathan Binkert
2003-11-04This is M5!Nathan Binkert
2003-11-04A little bit of code here and there to get more access toNathan Binkert
2003-11-04fix type! arghNathan Binkert
2003-11-02Implement more m5 pseduo opcodes:Nathan Binkert
2003-11-01Fix overwritting and ordering issues with serialization routinesRon Dreslinski
2003-10-31Changed the naming of Serializeable derived objects. Serializeable no longer...Andrew Schultz
2003-10-30Serialization support for cow imagesRon Dreslinski
2003-10-30Add serialization (which Nate now says we probably don't need)Steve Raasch
2003-10-29Merge Steve & Erik's etherdev & scsi changes with mine (specificallySteve Reinhardt
2003-10-29Merge.Steve Reinhardt
2003-10-29Support for Serializable non-SimObject things like events.Steve Reinhardt
2003-10-29Add serialization for etherdevSteve Raasch
2003-10-29Rename SERIALIZE_MEMBER to SERIALIZE_SCALAR.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-26only send data to a peer if the peer existsNathan Binkert
2003-10-25Fix packet buffer management for receive packetsNathan Binkert
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-20Separate the stuff for SimObject from SimObject builder.Nathan Binkert
2003-10-13Split up kernel.cc into separate files for dump_mbuf and printfNathan Binkert
2003-10-13Try to get the correct license on various filesNathan Binkert
2003-10-10Make include paths explicit and update makefile accordingly.Steve Reinhardt
2003-10-07Import changesetSteve Raasch