Age | Commit message (Expand) | Author |
2007-03-18 | Compile fixes for SPARC_FS. | Gabe Black |
2007-03-15 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-15 | Make the predecoder an object with it's own switched header file. Start addin... | Gabe Black |
2007-03-13 | Replaced makeExtMI with predecode. | Gabe Black |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-07 | Move the magic m5 PageTableFault into sim/faults.[hh,cc] since it's the same ... | Gabe Black |
2007-03-07 | *MiscReg->*MiscRegNoEffect, *MiscRegWithEffect->*MiscReg | Ali Saidi |
2007-03-04 | Don't use the exact same name as a system header #define | Nathan Binkert |
2007-03-03 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |
2007-02-28 | The "hostname" variable isn't used in the process classes. It should be remov... | Gabe Black |
2007-02-21 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-02-21 | add pseduo instruction support for sparc | Ali Saidi |
2007-02-21 | Fix compile issues on gcc 4.1.x related to namespaces. | Nathan Binkert |
2007-02-21 | #include needed for compile | Nathan Binkert |
2007-02-18 | implement vtophys and 32bit gdb support | Ali Saidi |
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 |