Fix up kernel stats, allow them to not be used as well.
[gem5.git] / arch / alpha /
2006-05-25 Kevin LimFix up kernel stats, allow them to not be used as well.
2006-05-23 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-23 Kevin LimUpdates to isa parser to make it see dependencies prope...
2006-05-23 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-23 Kevin LimMove kernel stats out of CPU and into XC.
2006-05-23 Kevin LimAdd extra flags to help new CPU handle various instruct...
2006-05-22 Kevin LimUndo changes to instruction flags that has caused stati...
2006-05-16 Kevin LimMerge ktlim@zamp:/z/ktlim2/clean/m5-o3
2006-05-16 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-05-16 Kevin LimAdd some flags for the upcoming checker.
2006-05-11 Ali Saidimake m5 panic a little more verbose
2006-04-22 Kevin LimUpdates for O3 model.
2006-04-22 Kevin LimMove TLB faults into the normal fault classes. Now...
2006-03-12 Steve ReinhardtGet rid of obsolete header that had only one declaration of
2006-03-10 Gabe BlackWrapped setSysCallReturn in !FULL_SYSTEM.
2006-03-09 Ali Saidifix merging issues
2006-03-09 Ali SaidiMerge zizzer:/bk/multiarch
2006-03-09 Ali Saidino more common syscall emulation, now common for everyone
2006-03-09 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-03-09 Korey Sewelllast changes before big merge
2006-03-08 Korey SewellMerge zizzer:/bk/multiarch
2006-03-08 Kevin LimInclude ability to copy all misc regs.
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-08 Gabe BlackWorking towards compiling SPARC_SE
2006-03-08 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-08 Kevin LimUpdates for the quiesceEvent that was added to the XC.
2006-03-07 Gabe BlackPushed ev5.hh out of the non-alpha code.
2006-03-07 Gabe BlackGot rid of some commented out code.
2006-03-07 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-07 Gabe BlackSome clean up work with faults.
2006-03-07 Gabe BlackMoved where some alpha specific source files were menti...
2006-03-05 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-05 Kevin LimRemove call to swap_palshadow that is no longer needed.
2006-03-05 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-05 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-05 Gabe BlackChanged targetarch to arch
2006-03-05 Ali SaidiMerge zizzer:/bk/m5
2006-03-05 Ali SaidiMerge zizzer:/bk/m5
2006-03-05 Ali Saidimove alpha specific code into arch/alpha
2006-03-04 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-04 Kevin LimSteps towards setting up the infrastructure to allow...
2006-03-04 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-04 Ali Saidiwe REALLY don't want to use system headers for libelf...
2006-03-04 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-04 Gabe BlackRemoved the commented out declaration of the Addr type.
2006-03-04 Gabe BlackFilled out the object file loader so it can load object...
2006-03-03 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-03-03 Kevin LimRemove intr_post function. No longer being used.
2006-03-03 Kevin LimChanges to support automatic renaming of the shadow...
2006-03-03 Ali SaidiMerge zizzer:/bk/m5
2006-03-03 Ali SaidiFirst cut at moving alpha specefic stuff out of /sim...
2006-03-03 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-03-02 Gabe BlackGot rid of the multiple inheritance in the Fault classe...
2006-03-01 Ali SaidiMerge zizzer:/bk/m5
2006-03-01 Gabe BlackCleaned up some of the Fault system.
2006-03-01 Gabe BlackChanged the name of the fault's invocation method from...
2006-03-01 Gabe Blackmoved ev5_trap fully into the fault class.
2006-02-28 Ali SaidiAdd quiesceNs, quiesceTime, quiesceCycles, and m5panic...
2006-02-28 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-02-28 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-28 Gabe BlackCleaned up and slightly reorganized the Fault class...
2006-02-28 Gabe BlackChanged ev5_trap from a function of the execution conte...
2006-02-27 Gabe BlackMoved the _stat for MachineCheckFault and AlignmentFaul...
2006-02-27 Gabe BlackGot rid of the fault_addr function.
2006-02-27 Kevin LimMerge ktlim@zizzer:/bk/m5
2006-02-27 Kevin LimChanges to put all the misc regs within the misc reg...
2006-02-27 Gabe BlackRenamed arch files to remove alpha prefix, and changed...
2006-02-27 Gabe BlackAdded isMachineCheckFault and isAlignmentFault virtual...
2006-02-27 Gabe BlackPut the Alpha faults into the AlphaISA namespace
2006-02-27 Gabe BlackMachineCheckFaults and AlignmentFaults are now generate...
2006-02-24 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-24 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-24 Lisa HsuMerge zizzer:/bk/m5
2006-02-24 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-24 Gabe BlackChanged Fault from a FaultBase * to a RefCountingPtr...
2006-02-24 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-23 Korey Sewellname changes ...
2006-02-23 Ali Saidiev5.cc:
2006-02-23 Ali SaidiMerge zizzer:/bk/m5
2006-02-23 Ali SaidiGet rid of the xc from the alphaAccess/alphaConsole...
2006-02-23 Steve ReinhardtCreate a Builder object for .isa files in arch/SConscript.
2006-02-23 Steve ReinhardtMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-23 Steve ReinhardtAdd pipe() syscall to Alpha Linux emulation.
2006-02-23 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-23 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-23 Steve ReinhardtClean excess comments out of SConscripts.
2006-02-22 Korey Sewellmake sure alpha still compiles , rename files back...
2006-02-22 Korey SewellMerge zizzer:/bk/multiarch
2006-02-22 Korey SewellRenaming alpha files and changing some MIPS stuff to...
2006-02-22 Gabe BlackChanged Fault * to Fault, which is a typedef to FaultBa...
2006-02-21 Gabe BlackMade Addr a global type
2006-02-19 Gabe BlackReapplied changes which were undone by a pull
2006-02-19 Gabe BlackMerge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
2006-02-19 Gabe BlackMerge gblack@m5.eecs.umich.edu:/bk/multiarch
2006-02-19 Gabe BlackChanges to untemplate StaticInst and StaticInstPtr...
2006-02-19 Ali SaidiMerge zizzer:/bk/m5
2006-02-19 Ali Saidiforgot a negative sign
2006-02-19 Ali SaidiMove Linux/Tru64 architecture independent code into...
2006-02-18 Lisa HsuMerge zizzer:/bk/m5
next