Age | Commit message (Expand) | Author |
2007-03-10 | Rework the way SCons recurses into subdirectories, making it | Nathan Binkert |
2007-03-09 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-09 | Split the syscall table, SPARC specific syscall implementations, and the 32 b... | Gabe Black |
2007-03-09 | implement ipi stufff for SPARC | Ali Saidi |
2007-03-08 | Panic if any CMT registers are accessed | Ali Saidi |
2007-03-08 | Fixed an off-by-one error. | Gabe Black |
2007-03-08 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-03-08 | Fix up the SPARC initial stack frame to match an actual 32 bit process. | Gabe Black |
2007-03-07 | I missed a couple of WithEffects, this should do it | 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-05 | Fix up the remote gdb include gaurds so it doesn't use the same symbol as Alp... | Gabe Black |
2007-03-05 | Add in a declaration of class Checkpoint rather than expecting it to come fro... | Gabe Black |
2007-03-03 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-03-03 | Implement Niagara I/O interface and rework interrupts | Ali Saidi |
2007-03-03 | Implement the _llseek syscall. It's Linux only, so we'll actually use the lse... | Gabe Black |
2007-03-03 | Fix some issues with 32 bit processes. | Gabe Black |
2007-03-02 | make ldtw(a) -- Twin 32 bit load work correctly -- by doing it the same way a... | Ali Saidi |
2007-03-02 | Forgot to commit this new file last earlier. | Gabe Black |
2007-02-28 | Make the m5 psuedo instructions use the BasicOperate format | Gabe Black |
2007-02-28 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-02-28 | Make trap instructions always generate TrapInstruction Fault objects which ca... | Gabe Black |
2007-02-24 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-02-24 | make m5 readfile work on solaris... we can have a solaris regression soon! | Ali Saidi |
2007-02-23 | Ali and I both made the same change and we only need it once. I liked mine a ... | Gabe Black |
2007-02-23 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-02-22 | Make the m5 pseudo instructions only work in FS. Also, make sure any undefine... | Gabe Black |
2007-02-22 | fix se compiling oops | Ali Saidi |
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-18 | implement vtophys and 32bit gdb support | Ali Saidi |
2007-02-15 | fixup remote gdb support for sparc fs | Ali Saidi |
2007-02-12 | make hver match legion | Ali Saidi |
2007-02-12 | rename store conditional stuff as extra data so it can be used for conditiona... | Ali Saidi |
2007-02-06 | merge my index fix and lisa's fix | Ali Saidi |
2007-02-06 | more fp fixes | Ali Saidi |
2007-02-02 | more sparc fixes | Ali Saidi |
2007-02-02 | make interrupt code serialize itself and fix indenting | Ali Saidi |
2007-02-02 | fix mostly floating point related | Ali Saidi |
2007-02-01 | Merge zizzer:/bk/newmem | Lisa Hsu |
2007-02-01 | only increment numPosted if an interrupt of that type hasn't been posted before. | Lisa Hsu |
2007-01-31 | make sparc fs less chatty | Ali Saidi |
2007-01-30 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-01-30 | Make SPARC checkpointing work | Ali Saidi |
2007-01-30 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-30 | Implemented fbfss and fbpfcc instructions, and cleaned up branch code a little. | Gabe Black |
2007-01-30 | change std::isnan() to a using namespace std and isnan(). We need a better wa... | Ali Saidi |
2007-01-30 | use std:: for isnan() and fix decoding of fcmpe* | Ali Saidi |
2007-01-30 | Make clearSingleStep in SPARC a warning, and rephrase the panic for setSingle... | Gabe Black |