Age | Commit message (Expand) | Author |
2006-07-06 | more steps toward O3 SMT | Korey Sewell |
2006-06-27 | Make full CPU handle SE faults | Ali Saidi |
2006-06-26 | add syscall emulation page table fault so we can allocate more stack pages | Ali Saidi |
2006-06-17 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-17 | Fix up code to be able to use the Checker. | Kevin Lim |
2006-06-17 | Add myself to list of authors | Nathan Binkert |
2006-06-16 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-16 | Add in exec_context.hh, which is a file for documentation purposes only. It ... | Kevin Lim |
2006-06-15 | Mips Code Cleanup: | Korey Sewell |
2006-06-14 | add cycle to exit message | Korey Sewell |
2006-06-14 | -luxc1 fix | Korey Sewell |
2006-06-14 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-06-13 | Make syscalls serialize after instructions so they work properly on the new C... | Kevin Lim |
2006-06-12 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-06-12 | Fixes for checker. The RC/RS instructions check the interrupt flag, which is... | Kevin Lim |
2006-06-12 | Fix compile error. | Kevin Lim |
2006-06-12 | Fix memory leak. | Kevin Lim |
2006-06-12 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-06-12 | Merge fixes to make full system compile and run. | Kevin Lim |
2006-06-12 | Removed syscall function from thread_context.hh. ThreadContext is the interf... | Kevin Lim |
2006-06-12 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-06-12 | Fix python binary name in arch/SConscript. | Steve Reinhardt |
2006-06-12 | Merge m5.eecs.umich.edu:/bk/newmem | Gabe Black |
2006-06-12 | Made isHyperPriv and isPriv protected member variables. | Gabe Black |
2006-06-11 | Merge zizzer.eecs.umich.edu:/bk/newmem | Nathan Binkert |
2006-06-11 | Merge iceaxe.:/Volumes/work/research/m5/head | Nathan Binkert |
2006-06-11 | Move LiveProcess::create() from arch-specific files | Steve Reinhardt |
2006-06-11 | Remove Full System Files | Korey Sewell |
2006-06-11 | Fix compiling for SPARC_SE: | Ali Saidi |
2006-06-11 | Merge zizzer:/bk/newmem | Korey Sewell |
2006-06-11 | next round of MIPS ISA changes | Korey Sewell |
2006-06-11 | Edit Fetch DPRINT in simple CPU | Korey Sewell |
2006-06-10 | Update scripts for testing ALPHA_FS and MIPS_SE. | Steve Reinhardt |
2006-06-09 | Merge vm1.(none):/home/stever/bk/newmem | Steve Reinhardt |
2006-06-09 | Move main control from C++ into Python. | Steve Reinhardt |
2006-06-09 | Authorship stuff | Korey Sewell |
2006-06-09 | add fcntl64Func | Korey Sewell |
2006-06-09 | Merging in a month of changes | Korey Sewell |
2006-06-08 | add write/read functions that have endian conversions in them | Ali Saidi |
2006-06-07 | Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ... | Kevin Lim |
2006-06-07 | Clear misc regs at startup. | Kevin Lim |
2006-06-06 | Change ExecContext to ThreadContext. This is being renamed to differentiate ... | Kevin Lim |
2006-06-02 | Merge ktlim@zizzer:/bk/newmem | Kevin Lim |
2006-05-31 | remove unneeded files that were copied directly from alpha | Ali Saidi |
2006-05-31 | Updated Authors from bk prs info | Ali Saidi |
2006-05-30 | Merge ktlim@zizzer:/bk/m5 | Kevin Lim |
2006-05-29 | commit a couple of minor things that I forgot to last time. | Ali Saidi |
2006-05-29 | Create a new CpuEvent class that has a pointer to an execution context in the... | Ali Saidi |
2006-05-29 | split off fullsystem and se iprs into two functions to remove lots of #ifs | Ali Saidi |
2006-05-29 | Added in the IprAccessOp flag for priveleged and hyperpriveleged instructions. | Gabe Black |