summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-06-13Minor updates for stats.Kevin Lim
2006-06-13Make syscalls serialize after instructions so they work properly on the new C...Kevin Lim
2006-06-13Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-13Compile fix.Kevin Lim
2006-06-12Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-12Fixes for checker. The RC/RS instructions check the interrupt flag, which is...Kevin Lim
2006-06-12Fix output messages.Kevin Lim
2006-06-12Clean up/shift some code around.Kevin Lim
2006-06-12Fix compile error.Kevin Lim
2006-06-12Fix memory leak.Kevin Lim
2006-06-12Merge fixes to make full system compile and run.Kevin Lim
2006-06-12Removed syscall function from thread_context.hh. ThreadContext is the interf...Kevin Lim
2006-06-12Fix python binary name in arch/SConscript.Steve Reinhardt
2006-06-11Merge zizzer.eecs.umich.edu:/bk/newmemNathan Binkert
2006-06-11Merge iceaxe.:/Volumes/work/research/m5/headNathan Binkert
2006-06-11Move LiveProcess::create() from arch-specific filesSteve Reinhardt
2006-06-11Add some utility functions to ease handlingSteve Reinhardt
2006-06-11Fix compiling for SPARC_SE:Ali Saidi
2006-06-10Don't allow SimObject-valued class params to be setSteve Reinhardt
2006-06-10Only allow SimObject classes to be instantiated (no cloning!).Steve Reinhardt
2006-06-10Update scripts for testing ALPHA_FS and MIPS_SE.Steve Reinhardt
2006-06-09Fix up imports in Ozone objects/*.py files.Steve Reinhardt
2006-06-09Merge vm1.(none):/home/stever/bk/newmemSteve Reinhardt
2006-06-09Move main control from C++ into Python.Steve Reinhardt
2006-06-09Authorship stuffKorey Sewell
2006-06-09Authorship stuffKorey Sewell
2006-06-09Merge zizzer:/bk/newmemKorey Sewell
2006-06-09Two minor fixes.Kevin Lim
2006-06-09add fcntl64FuncKorey Sewell
2006-06-09Removing of old code and adding in new comments.Kevin Lim
2006-06-09Merge ktlim@zizzer:/bk/newmemKevin Lim
2006-06-09Allow for fetch to retry access if the sendTiming call fails.Kevin Lim
2006-06-09Fix allocating requests twice on retries.Kevin Lim
2006-06-09Remove obsolete stuff.Kevin Lim
2006-06-09Fixes for some outstanding issues in the LSQ. It should now be able to retry...Kevin Lim
2006-06-09Merging in a month of changesKorey Sewell
2006-06-08add nacked result and a function to swizzle nacked packet into something that...Ali Saidi
2006-06-08add write/read functions that have endian conversions in themAli Saidi
2006-06-08Tell checker that an instruction is completed prior once it does the access t...Kevin Lim
2006-06-08Creation of translating port pushed off to CPU.Kevin Lim
2006-06-08Get O3 CPU mostly working in full system, and fix an FP bug that showed up.Kevin Lim
2006-06-07Update copyright.Kevin Lim
2006-06-07Reorganization/renaming of CPUExecContext. Now it is called SimpleThread in ...Kevin Lim
2006-06-07Move checker's exec_context.hh to match the other changes. Also add in some ...Kevin Lim
2006-06-07Clear misc regs at startup.Kevin Lim
2006-06-06Change ExecContext to ThreadContext. This is being renamed to differentiate ...Kevin Lim
2006-06-06Fix checker to work in newmem in SE mode.Kevin Lim
2006-06-05Fixes to get new CPU model working for simple test case. The CPU does not ye...Kevin Lim
2006-06-05Same fix for -P option as Steve's previous fix.Kevin Lim
2006-06-05Merge ktlim@zizzer:/bk/newmemKevin Lim