summaryrefslogtreecommitdiff
path: root/sim/process.cc
AgeCommit message (Expand)Author
2006-05-15Many files:Steve Reinhardt
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Fixes to SPARC syscall emulation mode.Gabe Black
2006-04-06added unimp faultsAli Saidi
2006-04-06fixes for newmemAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-14Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output...Korey Sewell
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Get rid of "Functional" suffix from (read|write)(Blob|String) functions.Steve Reinhardt
2006-03-12Get rid of validInstAddr() & validDataAddr().Steve Reinhardt
2006-03-12Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Steve Reinhardt
2006-03-12Get rid of obsolete header that had only one declaration ofSteve Reinhardt
2006-03-09Hand merge. Stuff probably doesn't compile.Gabe Black
2006-03-09Merge zizzer:/bk/multiarchAli Saidi
2006-03-09no more common syscall emulation, now common for everyoneAli Saidi
2006-03-05Merge ktlim@zizzer:/bk/m5Kevin Lim
2006-03-04Steps towards setting up the infrastructure to allow the new CPU model to wor...Kevin Lim
2006-03-04Filled out the object file loader so it can load object files for several OSs...Gabe Black
2006-03-01More progress toward actually running a program.Steve Reinhardt
2006-02-27Renamed arch files to remove alpha prefix, and changed alpha_memory.hh and cc...Gabe Black
2006-02-27Changed targetarch to just arch.Gabe Black
2006-02-27Where architecture independent sources included arch/alpha/xxx.hh, they were ...Gabe Black
2006-02-23Add support for multiple ports on the memory. Hook up simple cpu to memory.Ron Dreslinski
2006-02-21Add blocksize functions to physical memory. Fix the port we were using in th...Ron Dreslinski
2006-02-20Make loaders use translation port instead of proxy memory.Ron Dreslinski
2006-02-20Add in a new translating port that allows syscalls to translate addresses via...Ron Dreslinski
2006-02-19Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5Gabe Black
2006-02-19Changes to untemplate StaticInst and StaticInstPtr, change the isa to a names...Gabe Black
2006-02-18Move Linux/Tru64 architecture independent code into kern/*Ali Saidi
2006-02-15More progress toward compiling... partly bySteve Reinhardt
2006-02-15endian fixes and compiles on mac os xAli Saidi
2006-01-28Changes for Process object initialization in merged-memory environment.Steve 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-11-10Actually free Process fd_map entries when a file is closed...Steve Reinhardt
2005-10-01Add executable parameter to LiveProcess. This allows the argv[0] value toSteve Reinhardt
2005-08-30Build options are set via a build_options file in theSteve Reinhardt
2005-06-05Many files:Steve Reinhardt
2005-06-05move eio stuff to encumberedNathan Binkert
2005-06-04shuffle files around for new directory structureNathan Binkert
2005-04-11Make the notion of a global event tick independent of the actualNathan Binkert
2005-03-16Fix the bad addr check to check for allowable addresses in the nxm address spaceRon Dreslinski
2005-03-09Changed all syscalls to use syscall return object.Ali Saidi
2005-02-23Merge zizzer:/bk/m5 into zeep.eecs.umich.edu:/z/saidi/work/m5Ali Saidi
2005-02-23Added mmap start and end so detailed CPU can know if an access isAli Saidi
2005-02-17Several tweaks to make binning work in any simulationNathan Binkert
2005-01-15New and improved configuration mechanism. No more writing ofNathan Binkert
2004-11-15Add support for sampled PC profiling to FullCPU.Steve Reinhardt
2004-10-17Clean up obsolete g++ 2.95 workaround.Steve Reinhardt