inorder: fetch thread bug
[gem5.git] / src / arch /
2010-01-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-22 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2010-01-20 Lisa Hsuutil: do checkpoint aggregation more cleanly, fix last...
2010-01-19 Derek Howermerge
2009-12-31 Matt DeVuystMIPS: Beef up process initialization.
2009-12-31 Gabe BlackMIPS: Implement the SE mode version of rdhwr.
2009-12-31 Gabe BlackMIPS: Fix decoding of the rdhwr instruction.
2009-12-31 Gabe BlackMIPS: Implement the set_thread_area system call.
2009-12-31 Gabe BlackMIPS: Create an artificial control register to hold...
2009-12-31 Gabe BlackMIPS: Extract CPU pointer from the thread context in...
2009-12-21 Gabe BlackMIPS: Add missing syscall slots.
2009-12-20 Soumyaroop RoyAlpha: Implement MVI and remaining BWX instructions.
2009-12-19 Gabe BlackX86: Add a common named flag for signed media operations.
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate high...
2009-12-19 Gabe BlackX86: Create a common flag with a name to indicate scala...
2009-11-18 Ali SaidiARM: Begin implementing CP15
2009-11-18 Ali SaidiARM: Differentiate between LDM exception return and...
2009-11-18 Ali SaidiARM: Boilerplate full-system code.
2009-11-16 Ali Saidiimported patch isa_fixes2.diff
2009-11-15 Gabe BlackARM: Make the exception return form of ldm restore...
2009-11-15 Gabe BlackARM: Create a new type of load uop that restores spsr...
2009-11-15 Gabe BlackARM: Check in the actual change from the last commit.
2009-11-15 Gabe BlackARM: Fix up the implmentation of the msr instruction.
2009-11-15 Gabe BlackARM: Define a mask to differentiate purely CPSR bits...
2009-11-15 Gabe BlackARM: Add a bitfield to indicate if an immediate should...
2009-11-15 Gabe BlackARM: Write some functions to write to the CPSR and...
2009-11-15 Gabe BlackARM: Fix up the implmentation of the mrs instruction.
2009-11-15 Gabe BlackARM: More accurately describe the effects of using...
2009-11-15 Gabe BlackARM: Hook up the moded versions of the SPSR.
2009-11-14 Ali SaidiARM: Move around decoder to properly decode CP15
2009-11-11 Vince WeaverX86: add ULL to 1's being shifted in 64-bit values
2009-11-11 Gabe BlackARM: Fix some bugs in the ISA desc and fill out some...
2009-11-11 Gabe BlackMerge with the head.
2009-11-11 Gabe BlackMem: Eliminate the NO_FAULT request flag.
2009-11-11 Gabe BlackARM: Implement fault classes.
2009-11-11 Gabe BlackARM: Fix the integer register indexes.
2009-11-10 Vince WeaverX86: Fix bugs in movd implementation.
2009-11-10 Vince WeaverX86: Remove double-cast in Cvtf2i micro-op
2009-11-09 Gabe BlackX86: Don't panic on faults on prefetches in SE mode.
2009-11-09 Gabe BlackX86: Explain what really didn't work with unmapped...
2009-11-09 Gabe BlackX86: Make x86 use PREFETCH instead of PF_EXCLUSIVE.
2009-11-09 Nathan Binkertautomerge
2009-11-08 Gabe BlackARM: Support forcing load/store multiple to use user...
2009-11-08 Gabe BlackARM: Simplify the load/store multiple generation code.
2009-11-08 Nathan Binkertcompile: wrap 64bit numbers with ULL() so 32bit compile...
2009-11-08 Gabe BlackARM: Split the condition codes out of the CPSR.
2009-11-08 Gabe BlackARM: Add in more bits for the mon mode.
2009-11-08 Gabe BlackARM: Get rid of NumInternalProcRegs.
2009-11-08 Gabe BlackARM: Add back in spots for Rhi and Rlo, and use a named...
2009-11-08 Gabe BlackARM: Get rid of the Raddr operand.
2009-11-08 Gabe BlackARM: Initialize processes in user mode.
2009-11-08 Gabe BlackARM: Implement the shadow registers using register...
2009-11-08 Gabe BlackARM: Set up an intregs.hh for ARM.
2009-11-08 Gabe BlackARM: Get rid of some unneeded register indexes.
2009-11-06 Nathan Binkertcompile: compile on 32 bit hardware
2009-11-06 Nathan Binkertisa_parser: allow negative integer literals
2009-11-04 Vince WeaverX86: Fix problem with movhps instruction
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-11-04 Vince WeaverX86: Enable x86_64 vsyscall support
2009-11-04 Vince WeaverX86: Hook up time syscall on X86
2009-10-30 Vince WeaverX86: Add support for x86 psrldq and pslldq instructions
2009-10-30 Vince WeaverX86: Implement movd_Vo_Edp on X86
2009-10-30 Vince WeaverX86: Implement the X86 sse2 haddpd instruction
2009-10-30 Vince WeaverX86: Hookup truncate/ftruncate syscalls on X86
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-28 Gabe BlackX86: Replace "DISPLACEMENT" with disp in movhpd.
2009-10-27 Vince WeaverFix problem with the x86 sse movhpd instruction.
2009-10-21 Vince WeaverImplement X86 sse2 movdqu and movdqa instructions
2009-10-20 Vince Weaverhook up stat syscall on 64-bit x86_SE
2009-10-20 Vince Weaverhook up stat64 syscall on 32-bit X86_SE
2009-10-20 Vince WeaverFix stat64 structure on 32-bit X86_SE
2009-10-27 Timothy M. JonesPOWER: Add support for the Power ISA
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-19 Vince WeaverEnable getuid and getgid related syscalls on X86_SE
2009-10-16 Vince WeaverIgnore rt_sigaction() syscalls on x86 and x86_64
2009-10-18 Brad Beckmannmerged with ISA event manager fix
2009-10-17 Gabe BlackISA: Fix compilation.
2009-10-11 Vince WeaverHook up the munmap() syscall for 32-bit x86.
2009-10-02 Gabe BlackX86: Make successive anonymous mmaps move down in 32...
2009-09-24 Nathan Binkertisa_parser: Turn the ISA Parser into a subclass of...
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-22 Nathan Binkertscons: add slicc and ply to sys.path and PYTHONPATH...
2009-09-22 Nathan Binkertpython: Move more code into m5.util allow SCons to...
2009-09-17 Korey Sewellmips: fix command line arguments
2009-09-17 Gabe BlackX86: Fix the expected size of the immediate offset...
2009-09-17 Gabe BlackX86: Sign extend the immediate of wripi like the regist...
2009-09-17 Gabe BlackX86: Make the imm8 member of immediate microops really...
2009-09-17 Gabe BlackX86: Fix checking the NT bit during an IRET.
2009-09-17 Gabe BlackX86: Fix setting the busy bit in the task descriptor...
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-09-15 Vince WeaverSPARC: Make resTemp in udivcc wide enough to hold all...
2009-09-15 Vince Weaver[mq]: x86syscalls.patch
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-23 Gabe BlackMerge with head.
2009-08-23 Gabe BlackX86: Preserve the NO_ACCESS flag when giving CDA a...
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-20 Gabe BlackX86: Fix the decoding for and fill out FST and FSTP.
2009-08-20 Gabe BlackX86: Add microassembler symbols for floating point...
2009-08-18 Gabe BlackX86: Decode the immediate byte opcode extension for...
next