summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-06tag each mem_req as coming from the nic if it is DMA'd from the NIC. the NIC...Lisa Hsu
2004-07-06Merge zizzer.eecs.umich.edu:/bk/m5Lisa Hsu
2004-07-06Remove duplicate statErik Hallnor
2004-07-05updated to work on all platforms (actually map sure that the physicalAli Saidi
2004-07-05Added code to read any location in memory a repetative number of andAli Saidi
2004-07-05these changes are an undo from my last changeset. these are meant for later.Lisa Hsu
2004-07-04almost forgot to do this - hope it doesn't mess up schedule.Lisa Hsu
2004-07-04fix some broken .ini'sLisa Hsu
2004-07-03fix makefile to work with traceflags.py changeNathan Binkert
2004-07-02Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2004-07-02Initial SCons-based build system. See www.scons.org.Steve Reinhardt
2004-07-02Fix byteswap on LP64 (amd64)Nathan Binkert
2004-07-02Need to #include <unistd.h> to build with preadNathan Binkert
2004-07-01implement the readfile pseudo instruction that will readNathan Binkert
2004-07-01rename CopyData to CopyOut and implement CopyIn to copy dataNathan Binkert
2004-07-01sort out common files into configs/kernelNathan Binkert
2004-07-01Add documentation for linux-dist system and make some small formattingAndrew Schultz
2004-06-30Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2004-06-30Update MAX ASN in kernel to 127 since that's what the ev5 supportsAli Saidi
2004-06-30fix the -I flag stuff for CPP so it actually works right.Nathan Binkert
2004-06-30add asn when tracing tlb stuffNathan Binkert
2004-06-30Merge zizzer:/bk/m5 into zizzer.eecs.umich.edu:/z/alschult/m5Andrew Schultz
2004-06-30Change assert to check on virtual addresses because the physicalAndrew Schultz
2004-06-30Merge zizzer.eecs.umich.edu:/bk/m5Lisa Hsu
2004-06-30fix transmit side checksum offloading to not generate a pseudo header.Lisa Hsu
2004-06-29Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2004-06-29Another fix for the too much work problem in 2.6. This should do it.Ali Saidi
2004-06-29Get rid of old ini files that haven't been used in a long time.Nathan Binkert
2004-06-28With the new uart code 300 cycles isn't quite enough, 350 seems toAli Saidi
2004-06-28fix up the recordEvent stuff to support ignoring eventsNathan Binkert
2004-06-28Don't serialize the absolute path so we can move checkpoints around.Nathan Binkert
2004-06-28add support to add a string to indicate a particular sample of a runNathan Binkert
2004-06-27Merge zizzer:/bk/m5 into isabel.reinhardt.house:/z/stever/bk/m5Steve Reinhardt
2004-06-27allow the use of old console code and update elf_object not to rely on EM_ALP...Ali Saidi
2004-06-26removed LINUX system dir, all we really need is one that both tru64 and linux...Ali Saidi
2004-06-26rewrote uart and renamed console.cc to simconsole to reduce confusionAli Saidi
2004-06-23minor changes to endian code so that it runs on x86 linuxAli Saidi
2004-06-23Merge zizzer:/bk/linux into zeep.eecs.umich.edu:/z/saidi/work/m5-endianAli Saidi
2004-06-23Fix to properly shadow the DEV bit in the Drive/Head register so otherAndrew Schultz
2004-06-23more modifications for cross-endian support. linux now gets to pciconfigAli Saidi
2004-06-22Merge zizzer:/bk/linux into zeep.eecs.umich.edu:/z/saidi/work/m5-linuxAli Saidi
2004-06-22ifdefed ev5 vs. ev6 differences so Tlaser can work in the linux treeAli Saidi
2004-06-22pulled from head before pushing linux treeAli Saidi
2004-06-22pull from head before pushing linux treeAli Saidi
2004-06-21Initial cut at Python-based descriptor files for param contexts.Steve Reinhardt
2004-06-21Handle SIGABRT a little more nicely.Steve Reinhardt
2004-06-21Get rid of DynInst 'valid' hack check... bug it was put in for is long gone.Steve Reinhardt
2004-06-21Don't put store prefetches (like wh64) with invalid addressesSteve Reinhardt
2004-06-21Record execution faults in DynInst fault field. Previously theSteve Reinhardt
2004-06-21lLisa Hsu