summaryrefslogtreecommitdiff
path: root/src/arch/mips
AgeCommit message (Expand)Author
2006-11-29Add support for mmapped iprs to atomic cpuAli Saidi
2006-11-16Implement current working directory for LiveProcessesNathan Binkert
2006-11-08Put the MIPS stacktrace into the MipsISA namespace to fit with Alpha and SPARC.Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-20Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-20Use PacketPtr everywhereNathan Binkert
2006-10-19refactor code for the packet, get rid of packet_impl.hhNathan Binkert
2006-10-12Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-09-30Changed makeExtMI to take a ThreadContext instead of a pc.Gabe Black
2006-09-17Finished changing how stat structures are translated, fixed the handling of v...Gabe Black
2006-08-31add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...Korey Sewell
2006-08-15fixes for gcc 4.1Ali Saidi
2006-08-15Cleaned up include files and got rid of many using directives in header files.Gabe Black
2006-08-11Started adding a system to output data after every instruction.Gabe Black
2006-08-11Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...Gabe Black
2006-07-26MIPS ISA runs 'hello world' in O3CPU ...Korey Sewell
2006-07-23This changeset gets the MIPS ISA pretty much working in the O3CPU. It builds,...Korey Sewell
2006-07-14For now, halt context is the same as deallocating.Korey Sewell
2006-07-14MIPS specific fixes ... the main thing is that SMT threads get their own stac...Korey Sewell
2006-07-06more steps toward O3 SMTKorey Sewell
2006-06-26add syscall emulation page table fault so we can allocate more stack pagesAli Saidi
2006-06-15Mips Code Cleanup:Korey Sewell
2006-06-14add cycle to exit messageKorey Sewell
2006-06-14-luxc1 fixKorey Sewell
2006-06-12Merge zizzer:/bk/newmemKorey Sewell
2006-06-11Move LiveProcess::create() from arch-specific filesSteve Reinhardt
2006-06-11Remove Full System FilesKorey Sewell
2006-06-11next round of MIPS ISA changesKorey Sewell
2006-06-11Edit Fetch DPRINT in simple CPUKorey Sewell
2006-06-09Authorship stuffKorey Sewell
2006-06-09add fcntl64FuncKorey Sewell
2006-06-09Merging in a month of changesKorey Sewell
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-05-31remove unneeded files that were copied directly from alphaAli Saidi
2006-05-31Updated Authors from bk prs infoAli Saidi
2006-05-28Remove authors from copyright.Ali Saidi
2006-05-22New directory structure:Steve Reinhardt