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
Age
Commit message (
Expand
)
Author
2009-10-30
Syscalls: Make system calls access arguments like a stack, not an array.
Gabe Black
2009-10-28
license: Fix license on network model code
Nathan Binkert
2009-10-27
X86: Replace "DISPLACEMENT" with disp in movhpd.
Gabe Black
2009-10-27
Fix problem with the x86 sse movhpd instruction.
Vince Weaver
2009-10-21
Implement X86 sse2 movdqu and movdqa instructions
Vince Weaver
2009-10-20
hook up stat syscall on 64-bit x86_SE
Vince Weaver
2009-10-20
hook up stat64 syscall on 32-bit X86_SE
Vince Weaver
2009-10-20
Fix stat64 structure on 32-bit X86_SE
Vince Weaver
2009-10-27
POWER: Add support for the Power ISA
Timothy M. Jones
2009-10-26
fixed error message generation bug in SLICC ast files
Brad Beckmann
2009-10-24
syscall: Addition of an ioctl command code for Power.
Timothy M. Jones
2009-10-24
syscall: Zero out memory that already exists during the brk system call.
Timothy M. Jones
2009-10-24
syscall: Fix conversion of the stat64 buffer during system calls.
Timothy M. Jones
2009-10-24
syscall: Implementation of the ftruncate64 system call.
Timothy M. Jones
2009-10-24
syscall: Implementation of the time system call.
Timothy M. Jones
2009-10-24
syscall: Implementation of the times system call
Timothy M. Jones
2009-10-19
Enable getuid and getgid related syscalls on X86_SE
Vince Weaver
2009-10-16
Ignore rt_sigaction() syscalls on x86 and x86_64
Vince Weaver
2009-10-17
ISA: Fix compilation.
Gabe Black
2009-10-15
fixed MC146818 checkpointing bug and added isa serialization calls to simple_...
Brad Beckmann
2009-10-10
Hook up the munmap() syscall for 32-bit x86.
Vince Weaver
2009-10-03
bus: add assertion to catch illegal retry
Steve Reinhardt
2009-10-02
X86: Make successive anonymous mmaps move down in 32 bit SE mode Linux.
Gabe Black
2009-10-02
SE mode: Make the direction anonymous mmaps move through memory configurable.
Gabe Black
2009-10-01
inorder-debug: print out workload
Korey Sewell
2009-09-29
commit Soumyaroop's bug catch about max_insts_all_threads
Lisa Hsu
2009-09-26
python: Fix m5.defines so grabbing flags works correctly
Nathan Binkert
2009-09-26
O3: Add flag to control whether faulting instructions are traced.
Steve Reinhardt
2009-09-26
Minor cleanup: Use the blockAlign() method where it applies in the cache.
Steve Reinhardt
2009-09-26
Force prefetches to check cache and MSHRs immediately prior to issue.
Steve Reinhardt
2009-09-26
O3: Mark fetch stage as active if it faults.
Steve Reinhardt
2009-09-25
inorder-debug: fix cpu tick debug message
Korey Sewell
2009-09-23
isa_parser: Turn the ISA Parser into a subclass of Grammar.
Nathan Binkert
2009-09-23
ply grammar: Fixup Tokenizer class so you can get lexer arguments
Nathan Binkert
2009-09-23
ruby: Disable all debug output by default
Nathan Binkert
2009-09-23
arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hh
Nathan Binkert
2009-09-22
slicc: Pure python implementation of slicc.
Nathan Binkert
2009-09-22
params: small cleanup to param description internals
Nathan Binkert
2009-09-22
scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access
Nathan Binkert
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2009-09-22
multiattrdict: make multilevel nesting work properly
Nathan Binkert
2009-09-22
attrdict: add pickle support to attrdict
Nathan Binkert
2009-09-22
code_formatter: use __builtin__ which is correct, not __builtins__
Nathan Binkert
2009-09-17
mips: fix command line arguments
Korey Sewell
2009-09-17
inorder-mdu: multiplier latency fix
Korey Sewell
2009-09-17
X86: Fix the expected size of the immediate offset in MOV_MI.
Gabe Black
2009-09-16
X86: Sign extend the immediate of wripi like the register version.
Gabe Black
2009-09-16
X86: Make the imm8 member of immediate microops really 8 bits consistently.
Gabe Black
2009-09-16
X86: Fix checking the NT bit during an IRET.
Gabe Black
2009-09-16
X86: Fix setting the busy bit in the task descriptor in LTR.
Gabe Black
[next]