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
Age
Commit message (
Expand
)
Author
2009-10-27
POWER: Add support for the Power ISA
Timothy M. Jones
2009-10-24
syscall: Addition of an ioctl command code for Power.
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-10
Hook up the munmap() syscall for 32-bit x86.
Vince Weaver
2009-10-02
X86: Make successive anonymous mmaps move down in 32 bit SE mode Linux.
Gabe Black
2009-09-23
isa_parser: Turn the ISA Parser into a subclass of Grammar.
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
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-17
mips: fix command line arguments
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
2009-09-15
Syscalls: Implement sysinfo() syscall.
Vince Weaver
2009-09-15
SPARC: Make resTemp in udivcc wide enough to hold all the bits we need.
Vince Weaver
2009-09-15
[mq]: x86syscalls.patch
Vince Weaver
2009-08-23
Merge with head.
Gabe Black
2009-08-23
X86: Preserve the NO_ACCESS flag when giving CDA a specialized interface.
Gabe Black
2009-08-21
X86: fix some simple compile issues
Nathan Binkert
2009-08-20
X86: Fix the decoding for and fill out FST and FSTP.
Gabe Black
2009-08-20
X86: Add microassembler symbols for floating point stack register operands.
Gabe Black
2009-08-18
X86: Decode the immediate byte opcode extension for 3dNow! instructions.
Gabe Black
2009-08-18
X86: Decode three byte opcodes.
Gabe Black
2009-08-17
X86: Double check the two byte portion of the decoder and fix bugs/clean up.
Gabe Black
2009-08-17
X86: Implement MOVNTI.
Gabe Black
2009-08-17
X86: Initialize the MXCSR in SE mode.
Gabe Black
2009-08-17
X86: Implement MOVQ2DQ.
Gabe Black
2009-08-17
X86: Implement MOVDQ2Q.
Gabe Black
2009-08-17
X86: Implement the media instructions that convert fp values to ints.
Gabe Black
2009-08-17
X86: Implement a microop for converting fp values to ints.
Gabe Black
2009-08-17
X86: Implement the instructions that compare fp values and write a mask as a ...
Gabe Black
2009-08-17
X86: Implement a microop that compares fp values and writes a mask as a result.
Gabe Black
2009-08-17
X86: Implement the instructions that compare fp values and write to rflags.
Gabe Black
2009-08-17
X86: Implement a microop that compares fp values and writes to rflags.
Gabe Black
2009-08-17
X86: Implement MOVSS.
Gabe Black
2009-08-17
X86: Implement LDMXCSR.
Gabe Black
2009-08-17
X86: Implement STMXCSR.
Gabe Black
2009-08-17
X86: Implement the shuffle media instructions.
Gabe Black
2009-08-17
X86: Implement a shuffle media microop.
Gabe Black
2009-08-17
X86: Implement the mask move instructions.
Gabe Black
2009-08-17
X86: Implement a mask move microop.
Gabe Black
2009-08-17
X86: Implement the instructions that move sign bits.
Gabe Black
2009-08-17
X86: Implement a microop that moves sign bits.
Gabe Black
2009-08-17
X86: Implement the insert/extract instructions.
Gabe Black
2009-08-17
X86: Fix a bug in the decoder where the insert/extract instructions go.
Gabe Black
2009-08-17
X86: Extend mov2int and mov2fp so they can support insert and extract instruc...
Gabe Black
[next]