Age | Commit message (Expand) | Author |
2007-02-28 | Make trap instructions always generate TrapInstruction Fault objects which ca... | Gabe Black |
2007-02-21 | Make comments refer to ticks not cycles | Nathan Binkert |
2007-02-21 | Fix majory brokenness in my previous MySQL commit, basically | Nathan Binkert |
2007-02-18 | Merge zizzer:/bk/newmem | Ali Saidi |
2007-02-18 | implement vtophys and 32bit gdb support | Ali Saidi |
2007-02-18 | Get rid of the stand alone ParamContext since all of the | Nathan Binkert |
2007-02-17 | Get rid of the Statistics and Statreset ParamContexts, and | Nathan Binkert |
2007-02-17 | Remove the event_ignore stuff since it was never really used | Nathan Binkert |
2007-02-17 | Default to tracing being disabled in C++, it will be turned | Nathan Binkert |
2007-02-13 | fix compiling problems | Ali Saidi |
2007-02-13 | Merge all of the execution trace configuration stuff into | Nathan Binkert |
2007-02-13 | Rearrange traceflags.py so that the file generation only happens if | Nathan Binkert |
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 | cleanup | Nathan Binkert |
2007-02-10 | Clean up tracing stuff more, get rid of the trace log since | Nathan Binkert |
2007-02-09 | Get rid of the Random context and add the support directly to python. | Nathan Binkert |
2007-02-09 | Get rid of the Trace ParamContext and give python direct | Nathan Binkert |
2007-02-08 | Use c99 variadic macros for non gnu compilers | Nathan Binkert |
2007-02-07 | Get rid of the gross operator,()/variadic macro hack | Nathan Binkert |
2007-01-30 | sizeof with a pointer to dynamically allocated memory will return the size of... | Gabe Black |
2007-01-28 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-27 | While I'm waiting for legion to run make m5 compile with a few more compilers | Ali Saidi |
2007-01-27 | Merge zizzer:/bk/newmem | Gabe Black |
2007-01-26 | forgot to include this file | Ali Saidi |
2007-01-26 | Merge zeep.pool:/z/saidi/work/m5.newmem | Ali Saidi |
2007-01-26 | make our code a little more standards compliant | Ali Saidi |
2007-01-22 | Merge zizzer.eecs.umich.edu:/bk/newmem | Gabe Black |
2007-01-22 | we decided to check for .interp instead of .dynamic | Ali Saidi |
2007-01-22 | check if an executable is dynamic and die if it is | Ali Saidi |
2007-01-16 | Don't add symbols for loaded files to symbol table since they are pretty much... | Ali Saidi |
2007-01-03 | Merge zizzer:/bk/newmem | Gabe Black |
2006-12-27 | No need to use NULL, just use 0 | Nathan Binkert |
2006-12-24 | remove some output formatting stuff that we don't use | Nathan Binkert |
2006-12-20 | Initial work to make remote gdb available in SE mode. This is completely unte... | Gabe Black |
2006-12-18 | cast chars to int when we want to print integers so we get a number | Nathan Binkert |
2006-12-15 | Merge zizzer:/bk/sparcfs | Lisa Hsu |
2006-12-12 | Fix bugs in tlbmap (and thus rangemap since the code is nearly identical) | Ali Saidi |
2006-12-06 | Many more fixes for SPARC_FS. Gets us to the point where SOFTINT starts | Ali Saidi |
2006-12-04 | More changes to get SPARC fs closer. Now at 1.2M cycles before difference | Ali Saidi |
2006-12-02 | Make cache compression policy a runtime virtual thing | Steve Reinhardt |
2006-11-30 | Load the hypervisor symbols twice, once with an address mask so that we can g... | Ali Saidi |
2006-11-23 | Merge zizzer:/bk/sparcfs | Ali Saidi |
2006-11-23 | first cut at a sparc tlb | Ali Saidi |
2006-11-16 | add warn_once which will print any given warning message | Nathan Binkert |
2006-11-11 | set TRACING_ON one way or another explicitly in the | Nathan Binkert |
2006-11-10 | fix endian issues with condition codes | Ali Saidi |
2006-11-09 | Get SPARC to the point that it starts running. Add ability to load the ROM bi... | Ali Saidi |
2006-11-08 | Merge zizzer.eecs.umich.edu:/bk/newmem/ | Gabe Black |
2006-11-08 | Make a function to say how big gdbregs is in bytes vs. regs. | Gabe Black |