ruby: added -A option to TwoLevel_SplitL1UnifiedL2 to set the L1 cache size
[gem5.git] / src /
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-10-20 Derek Howerruby: removed obsolete configuration files
2009-10-16 Derek Howerruby: add parameter to config to set # of l2 banks
2009-10-07 Derek Howermerge
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-21 Polina DudnikAtomics bug fix
2009-09-17 Polina DudnikFunctionality migrated to sequencer.
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-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
2009-09-11 Derek Howerruby: made randomization true by default
2009-09-11 Derek Howerprotocol: made MI_example work with unordered networks
2009-09-10 Derek Howerruby: made L2 request/response latency based on cache...
2009-09-09 Derek Howerruby: made Locked read/write atomic requests within...
2009-09-01 Polina DudnikSCons fix to always make MemTest object
2009-09-01 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-09-01 Derek Howerruby: fixed config assertion failure
2009-08-31 Polina Dudnik[mq]: MOESI_patch
2009-08-28 Polina DudnikReset the atomics flags if RMW_Read is not followed...
2009-08-28 Polina Dudnikimported patch mi_patch
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-25 Derek Howerruby: CacheMemory tag lookup uses a hash instead of...
2009-08-23 Gabe BlackMerge with head.
2009-08-23 Gabe BlackX86: Preserve the NO_ACCESS flag when giving CDA a...
2009-08-23 Gabe BlackAtomic CPU: Respect the NO_ACCESS request flag.
2009-08-21 Polina Dudnik[mq]: first_patch
2009-08-21 Nathan BinkertX86: fix some simple compile issues
2009-08-21 Gabe BlackRTC: Make calls to writeData update the RTCs internal...
2009-08-20 Gabe BlackX86: Make the real time clock actually keep track of...
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-20 Gabe BlackX86: Don't insist on binary encoding for the RTC since...
2009-08-18 Derek Howerruby: added random seed option to config scripts
2009-08-18 Gabe BlackX86: Decode the immediate byte opcode extension for...
2009-08-18 Gabe BlackX86: Decode three byte opcodes.
2009-08-18 Gabe BlackMerge with head.
2009-08-18 Gabe BlackX86: Move the simulated date in X86_FS forward to 2012.
2009-08-18 Gabe BlackX86: Double check the two byte portion of the decoder...
2009-08-18 Gabe BlackX86: Implement MOVNTI.
2009-08-18 Gabe BlackX86: Initialize the MXCSR in SE mode.
2009-08-18 Gabe BlackX86: Implement MOVQ2DQ.
2009-08-18 Gabe BlackX86: Implement MOVDQ2Q.
2009-08-18 Gabe BlackX86: Implement the media instructions that convert...
2009-08-18 Gabe BlackX86: Implement a microop for converting fp values to...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement the instructions that compare fp values...
2009-08-18 Gabe BlackX86: Implement a microop that compares fp values and...
2009-08-18 Gabe BlackX86: Implement MOVSS.
2009-08-18 Gabe BlackX86: Implement LDMXCSR.
2009-08-18 Gabe BlackX86: Implement STMXCSR.
2009-08-18 Gabe BlackX86: Implement the shuffle media instructions.
2009-08-18 Gabe BlackX86: Implement a shuffle media microop.
2009-08-18 Gabe BlackX86: Implement the mask move instructions.
2009-08-18 Gabe BlackX86: Implement a mask move microop.
2009-08-18 Gabe BlackX86: Implement the instructions that move sign bits.
2009-08-18 Gabe BlackX86: Implement a microop that moves sign bits.
2009-08-18 Gabe BlackX86: Implement the insert/extract instructions.
2009-08-18 Gabe BlackX86: Fix a bug in the decoder where the insert/extract...
2009-08-18 Gabe BlackX86: Extend mov2int and mov2fp so they can support...
2009-08-18 Gabe BlackX86: Implement the media average instructions.
2009-08-18 Gabe BlackX86: Implement a media average microop.
2009-08-18 Gabe BlackX86: Implement the multiply and add instructions.
2009-08-18 Gabe BlackX86: Let the integer multiply microop use every other...
2009-08-18 Gabe BlackX86: Implement the media shifts that operate on 64...
2009-08-18 Gabe BlackX86: Implement the media shift microops. These don...
2009-08-18 Gabe BlackX86: Implement the sum of absolute differences instruct...
2009-08-18 Gabe BlackX86: Implement a "sum of absolute differences" microop.
2009-08-18 Gabe BlackX86: Implement the media integer subtract instructions.
2009-08-18 Gabe BlackX86: Implement an integer media subtract microop.
2009-08-18 Gabe BlackX86: Implement the integer media multiply instructions.
2009-08-18 Gabe BlackX86: Implement a media integer multiply microop.
2009-08-18 Gabe BlackX86: Make larger blocks of instructions use the Inst...
2009-08-18 Gabe BlackX86: Implement the integer media max instructions.
2009-08-18 Gabe BlackX86: Implement an integer media max microop.
2009-08-18 Gabe BlackX86: Implement the integer media min instructions.
2009-08-18 Gabe BlackX86: Add a media integer min microop.
2009-08-18 Gabe BlackX86: Implement the media integer addition instructions.
next