summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-09-25protocol: cleaned up MESI...got rid of unneccessary virtual networksDerek Hower
2009-09-25ruby: more helpful config error messageDerek Hower
2009-09-25slicc: removed unused atomics code from StateMachineDerek Hower
2009-09-17Functionality migrated to sequencer.Polina Dudnik
2009-09-15ruby: improve libruby_issue_request feedbackDerek Hower
2009-09-15removed isReady from the library interfaceDerek Hower
2009-09-15ruby: added broadcast mechanismDerek Hower
2009-09-15ruby: added unified assert scriptDerek Hower
2009-09-15ruby: made configuration parameters uniformDerek Hower
2009-09-14ruby:removed unused code from CacheMemoryDerek Hower
2009-09-14ruby: configuration updatesDerek Hower
2009-09-14ruby: removed stray printfDerek Hower
2009-09-11mergeDerek Hower
2009-09-11ruby: cleaned up unified MESI/MOESI configurationDerek Hower
2009-09-11Added new MESI filesPolina Dudnik
2009-09-11mergeDerek Hower
2009-09-11Config adjustments for MESIPolina Dudnik
2009-09-11Somayeh's MESI protocol with Polina's bug fixesPolina Dudnik
2009-09-11MI data corruption bug fixPolina Dudnik
2009-09-11Object print bug fixPolina Dudnik
2009-09-11MOESI data corruption bug fixPolina Dudnik
2009-09-10Automated merge with ssh://hg@m5sim.org/m5Derek Hower
2009-09-10ruby: removed SMT-related Sequencer assertDerek Hower
2009-09-10ruby: made randomization true by defaultDerek Hower
2009-09-10protocol: made MI_example work with unordered networksDerek Hower
2009-09-10ruby: made L2 request/response latency based on cache latency by defaultDerek Hower
2009-09-09ruby: made Locked read/write atomic requests within rubyDerek Hower
2009-09-01SCons fix to always make MemTest objectPolina Dudnik
2009-09-01Automated merge with ssh://hg@m5sim.org/m5Derek Hower
2009-09-01ruby: fixed config assertion failureDerek Hower
2009-08-31[mq]: MOESI_patchPolina Dudnik
2009-08-28Reset the atomics flags if RMW_Read is not followed by a RMW_Read or RMW_WritePolina Dudnik
2009-08-28imported patch mi_patchPolina Dudnik
2009-08-25mergeDerek Hower
2009-08-25Automated merge with ssh://hg@m5sim.org/m5Derek Hower
2009-08-25ruby: CacheMemory tag lookup uses a hash instead of a loopDerek Hower
2009-08-23Merge with head.Gabe Black
2009-08-23X86: Preserve the NO_ACCESS flag when giving CDA a specialized interface.Gabe Black
2009-08-23Atomic CPU: Respect the NO_ACCESS request flag.Gabe Black
2009-08-21[mq]: first_patchPolina Dudnik
2009-08-21X86: fix some simple compile issuesNathan Binkert
2009-08-20RTC: Make calls to writeData update the RTCs internal representation of time.Gabe Black
2009-08-20X86: Make the real time clock actually keep track of time.Gabe Black
2009-08-20X86: Fix the decoding for and fill out FST and FSTP.Gabe Black
2009-08-20X86: Add microassembler symbols for floating point stack register operands.Gabe Black
2009-08-20X86: Don't insist on binary encoding for the RTC since we implement BCD.Gabe Black
2009-08-18ruby: added random seed option to config scriptsDerek Hower
2009-08-18X86: Decode the immediate byte opcode extension for 3dNow! instructions.Gabe Black
2009-08-18X86: Decode three byte opcodes.Gabe Black
2009-08-17Merge with head.Gabe Black