Age | Commit message (Expand) | Author |
2007-02-12 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2007-02-12 | Move store conditional result checking from SimpleAtomicCpu write | Steve Reinhardt |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-26 | eliminate cpu checkInterrupts bool, it is redundant and unnecessary. | Lisa Hsu |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-08 | pagetable.hh: | Lisa Hsu |
2006-12-28 | Implement a stub nnpc for alpha that is read only as npc+4. | Gabe Black |
2006-12-28 | Fixed NumMiscArchRegs. This is still a magic number, and it should be set aut... | Gabe Black |
2006-12-20 | Fixes to get ALPHA_FS and ALPHA_SE to compile again. | Gabe Black |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-12-17 | Convert Alpha (and finish converting MIPS) to new | Steve Reinhardt |
2006-12-16 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-15 | Merge zizzer:/bk/sparcfs | Lisa Hsu |
2006-12-15 | tlb.cc: | Lisa Hsu |
2006-12-13 | fix MiscRegFile::readRegWithEffect, which neglected the MISCREGS. | Lisa Hsu |
2006-12-06 | Made the alpha setSyscallReturn take a ThreadContext pointer instead of a Reg... | Gabe Black |
2006-12-06 | Added a flattenIntIndex function for Alpha. | Gabe Black |
2006-12-05 | Move the SyscallReturn class into sim/syscallreturn.hh. Also move some miscre... | Gabe Black |
2006-11-29 | Merge zizzer:/bk/newmem | Ali Saidi |
2006-11-29 | Add support for mmapped iprs to atomic cpu | Ali Saidi |
2006-11-24 | Add no-op versions of ivlb and ivle back in for backwards compatibility. | Steve Reinhardt |
2006-11-20 | Fix typo. | Kevin Lim |
2006-11-16 | Implement current working directory for LiveProcesses | Nathan Binkert |
2006-11-12 | Merge zizzer.eecs.umich.edu:/bk/newmem | Steve Reinhardt |
2006-11-12 | Make setRegWithEffect do something in SE mode. | Steve Reinhardt |
2006-11-12 | Merge ktlim@zamp:./local/clean/tmp/test-regress | Kevin Lim |
2006-11-12 | Updates to support new interrupt processing and removal of PcPAL. | Kevin Lim |
2006-11-11 | Certain header files should only be used in FS. | Gabe Black |
2006-11-10 | Actually finished moving the register file stuff around. | Gabe Black |
2006-11-10 | Moved the Alpha float regfile into it's own regfile and got rid of constants.... | Gabe Black |
2006-11-10 | Split out alpha integer register file into it's own files. | Gabe Black |
2006-11-09 | Moved the Alpha MiscRegFile into it's own file, and got rid of the Alpha spec... | Gabe Black |
2006-11-08 | Make a function to say how big gdbregs is in bytes vs. regs. | Gabe Black |
2006-11-08 | Move the check to see if you're in user mode into the isa directory. | Gabe Black |
2006-11-08 | Put the ProcessInfo and StackTrace objects into the ISA namespaces. | Gabe Black |
2006-11-07 | Force remote gdb code to use signal numbers and not ISA specific trap numbers. | Gabe Black |
2006-11-07 | Put kernel_stats back into arch. | Gabe Black |
2006-11-07 | Broke remote_gdb into a base class and architecture specific derived classes. | Gabe Black |
2006-11-07 | Moved the idle event out of system_events.hh. The skipFuncEvent can be made I... | Gabe Black |
2006-11-07 | Moved the switched version of kernel_stats.hh back to kern, and moved the bas... | Gabe Black |
2006-11-06 | Got rid of obsolete ivlb and ivle psuedo instructions. | Gabe Black |
2006-11-06 | Remote GDB support has been changed to use inheritance. Alpha should work, bu... | Gabe Black |
2006-11-06 | Took the Alpha prefix off of AlphaArguments, and made sure it was being used ... | Gabe Black |
2006-11-06 | Created seperate SConscript for the dev directory. Made subdirectories for Al... | Gabe Black |
2006-11-03 | Got rid of "inPalMode". Some places are still effectively checking if they ar... | Gabe Black |
2006-11-03 | Add a new file which describes an ISA's interrupt handling mechanism. It reco... | Gabe Black |
2006-11-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-11-02 | Use ISA specific makeExtMI. | Kevin Lim |
2006-11-01 | Fix a range check on the ipr_index. | Gabe Black |