projects
/
gem5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gem5.git
2006-03-14
Korey Sewell
Minor Sconscript edit ... mips decoder changes ......
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Add simple eio-based test.
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Oops, this goes with the previous changeset!
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Replace Memory with MemObject; no need for two differen...
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Get rid of "Functional" suffix from (read|write)(Blob...
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Clean up arch/*/process.hh includes and std namespace...
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
More memory system cleanup:
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Fix bk ignore paths for new build options directory...
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Get rid of validInstAddr() & validDataAddr().
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Add "using namespace TheISA" to syscall emulation funct...
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Clean up "using" declarations.
commit
|
commitdiff
|
tree
2006-03-12
Korey Sewell
Merge zizzer:/bk/newmem
commit
|
commitdiff
|
tree
2006-03-12
Korey Sewell
MIPS is back to compiling and building now!
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Get rid of obsolete header that had only one declaration of
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Fix TranslatingPort access functions to:
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Minor fix to fault message in SimpleCPU.
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Fix EIO handling for new memory system.
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Tweak exit() message.
commit
|
commitdiff
|
tree
2006-03-12
Steve Reinhardt
Bump up NFS wait time in qdo (since this has been causing
commit
|
commitdiff
|
tree
2006-03-11
Gabe Black
Added registerfile.hh and utility.hh
commit
|
commitdiff
|
tree
2006-03-11
Gabe Black
Work towards factoring isa_traits.hh into smaller,...
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Moved MaxAddr.
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Got rid of some dead code.
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Moved some constants into constants.hh
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Got rid of unnecessary fault_addr function.
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Got rid of forward declaration of RegFile and MiscRegFi...
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Pushed the InternalProcReg type into the MiscRegFile...
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Added ev5.hh to files which should include it directly...
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Moved constants from isa_traits.hh into constants.hh.
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Merge m5.eecs.umich.edu:/bk/newmem
commit
|
commitdiff
|
tree
2006-03-10
Ron Dreslinski
It now runs hello world binary.
commit
|
commitdiff
|
tree
2006-03-10
Ron Dreslinski
Add getMemPort to exec context proxy
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Put the InternalProcReg type into the MiscRegFile,...
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Split out basic types from isa_traits.hh into a new...
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Eliminated TARGET_ALPHA, since THE_ISA provides the...
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
Wrapped setSysCallReturn in !FULL_SYSTEM.
commit
|
commitdiff
|
tree
2006-03-10
Steve Reinhardt
Compiles now (with CPU_MODELS=SimpleCPU), but hangs
commit
|
commitdiff
|
tree
2006-03-10
Gabe Black
SimpleCPU compiles with merge.
commit
|
commitdiff
|
tree
2006-03-09
Gabe Black
Hand merge. Stuff probably doesn't compile.
commit
|
commitdiff
|
tree
2006-03-09
Ali Saidi
fix merging issues
commit
|
commitdiff
|
tree
2006-03-09
Ali Saidi
Merge zizzer:/bk/multiarch
commit
|
commitdiff
|
tree
2006-03-09
Ali Saidi
no more common syscall emulation, now common for everyone
commit
|
commitdiff
|
tree
2006-03-09
Gabe Black
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/m5
commit
|
commitdiff
|
tree
2006-03-09
Kevin Lim
Use functions to access XC.
commit
|
commitdiff
|
tree
2006-03-09
Korey Sewell
last changes before big merge
commit
|
commitdiff
|
tree
2006-03-09
Korey Sewell
minor comments to decoder.isa
commit
|
commitdiff
|
tree
2006-03-08
Korey Sewell
Merge zizzer:/bk/multiarch
commit
|
commitdiff
|
tree
2006-03-08
Korey Sewell
add explicit support for nop,ssnop, and ehb instructions
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Include ability to copy all misc regs.
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Merge ktlim@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Forward declaration of MemoryController.
commit
|
commitdiff
|
tree
2006-03-08
Gabe Black
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
commit
|
commitdiff
|
tree
2006-03-08
Gabe Black
Working towards compiling SPARC_SE
commit
|
commitdiff
|
tree
2006-03-08
Korey Sewell
Update MiscReg enum and miscRegFile definition
commit
|
commitdiff
|
tree
2006-03-08
Korey Sewell
updated MIPS ISA files .... all files should be able...
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Use getProxy() instead of xcProxy; avoids confusion...
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Needs forward declaration of MemoryController.
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Fixes for accesses to the misc regs.
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Avoid accessing objects directly within the XC.
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Fixes to allow the ExecContext to be used for profiling.
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Merge ktlim@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-08
Kevin Lim
Updates for the quiesceEvent that was added to the XC.
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Corrected a mispelling of "unimplemented".
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Pushed ev5.hh out of the non-alpha code.
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
The a.out and ecoff object file formats will only be...
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Got rid of some commented out code.
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Fixed up some issues to be more compilable.
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Changed the include paths to take advantage of the...
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Clean up of the SPARC isa_traits. This still doesn...
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Clean up of the SPARC isa description.
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Implemented SPARC fault classes.
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Some clean up work with faults.
commit
|
commitdiff
|
tree
2006-03-07
Gabe Black
Moved where some alpha specific source files were menti...
commit
|
commitdiff
|
tree
2006-03-07
Steve Reinhardt
Rename default options path from "build_options/default...
commit
|
commitdiff
|
tree
2006-03-05
Kevin Lim
Merge ktlim@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-05
Kevin Lim
Remove call to swap_palshadow that is no longer needed.
commit
|
commitdiff
|
tree
2006-03-05
Kevin Lim
Merge ktlim@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-05
Gabe Black
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
commit
|
commitdiff
|
tree
2006-03-05
Gabe Black
Changed targetarch to arch
commit
|
commitdiff
|
tree
2006-03-05
Ali Saidi
Merge zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-05
Steve Reinhardt
Emulated syscalls should return -errno on failure
commit
|
commitdiff
|
tree
2006-03-05
Ali Saidi
Merge zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-05
Ali Saidi
move alpha specific code into arch/alpha
commit
|
commitdiff
|
tree
2006-03-04
Kevin Lim
Merge ktlim@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-04
Kevin Lim
Steps towards setting up the infrastructure to allow...
commit
|
commitdiff
|
tree
2006-03-04
Ali Saidi
properly align the uid and size fields in the pre_F54_s...
commit
|
commitdiff
|
tree
2006-03-04
Kevin Lim
Merge ktlim@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-04
Ali Saidi
we REALLY don't want to use system headers for libelf...
commit
|
commitdiff
|
tree
2006-03-04
Gabe Black
Merge gblack@m5.eecs.umich.edu:/bk/multiarch
commit
|
commitdiff
|
tree
2006-03-04
Gabe Black
General small SPARC fixups
commit
|
commitdiff
|
tree
2006-03-04
Gabe Black
Removed the commented out declaration of the Addr type.
commit
|
commitdiff
|
tree
2006-03-04
Gabe Black
Filled out the object file loader so it can load object...
commit
|
commitdiff
|
tree
2006-03-03
Kevin Lim
Merge ktlim@zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-03
Kevin Lim
Remove intr_post function. No longer being used.
commit
|
commitdiff
|
tree
2006-03-03
Kevin Lim
Changes to support automatic renaming of the shadow...
commit
|
commitdiff
|
tree
2006-03-03
Ali Saidi
Merge zizzer:/bk/m5
commit
|
commitdiff
|
tree
2006-03-03
Ali Saidi
First cut at moving alpha specefic stuff out of /sim...
commit
|
commitdiff
|
tree
2006-03-03
Nathan Binkert
Ethernet devices have an RSS option to tell the driver to
commit
|
commitdiff
|
tree
next