gem5.git
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
2009-09-24 Korey Sewellmips-stats: update regressions of arguments fix
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-21 Polina DudnikAtomics bug fix
2009-09-17 Polina DudnikFunctionality migrated to sequencer.
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 Korey Sewellinorder-configs: update se.py
2009-09-16 Korey Sewellconfigs: add maxinsts option on command line
2009-09-16 Vince WeaverSyscalls: Implement sysinfo() syscall.
2009-09-16 Derek Howerruby: improve libruby_issue_request feedback
2009-09-16 Derek Howerremoved isReady from the library interface
2009-09-16 Derek Howerruby: added broadcast mechanism
2009-09-15 Derek Howerruby: added unified assert script
2009-09-15 Derek Howerruby: made configuration parameters uniform
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-15 Steve ReinhardtAdd an I/O cache to FS config even if there's just...
2009-09-14 Derek Howerruby:removed unused code from CacheMemory
2009-09-14 Derek Howerruby: configuration updates
2009-09-14 Derek Howerruby: removed stray printf
2009-09-11 Derek Howermerge
2009-09-11 Derek Howerruby: cleaned up unified MESI/MOESI configuration
2009-09-11 Polina DudnikAdded new MESI files
2009-09-11 Derek Howermerge
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
2009-09-11 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-09-11 Derek Howerruby: removed SMT-related Sequencer assert
next