summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-15Changes to start making the tree use the new memory system. Trying to compil...Ron Dreslinski
2006-02-15Many changes that make the new mem system compile. Now to convert the rest o...Ron Dreslinski
2006-02-07Merge zizzer:/z/m5/Bitkeeper/newmemRon Dreslinski
2006-02-07Pushing current state. Need to fix compilation problems, have moved the SCON...Ron Dreslinski
2006-02-03Update for new memory system. Uses the ports to access memory now. Also sup...Kevin Lim
2006-02-03Adding some more things toward having cpu->mem test in place. Still need to ...Ron Dreslinski
2006-01-31Remove non-needed functions, fix return values of completion handler.Ron Dreslinski
2006-01-31More changes toward making simpleCpu use new port interface.Ron Dreslinski
2006-01-31More include files, removing definition of SendResult whioch isn't needed any...Ron Dreslinski
2006-01-31Fixed some void functions with returns, first stab at cpu ports.Ron Dreslinski
2006-01-31Merge zizzer:/bk/newmemAli Saidi
2006-01-31changed sendresult -> bool,tick,void as appropriateAli Saidi
2006-01-31Add proper includesRon Dreslinski
2006-01-31Listing some of the enum structuresRon Dreslinski
2006-01-31Inital split up of the header files for the new memory system. Still need to...Ron Dreslinski
2006-01-29Hacks to avoid compiling in old FullCPU model.Steve Reinhardt
2006-01-29Add PageTable code and SConscript fixes for new syscall emulationSteve Reinhardt
2006-01-28Changes for Process object initialization in merged-memory environment.Steve Reinhardt
2006-01-24added Request struct and updated Packet as per meeting 24/01/2006Ali Saidi
2006-01-17Update interface from 1/17 meeting.Steve Reinhardt
2006-01-16Couple more interface additions.Steve Reinhardt
2005-12-23More evolution of the new interface.Steve Reinhardt
2005-12-23Add ChunkGenerator object for breaking arbitrary regionsSteve Reinhardt
2005-12-23Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2005-12-23Fix roundUp function template so explicit arg is notSteve Reinhardt
2005-12-23Change base/intmath.{cc,hh} to follow m5 style.Steve Reinhardt
2005-12-23tweak try1.ccNathan Binkert
2005-12-23Merge zizzer.eecs.umich.edu:/bk/m5Nathan Binkert
2005-12-23Move the memory hierarchy to oldmem and leave an emptyNathan Binkert
2005-12-23Updates to Memory system changes document.Nathan Binkert
2005-12-22Add a more refined stab at some of the new interface.Steve Reinhardt
2005-12-22Add notes from latest memory system redesign meetings.Steve Reinhardt
2005-12-21Make ScsiController a PioDevice so it works again.Nathan Binkert
2005-12-19Create the ProxyError Exception. Raise it when an unproxyNathan Binkert
2005-12-19Add a little bit of support to grab info for making graphsNathan Binkert
2005-12-06Make simulation termination message less threatening... maybeSteve Reinhardt
2005-12-01Two small fixes for mem_req's and Probe path with MOSI/MOESIRon Dreslinski
2005-11-29Add support for multiple streams being configured with the INITPARAMAli Saidi
2005-11-28Virtualized SINIC fixesNathan Binkert
2005-11-28Make the debugger a bit more useful with m5.opt by moving stuffNathan Binkert
2005-11-25Virtualize sinicNathan Binkert
2005-11-25Add the capability to iterate through the packets in a pktfifo,Nathan Binkert
2005-11-22Major improvements in the graph output code. Mostly adding moreNathan Binkert
2005-11-22Change the set of statistics that are generated when specifying "all"Nathan Binkert
2005-11-22More changes from cpus named fullX to runXNathan Binkert
2005-11-22Fix the system clock at 1THz making 1 simulation tick = 1 psNathan Binkert
2005-11-22make the NUMCPUS parameter always refer to the total number of cpusNathan Binkert
2005-11-22Make sure that the aiobench client has enough memory.Nathan Binkert
2005-11-22Clean up the newly updated iscsi-client scriptNathan Binkert
2005-11-22Apply patch for syscall emulation provided by Antti Miettinen (apm@brigitte.d...Kevin Lim