ARM: Fix some bugs in the ISA desc and fill out some instructions.
[gem5.git] / src /
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 Vince Weaversyscall: missing initializer in getcwd call
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-09 Steve Reinhardtscons: deal with generated .py files properly
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-04 Vince WeaverX86: Fix problem with movhps instruction
2009-11-05 Steve Reinhardtslicc: tweak file enumeration for scons
2009-11-05 Steve Reinhardtslicc: whack some of Nate's leftover debug code
2009-11-05 Nathan Binkertbuild: fix compile problems pointed out by gcc 4.4
2009-11-04 Steve Reinhardto3: get rid of unused physmem pointer
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 Vince WeaverSysCalls: Implement truncate64 system call
2009-10-31 Gabe BlackSyscalls: Fix a warning turned error about an unused...
2009-10-30 Gabe BlackSyscalls: Make system calls access arguments like a...
2009-10-28 Nathan Binkertlicense: Fix license on network model code
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-27 Brad Beckmannfixed error message generation bug in SLICC ast files
2009-10-24 Timothy M. Jonessyscall: Addition of an ioctl command code for Power.
2009-10-24 Timothy M. Jonessyscall: Zero out memory that already exists during...
2009-10-24 Timothy M. Jonessyscall: Fix conversion of the stat64 buffer during...
2009-10-24 Timothy M. Jonessyscall: Implementation of the ftruncate64 system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the time system call.
2009-10-24 Timothy M. Jonessyscall: Implementation of the times system call
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-15 Brad Beckmannfixed MC146818 checkpointing bug and added isa serializ...
2009-10-11 Vince WeaverHook up the munmap() syscall for 32-bit x86.
2009-10-04 Steve Reinhardtbus: add assertion to catch illegal retry
2009-10-02 Gabe BlackX86: Make successive anonymous mmaps move down in 32...
2009-10-02 Gabe BlackSE mode: Make the direction anonymous mmaps move throug...
2009-10-01 Korey Sewellinorder-debug: print out workload
2009-09-29 Lisa Hsucommit Soumyaroop's bug catch about max_insts_all_threads
2009-09-26 Nathan Binkertpython: Fix m5.defines so grabbing flags works correctly
2009-09-26 Steve ReinhardtO3: Add flag to control whether faulting instructions...
2009-09-26 Steve ReinhardtMinor cleanup: Use the blockAlign() method where it...
2009-09-26 Steve ReinhardtForce prefetches to check cache and MSHRs immediately...
2009-09-26 Steve ReinhardtO3: Mark fetch stage as active if it faults.
2009-09-25 Korey Sewellinorder-debug: fix cpu tick debug message
2009-09-24 Nathan Binkertisa_parser: Turn the ISA Parser into a subclass of...
2009-09-24 Nathan Binkertply grammar: Fixup Tokenizer class so you can get lexer...
2009-09-24 Nathan Binkertruby: Disable all debug output by default
2009-09-23 Nathan Binkertarch: nuke arch/isa_specific.hh and move stuff to gener...
2009-09-23 Nathan Binkertslicc: Pure python implementation of slicc.
2009-09-22 Nathan Binkertparams: small cleanup to param description internals
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-22 Nathan Binkertmultiattrdict: make multilevel nesting work properly
2009-09-22 Nathan Binkertattrdict: add pickle support to attrdict
2009-09-22 Nathan Binkertcode_formatter: use __builtin__ which is correct, not...
2009-09-17 Korey Sewellmips: fix command line arguments
2009-09-17 Korey Sewellinorder-mdu: multiplier latency fix
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 Soumyaroop Royinorder-smt: remove hardcoded values
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-09-15 Korey Sewellinorder-alpha-fs: edit inorder model to compile FS...
2009-09-11 Polina DudnikAdded new MESI files
2009-09-11 Polina DudnikConfig adjustments for MESI
2009-09-11 Polina DudnikSomayeh's MESI protocol with Polina's bug fixes
2009-09-11 Polina DudnikMI data corruption bug fix
2009-09-11 Polina DudnikObject print bug fix
2009-09-11 Polina DudnikMOESI data corruption bug fix
next