summaryrefslogtreecommitdiff
path: root/src/mem
AgeCommit message (Expand)Author
2009-11-05slicc: tweak file enumeration for sconsSteve Reinhardt
2009-11-05slicc: whack some of Nate's leftover debug codeSteve Reinhardt
2009-11-04build: fix compile problems pointed out by gcc 4.4Nathan Binkert
2009-10-28license: Fix license on network model codeNathan Binkert
2009-10-26fixed error message generation bug in SLICC ast filesBrad Beckmann
2009-10-03bus: add assertion to catch illegal retrySteve Reinhardt
2009-09-26Minor cleanup: Use the blockAlign() method where it applies in the cache.Steve Reinhardt
2009-09-26Force prefetches to check cache and MSHRs immediately prior to issue.Steve Reinhardt
2009-09-23ruby: Disable all debug output by defaultNathan Binkert
2009-09-23arch: nuke arch/isa_specific.hh and move stuff to generated config/the_isa.hhNathan Binkert
2009-09-22slicc: Pure python implementation of slicc.Nathan Binkert
2009-09-22scons: add slicc and ply to sys.path and PYTHONPATH so everyone has accessNathan Binkert
2009-09-22python: Move more code into m5.util allow SCons to use that code.Nathan Binkert
2009-09-11Added new MESI filesPolina Dudnik
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-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-15Made servicing_atomic a counter and added started writes:Polina Dudnik
2009-08-14Bug fix: indicate when writes started coming inPolina Dudnik
2009-08-14Merge with current branchPolina Dudnik
2009-08-14Added proc_id to CacheMsg for SMT.Polina Dudnik
2009-08-14Multi-line RMW handlingPolina Dudnik
2009-08-14SMT atomics modifications:Polina Dudnik
2009-08-13Automated merge with ssh://hg@m5sim.org/m5Derek Hower
2009-08-13ruby: config bugfixDerek Hower
2009-08-11ruby/network data_msg_size bug fix with updated statsTushar Krishna
2009-08-11merged Tushar's bug fix with public repository changesBrad Beckmann
2009-08-09protocol: added recycle actions to MOESI DMA eventsDerek Hower
2009-08-07bug fix for data_msg_size in network/Network.ccTushar Krishna
2009-08-06fixed MOESI_CMP_directory bugDerek Hower
2009-08-06protocol: fixed MOESI_CMP_directory bugDerek Hower
2009-08-06ruby: better configuration assert messageDerek Hower
2009-08-05mergeDerek Hower
2009-08-05ruby: configuration supports multiple runs in same sessionDerek Hower
2009-08-05protocol: made MI_example dma mapping genericDerek Hower
2009-08-04ruby: made mapAddressToRange based off a bit countDerek Hower
2009-08-04slicc: added MOESI_CMP_directory, DMA SequencerMsg, parameterized controllersDerek Hower
2009-08-04slicc: generate html by defaultDerek Hower
2009-08-04slicc: better error messages when the python parser failsNathan Binkert
2009-08-03Automated merge with ssh://hg@m5sim.org/m5Derek Hower
2009-08-01Fix setting of INST_FETCH flag for O3 CPU.Steve Reinhardt
2009-08-01Clean up some inconsistencies with Request flags.Steve Reinhardt
2009-08-01Rename internal Request fields to start with '_'.Steve Reinhardt
2009-07-29ruby: fixed clearStatsDerek Hower
2009-07-27ruby: removed unused/incorrect profiler stateDerek Hower