gem5.git
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 SaidiSE: Fix SE mode OS X compilation.
2009-11-14 Ali SaidiARM: Move around decoder to properly decode CP15
2009-11-13 Derek Howerruby: added -A option to TwoLevel_SplitL1UnifiedL2...
2009-11-13 Derek Howerruby: gave ALIASED_REQUEST priority over BUFFER_FULL...
2009-11-13 Derek Howerruby: reduce the memory usage of ruby by making memory...
2009-11-13 Derek Howerruby: cache memory bugfix
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 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 Nathan Binkerttests: update statistics for change caused by vsyscall...
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-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 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 Steve Reinhardtstats: update memtest-ruby
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 Nathan Binkertregress: add POWER to regressions
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 Derek Howerruby: removed obsolete configuration files
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.... test: Hello world test program for Power
2009-10-27 Timothy M.... POWER: Add support for the Power ISA
2009-10-27 Brad Beckmannfixed error message generation bug in SLICC ast files
2009-10-24 Timothy M.... syscall: Addition of an ioctl command code for Power.
2009-10-24 Nathan Binkerttests: update test for slight change due to the change...
2009-10-24 Timothy M.... syscall: Zero out memory that already exists during...
2009-10-24 Timothy M.... syscall: Fix conversion of the stat64 buffer during...
2009-10-24 Timothy M.... syscall: Implementation of the ftruncate64 system call.
2009-10-24 Timothy M.... syscall: Implementation of the time system call.
2009-10-24 Timothy M.... syscall: Implementation of the times system call
2009-10-19 Vince WeaverEnable getuid and getgid related syscalls on X86_SE
2009-10-16 Derek Howerruby: add parameter to config to set # of l2 banks
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-16 Brad Beckmannremoved libruby file reference from ruby_se.py
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-07 Derek Howermerge
2009-10-07 Korey Sewellmips: update hello-ruby stats
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 Reinhardtrundiff: Don't flush stdout until after postcontext...
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 Derek Howerprotocol: cleaned up MESI...got rid of unneccessary...
2009-09-25 Derek Howerruby: more helpful config error message
2009-09-25 Derek Howerslicc: removed unused atomics code from StateMachine
2009-09-25 Korey Sewellinorder-debug: fix cpu tick debug message
next