summaryrefslogtreecommitdiff
path: root/arch/alpha
AgeCommit message (Expand)Author
2006-05-14Moved the UnimpFault to be globalGabe Black
2006-04-28Add SparcSystem objectAli Saidi
2006-04-18Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-18Changed MIPS and Alpha to pass the syscall number to the syscall functionGabe Black
2006-04-13Move RLIMIT constants to OS/ISA specific files instead of generic OS containe...Korey Sewell
2006-04-13Changes that get rid of the OSFlags and derive a new class of this format <ar...Korey Sewell
2006-04-12Merge zizzer:/bk/newmemAli Saidi
2006-04-12fs now gets to the point where it would really like a filesystem.Ali Saidi
2006-04-12Merge zizzer:/bk/newmemKorey Sewell
2006-04-12add OSFlags struct to AlphaISA/MipsISA namespace. The OS classes then use the...Korey Sewell
2006-04-11change how much of the param string is copied into the kenelAli Saidi
2006-04-07Move to a model with a unified request object.Ron Dreslinski
2006-04-06Fixed for full system.Gabe Black
2006-04-06Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-04-06fixes for newmemAli Saidi
2006-04-06Enable register windows.Gabe Black
2006-04-06fixes for new memory systemAli Saidi
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-30Fixes for full system compiling.Kevin Lim
2006-03-29page_table.cc is a syscall only kinda thingAli Saidi
2006-03-29Merge zizzer:/bk/newmemAli Saidi
2006-03-29move stuff around so PageShift is defined before it is neededAli Saidi
2006-03-29Remove "using namespace std" from global declarations.Kevin Lim
2006-03-28Use op_decl instead of op_src_decl + op_dest_decl in .isa templates.Steve Reinhardt
2006-03-28Make Alpha ItbFault methods abstract instead of calling panic()Steve Reinhardt
2006-03-28Make .isa-file ##include file paths relative to including file.Steve Reinhardt
2006-03-28Move TLB faults into the normal Fault code. The TLB no longer fills in IPRs ...Kevin Lim
2006-03-16Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-16Fixups towards compiling.Gabe Black
2006-03-15add translations for new sections that are mmapped or when the brkAli Saidi
2006-03-14Fixed up after a hand merge.Gabe Black
2006-03-14Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-14Moved registerfile.hh to regfile.hhGabe Black
2006-03-14Changed the floating point register file into a class with appropriate access...Gabe Black
2006-03-13Have a copyRegs function defined in the ISA that copies registers from one Ex...Kevin Lim
2006-03-12Clean up arch/*/process.hh includes and std namespace issues.Steve Reinhardt
2006-03-12Clean up "using" declarations.Steve Reinhardt
2006-03-12Merge zizzer:/bk/newmemKorey Sewell
2006-03-12MIPS is back to compiling and building now!Korey Sewell
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-11Added registerfile.hh and utility.hhGabe Black
2006-03-10Work towards factoring isa_traits.hh into smaller, more specialized files.Gabe Black
2006-03-10Got rid of some dead code.Gabe Black
2006-03-10Pushed the InternalProcReg type into the MiscRegFile, so it's not needed here...Gabe Black
2006-03-10Added ev5.hh to files which should include it directly, now that it isn't inc...Gabe Black
2006-03-10Moved constants from isa_traits.hh into constants.hh.Gabe Black
2006-03-10Merge m5.eecs.umich.edu:/bk/newmemGabe Black
2006-03-10It now runs hello world binary.Ron Dreslinski