summaryrefslogtreecommitdiff
path: root/src/cpu
AgeCommit message (Expand)Author
2006-11-14Merge zizzer:/bk/newmemRon Dreslinski
2006-11-14Various fixes to delete packet and request a little better.Kevin Lim
2006-11-14Make cpu's capable of having a phase shiftRon Dreslinski
2006-11-13Changes needed for a bus from CPU->L1Ron Dreslinski
2006-11-13Make CPU models signal to update the snoop rangesRon Dreslinski
2006-11-13More interrupt reworking.Kevin Lim
2006-11-13Change warn to DPRINTF.Kevin Lim
2006-11-12Fix typo.Kevin Lim
2006-11-12Fix for regression failure.Kevin Lim
2006-11-12Merge ktlim@zamp:./local/clean/tmp/test-regressKevin Lim
2006-11-12Fix for non-FS compile.Kevin Lim
2006-11-12Updates to support new interrupt processing and removal of PcPAL.Kevin Lim
2006-11-11Get rid of the ParamContext for pseudo instructions and moveNathan Binkert
2006-11-11The Lock_Flag_DepTag went away earlier, and using TheISA gives the false impr...Gabe Black
2006-11-11Certain header files should only be used in FS.Gabe Black
2006-11-10Merge zizzer:/bk/newmemAli Saidi
2006-11-10fix endian issues with condition codesAli Saidi
2006-11-10Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-11-10Change up some warnings to DPRINTFs.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