summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-11-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-10Change exetrace code for working with my trace tool to use stream io rather t...Gabe Black
2006-11-09Get SPARC to the point that it starts running. Add ability to load the ROM bi...Ali Saidi
2006-11-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-09Draining fixes.Kevin Lim
2006-11-08Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-08Move the check to see if you're in user mode into the isa directory.Gabe Black
2006-11-08Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-08Put the ProcessInfo and StackTrace objects into the ISA namespaces.Gabe Black
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07Only include kern/kernel_stats.hh if in full system. This was breaking MIPS_SEGabe Black
2006-11-07add code to operate in lockstep with legionAli Saidi
2006-11-07Fix compile error.Kevin Lim
2006-11-07Initialize mem dep unit properly.Kevin Lim
2006-11-07Added sim/host.hh for the Addr type.Gabe Black
2006-11-07Got rid of a stray blank line.Gabe Black
2006-11-07Moved the switched version of kernel_stats.hh back to kern, and moved the bas...Gabe Black
2006-11-06Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-06Clean up clock phase drift code a bit.Kevin Lim
2006-11-05Initialize pointer to NULL.Kevin Lim
2006-11-04Merge zizzer:/bk/newmemAli Saidi
2006-11-04fixes so that M5 will compile under solarisAli Saidi
2006-11-03The tc needs to be protected instead of private so that the CpuEventWrapper c...Gabe Black
2006-11-03Got rid of "inPalMode". Some places are still effectively checking if they ar...Gabe Black
2006-11-03Add a new file which describes an ISA's interrupt handling mechanism. It reco...Gabe Black
2006-11-02Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-02More proper handling of the ports.Kevin Lim
2006-11-02Remove function that should have been deleted.Kevin Lim
2006-11-02Use ISA specific makeExtMI.Kevin Lim
2006-11-01Merge zizzer.eecs.umich.edu:/bk/newmem/Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-31Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-10-31Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...Kevin Lim
2006-10-31Ports now have a pointer to the MemObject that owns it (can be NULL).Kevin Lim
2006-10-31Missed a few instances of this function.Gabe Black
2006-10-31Move IntrFlag into the MiscRegFile and get rid of specialized accessor functi...Gabe Black
2006-10-31Put the Alpha tlb stuff into the AlphaISA namespace, and give the classes mor...Gabe Black
2006-10-29An attempt to serialize the state of the micro code mechanism in the simple cpu.Gabe Black
2006-10-28This one really needs to be arch/faults.hhGabe Black
2006-10-28Include the right version of faults.hhGabe Black
2006-10-28One last adjustment to get rid of skew in the simple atomic cpu.Gabe Black
2006-10-27A more complete attempt to fix the clock skew.Gabe Black
2006-10-27Potential fix to clock skew problem.Gabe Black
2006-10-23Merge zizzer:/bk/newmemLisa Hsu
2006-10-23make this parallel to the other cpu types so that resume works correctly.Lisa Hsu
2006-10-23Minor compile fix. Not sure why this is broken.Gabe Black
2006-10-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-23Don't let interupts interupt microcode at undesired points.Gabe Black