summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-22Use the multidict in the python config stuff. Makes code a bitNathan Binkert
2005-03-22We don't support multiple inheritence very well, so we'llNathan Binkert
2005-03-22Sort the sim objects in the python outputNathan Binkert
2005-03-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2005-03-18Make each etherdev have it's own pci_dev numberRon Dreslinski
2005-03-18Hand merged some changesRon Dreslinski
2005-03-18Use the correct version of linuxRon Dreslinski
2005-03-18Reworked the configurations to properly use dual/quad checkpointsRon Dreslinski
2005-03-18Byproducts of aborted attempt to refine 'parent' proxy semantics.Steve Reinhardt
2005-03-17re-implement SplitLIFO so that LIFO now applies to individual sets (LRU-style...Lisa Hsu
2005-03-17nake systems parameterizable in the number of NICS. appropriately hook up ne...Lisa Hsu
2005-03-17Merge zizzer:/bk/m5 into zed.eecs.umich.edu:/z/hsul/work/m5/pact05Lisa Hsu
2005-03-17allow the call to len on Value proxy.Lisa Hsu
2005-03-16Merge zizzer.eecs.umich.edu:/z/stever/bk/m5-headSteve Reinhardt
2005-03-16Allow proxies to refer to proxies in config files.Steve Reinhardt
2005-03-16Make panic work in m5.configNathan Binkert
2005-03-16Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-16No need for this ifdef, since the entire process.hh is surounded by an ifndef...Ron Dreslinski
2005-03-16Make the stack size default to 16MB in eio processesRon Dreslinski
2005-03-16Fixed the super/parent change fpr splash2 benchmarksRon Dreslinski
2005-03-16Remove DUALCPU environment variable and add NUMCPUS, which will build NUMCPUS...Ron Dreslinski
2005-03-16Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-16Move the creation of the L2 out of the memory base (fix for Ali) and make a w...Ron Dreslinski
2005-03-16Some changes to NSGigE's DPRINTF's that helped when I was doing NAT stuff.Lisa Hsu
2005-03-16Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-16Merge zizzer:/bk/m5Lisa Hsu
2005-03-16Forgot to commit run.mpy with last changeset (really belongs there).Steve Reinhardt
2005-03-16Merge zizzer:/z/m5/Bitkeeper/m5Ron Dreslinski
2005-03-16Fix the bad addr check to check for allowable addresses in the nxm address spaceRon Dreslinski
2005-03-16Enhancements to python config proxy class.Steve Reinhardt
2005-03-15Add a comment to smartdict.py.Steve Reinhardt
2005-03-15only increment invalid address loads on misspeculated instructionsAli Saidi
2005-03-15Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-03-15during a cache miss in the simple cpu we were finalizing the traceAli Saidi
2005-03-15Hard code the SimObject::Params structNathan Binkert
2005-03-15Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Nathan Binkert
2005-03-15Reduce the client memory requirement for surge so the nat stuffNathan Binkert
2005-03-15mergeLisa Hsu
2005-03-15Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-03-15config file fixesAli Saidi
2005-03-15get rid of issequence and just use the isinstance builtinNathan Binkert
2005-03-15small cleanup to sampling cpu code.Nathan Binkert
2005-03-15Fix comment.Steve Reinhardt
2005-03-15Fix the fix, I hope...Steve Reinhardt
2005-03-15fetch.cc:Lisa Hsu
2005-03-15fetch.cc:Lisa Hsu
2005-03-14g++ 3.4 fixes.Kevin Lim
2005-03-14helpful DPRINTF changes - more info is good!Lisa Hsu
2005-03-14Bad addr check should be full system only.Kevin Lim
2005-03-14Fix for using Python 2.4Kevin Lim