summaryrefslogtreecommitdiff
path: root/src/arch/alpha
AgeCommit message (Expand)Author
2006-11-08Make a function to say how big gdbregs is in bytes vs. regs.Gabe Black
2006-11-08Move the check to see if you're in user mode into the isa directory.Gabe Black
2006-11-08Put the ProcessInfo and StackTrace objects into the ISA namespaces.Gabe Black
2006-11-07Force remote gdb code to use signal numbers and not ISA specific trap numbers.Gabe Black
2006-11-07Put kernel_stats back into arch.Gabe Black
2006-11-07Broke remote_gdb into a base class and architecture specific derived classes.Gabe Black
2006-11-07Moved the idle event out of system_events.hh. The skipFuncEvent can be made I...Gabe Black
2006-11-07Moved the switched version of kernel_stats.hh back to kern, and moved the bas...Gabe Black
2006-11-06Got rid of obsolete ivlb and ivle psuedo instructions.Gabe Black
2006-11-06Remote GDB support has been changed to use inheritance. Alpha should work, bu...Gabe Black
2006-11-06Took the Alpha prefix off of AlphaArguments, and made sure it was being used ...Gabe Black
2006-11-06Created seperate SConscript for the dev directory. Made subdirectories for Al...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-02Use ISA specific makeExtMI.Kevin Lim
2006-11-01Fix a range check on the ipr_index.Gabe Black
2006-11-01Adjustments for the AlphaTLB changing to AlphaISA::TLB and changing register ...Gabe Black
2006-10-31Arg!Gabe Black
2006-10-31More typos! I need to get nfs to work.Gabe Black
2006-10-31Fix another typoGabe Black
2006-10-31Check for out of range IPR values as well.Gabe Black
2006-10-31Fix stupid typoGabe Black
2006-10-31Make two simple utility functions to determine if a MiscReg index correspondi...Gabe Black
2006-10-31We don't include ipr.cc in SE builds, so don't call it.Gabe Black
2006-10-31Made the old name refer to the miscreg index to prevent having to change code...Gabe Black
2006-10-31Forgot to change the index.Gabe Black
2006-10-31Make the IPRs use regular miscreg indexes, and make a table or two to find th...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-23Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-21Tweak a few things for better page fault debugging.Steve Reinhardt
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-16Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-13fix a bug in CopyStringOut. dprintk appears to work again.Ali Saidi
2006-10-12Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-08Implement Alpha LL/SC support for SimpleCPU (Atomic & Timing)Steve Reinhardt
2006-10-06there are two main thrusts of this changeset.Lisa Hsu
2006-10-02Merge zizzer.eecs.umich.edu:/bk/newmemGabe Black
2006-10-02Updates to fix merge issues and bring almost everything up to working speed. ...Kevin Lim
2006-09-30Merge ktlim@zamp:./local/clean/o3-merge/m5Kevin Lim
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-09-11Merge zizzer:/bk/newmemAli Saidi
2006-09-11add annotation code to m5Ali Saidi
2006-08-31add ISA_HAS_DELAY_SLOT directive instead of "#if THE_ISA == ALPHA_ISA" throug...Korey Sewell
2006-08-28Add dup() support (from Antti Miettinen).Steve Reinhardt
2006-08-15fixes for gcc 4.1Ali Saidi