projects
/
gem5.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gem5.git
2007-08-03
Steve Reinhardt
merge from head
commit
|
commitdiff
|
tree
2007-08-03
Steve Reinhardt
cache: get rid of obsolete params from python.
commit
|
commitdiff
|
tree
2007-08-03
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-08-03
Nathan Binkert
python: Improve support for python calling back to...
commit
|
commitdiff
|
tree
2007-08-03
Ali Saidi
Merge: No changes
commit
|
commitdiff
|
tree
2007-08-03
Ali Saidi
Serialize: This shouldn't have been commited, I got...
commit
|
commitdiff
|
tree
2007-08-02
Gabe Black
X86: Get rid of some debug warnings.
commit
|
commitdiff
|
tree
2007-08-02
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-08-02
Gabe Black
X86: Finally get the x86 initial stack frame right.
commit
|
commitdiff
|
tree
2007-08-02
Gabe Black
X86: Fix special case with SIB index register and REX...
commit
|
commitdiff
|
tree
2007-08-02
Nathan Binkert
merge: no manual changes
commit
|
commitdiff
|
tree
2007-08-02
Nathan Binkert
python: fix m5.build_env variable.
commit
|
commitdiff
|
tree
2007-08-02
Ali Saidi
merge, no manual changes
commit
|
commitdiff
|
tree
2007-08-02
Nathan Binkert
python: need to import objects to make some calls work
commit
|
commitdiff
|
tree
2007-08-02
Nathan Binkert
main: expose the build information as a simple command...
commit
|
commitdiff
|
tree
2007-08-02
Ali Saidi
Serialization: Provide array serialization methods...
commit
|
commitdiff
|
tree
2007-08-02
Ali Saidi
Output: Make OutputDirectory::create() be able to creat...
commit
|
commitdiff
|
tree
2007-08-02
Ali Saidi
Linux Support: make sure that when we get the stack...
commit
|
commitdiff
|
tree
2007-08-02
Ali Saidi
debugSymbolTable is a global variable and only needs...
commit
|
commitdiff
|
tree
2007-08-02
Gabe Black
Fix how the "cmd" parameter is set in se.py and remove...
commit
|
commitdiff
|
tree
2007-08-01
Nathan Binkert
merge: mips fix to getArgument
commit
|
commitdiff
|
tree
2007-08-01
Nathan Binkert
mips: make getArgument inline so mips will link properly
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
MIPS: Files which are needed for the MIPS fix.
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
Statetrace: Make sure all the info block strings are...
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-08-01
Ali Saidi
Configuration: Update the drive systems kernel as well...
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
X86: Hide the irrelevant portions of the address compon...
commit
|
commitdiff
|
tree
2007-08-01
Ali Saidi
Merge Gabe and my changes to arch/mips/utility.hh
commit
|
commitdiff
|
tree
2007-08-01
Ali Saidi
Arguments: Get rid of duplicate code for the Arguments...
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
MIPS: Cleaned up includes to break loops, and got rid...
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
X86: Fix for compilation bug with new cache code.
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
Fix for new parameter stuff.
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
X86: Reorganize the native tracing code.
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
X86: Get rid of initialization of R11
commit
|
commitdiff
|
tree
2007-08-01
Nathan Binkert
Twin64_t is in base/bigint.hh
commit
|
commitdiff
|
tree
2007-08-01
Gabe Black
Add a flag to indicate an instruction triggers a syscal...
commit
|
commitdiff
|
tree
2007-07-31
Gabe Black
X86: Add operand type information to the fnstcw and...
commit
|
commitdiff
|
tree
2007-07-31
Steve Reinhardt
Merge from head.
commit
|
commitdiff
|
tree
2007-07-31
Gabe Black
X86: Add decoding for x87 floating point.
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Attach the "DIV" instruction implementation to...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Remove a naming conflict between the register...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: __pad0 should be a 4 byte pad, not a 4 long array...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Turn on the exit_group, exit, munmap, and write...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Use an mmap base address that matches what an...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Set up RIP relative LEA instructions operands...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Implement unsigned divide. The non-byte version...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Allow RIP relative decode on -all- memory forms...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Take into account the regular registers and the...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Fix up the stat structure. This probably still...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Hook in the new instructions.
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Turn on some system calls, and make the kernel...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Make sure FP_Base_DepTag is big enough to avoid...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Implement a stub CPUID function which is hardcode...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Force jumps to use 64 bit operand size.
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Make instructions use pick, and implement/adjust...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Make merge and pick work with high bytes. Fix...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Make register names in disassembly reflect high...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: missed a file which adds a "fold" bit.
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
Make the register indices use the appropriate "fold...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Make disassembly use the final register index...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Missed a file for adding a bit to indicate that...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Implement LEAVE
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
X86: Add a bitfield to indicate whether or not an REX...
commit
|
commitdiff
|
tree
2007-07-30
Gabe Black
Fix problem with tracer not being initialized.
commit
|
commitdiff
|
tree
2007-07-30
Steve Reinhardt
memory system: fix functional access bug.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Make logic instructions flag setting work.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Make arithmetic instructions set the appropriate...
commit
|
commitdiff
|
tree
2007-07-29
Steve Reinhardt
Merge Gabe's changes from head.
commit
|
commitdiff
|
tree
2007-07-29
Steve Reinhardt
bus: take out response prioritization (timing was messe...
commit
|
commitdiff
|
tree
2007-07-29
Steve Reinhardt
BsaeCPU: Get rid of some bad DPRINTFs.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Statetrace: Make statetrace patch amd64 executables...
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Merge ... head. style.py was also missing an argument...
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Initial stack frame fixes and constant shuffling.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Make limm use merge and allow overriding the data...
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Statetrace: Print the correct address of auxiliary...
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Fix register ordering.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: return -return_value.value() on failure.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Fix popa and push with the stack pointer.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Fix a bug with merge
commit
|
commitdiff
|
tree
2007-07-29
Nathan Binkert
merge: style.py fix
commit
|
commitdiff
|
tree
2007-07-29
Nathan Binkert
Work around a mercurial bug in bdiff.blocks
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Fix a comment and adjust the stack base address.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Merge with head.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Statetrace: Implement the AMD64 version of TraceChild.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Statetrace: Fix indendation. Set the default hostname...
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Statetrace: Fix compilation problem.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
X86: Fix up auxiliary vectors.
commit
|
commitdiff
|
tree
2007-07-29
Gabe Black
Turn the instruction tracing code into pluggable sim...
commit
|
commitdiff
|
tree
2007-07-29
Steve Reinhardt
AtomicSimpleCPU: fix inadvertent loss of endian convers...
commit
|
commitdiff
|
tree
2007-07-29
Nathan Binkert
style: fix whitespace problems
commit
|
commitdiff
|
tree
2007-07-29
Nathan Binkert
merge whitespace fixes
commit
|
commitdiff
|
tree
2007-07-29
Nathan Binkert
style: bad whitespace
commit
|
commitdiff
|
tree
2007-07-29
Nathan Binkert
merge whitespace changes
commit
|
commitdiff
|
tree
2007-07-28
Nathan Binkert
style: fix stupid bugs
commit
|
commitdiff
|
tree
2007-07-28
Nathan Binkert
style: Check/Fix whitespace on SCons files
commit
|
commitdiff
|
tree
2007-07-27
Steve Reinhardt
packet: get rid of unused intersect() function.
commit
|
commitdiff
|
tree
next