index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
sparc
Age
Commit message (
Expand
)
Author
2006-08-21
Fixed the parameters to memset. sizeof(regSegments[x]) may have been returnin...
Gabe Black
2006-08-21
Two bugs found by my tracing tool.
Gabe Black
2006-08-17
Changes to build m5.fast
Steve Reinhardt
2006-08-15
Tweaks to Ali's changes
Gabe Black
2006-08-15
fixes for gcc 4.1
Ali Saidi
2006-08-15
Merge zizzer.eecs.umich.edu:/bk/newmem
Gabe Black
2006-08-15
Cleaned up include files and got rid of many using directives in header files.
Gabe Black
2006-08-14
Fix up doxygen.
Steve Reinhardt
2006-08-11
Changed the compiler guards to say SPARC
Gabe Black
2006-08-11
Added code to support setting up all of the auxillieary vectors configured by...
Gabe Black
2006-08-11
Adjusted the decoder a little.
Gabe Black
2006-08-11
Pushed most of constants.hh back into isa_traits.hh and regfile.hh and create...
Gabe Black
2006-07-26
Added alot of fp instructions, and some impdep instructions.
Gabe Black
2006-07-26
Now ignore sigaction
Gabe Black
2006-07-22
Fixed subtract with carry, and started some work with floating point.
Gabe Black
2006-07-20
Fixed a glitch in the disassembly output.
Gabe Black
2006-07-19
Cleaned things up a little.
Gabe Black
2006-07-18
Merge m5.eecs.umich.edu:/bk/newmem
Gabe Black
2006-07-13
add system.mem_mode = ['timing', 'atomic']
Ali Saidi
2006-06-26
add syscall emulation page table fault so we can allocate more stack pages
Ali Saidi
2006-06-12
Removed syscall function from thread_context.hh. ThreadContext is the interf...
Kevin Lim
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
Move LiveProcess::create() from arch-specific files
Steve Reinhardt
2006-06-11
Fix compiling for SPARC_SE:
Ali Saidi
2006-06-10
Update scripts for testing ALPHA_FS and MIPS_SE.
Steve Reinhardt
2006-06-06
Change ExecContext to ThreadContext. This is being renamed to differentiate ...
Kevin Lim
2006-05-31
Updated Authors from bk prs info
Ali Saidi
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
2006-05-28
Moved the Bit64 constant out of the regfile.hh into isa_traits.cc, which is t...
Gabe Black
2006-05-28
Used the Priv and new HPriv instruction formats, which have been tweaked to l...
Gabe Black
2006-05-28
Remove authors from copyright.
Ali Saidi
2006-05-26
Merge zizzer:/bk/newmem
Ali Saidi
2006-05-26
Implement PR/HPR/ASR for full system
Ali Saidi
2006-05-22
Fix to SPARC Nop class for multiple CPU models.
Steve Reinhardt
2006-05-22
have multiple global levels (as required by UA2005)
Ali Saidi
2006-05-22
New directory structure:
Steve Reinhardt