summaryrefslogtreecommitdiff
path: root/src/mem/protocol
AgeCommit message (Expand)Author
2013-02-10ruby: replace Time with Cycles (final patch in the series)Nilay Vaish
2013-02-10ruby: replaces Time with Cycles in many placesNilay Vaish
2013-02-10ruby: record fully busy cycle with in the controllerNilay Vaish
2013-01-28ruby: remove get_time()Nilay Vaish
2013-01-14Ruby: use ClockedObject in Consumer classNilay Vaish
2012-12-11ruby: add support for prefetching to MESI protocolNilay Vaish
2012-12-11ruby: change slicc to allow for constructor argsNilay Vaish
2012-10-18ruby: functional access updates to network test protocolNilay Vaish
2012-10-15ruby: improved support for functional accessesNilay Vaish
2012-10-15ruby: allow function definition in slicc structsNilay Vaish
2012-10-02ruby: rename template_hack to templateNilay Vaish
2012-10-02ruby: remove unused code in protocolsNilay Vaish
2012-09-30MI coherence protocol: add copyright noticeNilay Vaish
2012-09-12Ruby: Modify Scons so that we can put .sm files in extrasJason Power
2012-08-25MESI Protocol: Correct the virtual network in profile functionsNilay Vaish
2012-08-25MESI Coherence Protocol: Add copyright noticeNilay Vaish
2012-07-12Ruby: remove some unused stuff from SLICC filesNilay Vaish
2012-07-10ruby: banked cache array resource modelBrad Beckmann
2012-07-10ruby: tag and data cache access supportJoel Hestness
2012-04-06MOESI_hammer: tbe allocation and dependent wakeup fixesBrad Beckmann
2012-04-06MOESI_hammer: fixed bug with single cpu + flushes, then modified the regressi...Brad Beckmann
2012-03-06build scripts: Made minor modifications to reduce build overhead time.Marc Orr
2012-02-10MESI: Add queues for stalled requestsNilay Vaish
2012-01-23O3, Ruby: Forward invalidations from Ruby to O3 CPUNilay Vaish
2012-01-17Ruby: Change the access permissions for MOESI hammerAndreas Hansson
2012-01-10MOESI Hammer: Remove a couple of bugsNilay Vaish
2012-01-05MESI Coherence Protocol: Fix L2 miss statisticsNilay Vaish
2011-12-31SLICC: Use pointers for directory entriesNilay Vaish
2011-12-01MOESI_hammer: fixed L2 to L1 infinite stalls and deadlockBrad Beckmann
2011-11-22Remove standard_1level_CMP-protocol.sm include statement from NetworkTushar Krishna
2011-11-04MESI Protocol: Add functions for profiling missesNilay Vaish
2011-11-03Protocol: Remove standard one and two level filesNilay Vaish
2011-11-03Ruby: Remove some unused typedefsNilay Vaish
2011-10-28Ruby: Reorganize mapping of componentsNilay Vaish
2011-09-01Functional Accesses: Update states to support Broadcast/Snooping protocols.Lisa Hsu
2011-08-08BuildEnv: Eliminate RUBY as build environment variableNilay Vaish
2011-08-03Ruby: Remove files and includes not in useNilay Vaish
2011-08-02Scons: Drop RUBY as compile time option.Nilay Vaish
2011-07-06ruby: added generic dma machineBrad Beckmann
2011-07-06MOESI_hammer: Fixed uniprocessor DMA bugBrad Beckmann
2011-07-05slicc: add a protocol statement and an include statementNathan Binkert
2011-07-05slicc: cleanup slicc code and make it less verboseNathan Binkert
2011-07-03Network_test: Conform it with functional access changes in RubyNilay Vaish
2011-06-30Ruby: Add support for functional accessesBrad Beckmann ext:(%2C%20Nilay%20Vaish%20%3Cnilay%40cs.wisc.edu%3E)
2011-06-08Ruby: Correctly set access permissions for directory entriesNilay Vaish
2011-05-20slicc: added vnet_type to MI_exampleTushar Krishna
2011-05-18slicc: added vnet_type field to identify response vnets from othersTushar Krishna
2011-04-28network: convert links & switches to first class C++ SimObjectsBrad Beckmann
2011-04-01hammer: fixed dma uniproc errorBrad Beckmann
2011-03-31CacheMemory: add allocateVoid() that is == allocate() but no return value.Lisa Hsu