Merge yet again with the main repository.
[gem5.git] / src / mem /
2012-01-16 Gabe BlackMerge yet again with the main repository.
2012-01-12 Nilay VaishPerfectCacheMemory: Remove references to CacheMsg
2012-01-12 Ali SaidiPacket: Put back part of the assert
2012-01-12 Ali SaidiPacket: Remove meaningless assert statement
2012-01-11 Nilay VaishRuby: Resurrect Cache Warmup Capability
2012-01-11 Nilay VaishRuby Debug Flags: Remove one, add another
2012-01-11 Nilay VaishRuby Port: Add a list of cpu ports attached to this...
2012-01-11 Nilay VaishRuby EventQueue: Remove unused functions
2012-01-11 Nilay VaishRuby Sparse Memory: Add function for collating blocks
2012-01-11 Nilay VaishRuby: Add infrastructure for recording cache contents
2012-01-11 Nilay VaishRuby Memory Vector: Functions for collating and populat...
2012-01-11 Nilay VaishRuby: remove the files related to the tracer
2012-01-10 Nilay VaishMOESI Hammer: Remove a couple of bugs
2012-01-10 Nilay VaishSparse Memory: Simplify the structure for an entry
2012-01-10 Geoffrey BlakePacket: Add derived class FunctionalPacket to enable...
2012-01-10 Min Kyu Jeongmem: Change DPRINTF prints more useful destination...
2012-01-07 Nilay VaishMerged with Nate's commit
2012-01-07 Nilay VaishRuby Cache: Add param for marking caches as instruction...
2012-01-07 Gabe BlackAnother merge with the main repository.
2012-01-07 Gabe BlackMerge with the main repository again.
2012-01-07 Gabe BlackMerge with main repository.
2012-01-06 Nilay VaishAbstractController: Remove some of the unused functions
2012-01-06 Nilay VaishRuby Set: Move NUMBER_WORDS_PER_SET to Set.hh
2012-01-05 Nilay VaishMESI Coherence Protocol: Fix L2 miss statistics
2012-01-01 Nilay VaishRuby: Shuffle some of the included files
2011-12-31 Nilay VaishSLICC: Use pointers for directory entries
2011-12-13 Nathan Binkertgcc: fix unused variable warnings from GCC 4.6.1
2011-12-01 Brad BeckmannMOESI_hammer: fixed L2 to L1 infinite stalls and deadlock
2011-12-01 Brad Beckmannphysmem: Improved fatal message for size mismatch
2011-11-23 Tushar KrishnaTopology: bug fix in external link initialization
2011-11-23 Tushar KrishnaRemove standard_1level_CMP-protocol.sm include statemen...
2011-11-18 Gabe BlackSE/FS: Get rid of includes of config/full_system.hh.
2011-11-14 Nilay VaishRuby: Process packet instead of RubyRequest in Sequencer
2011-11-07 Gabe BlackSE/FS: Get rid of FULL_SYSTEM in mem.
2011-11-04 Tushar KrishnaGARNET: adding a fault model for resilient on-chip...
2011-11-04 Nilay VaishMESI Protocol: Add functions for profiling misses
2011-11-04 Nilay VaishProtocol: Remove standard one and two level files
2011-11-04 Nilay VaishRuby: Remove some unused typedefs
2011-10-31 Gabe BlackGCC: Get everything working with gcc 4.6.1.
2011-10-30 Gabe BlackSE/FS: Build the base process class in FS.
2011-10-28 Nilay VaishMerged with recent changes.
2011-10-28 Nilay VaishRuby: Reorganize mapping of components
2011-10-23 Steve ReinhardtSE: move page allocation from PageTable to Process
2011-10-23 Steve Reinhardtsyscall_emul: implement MAP_FIXED option to mmap()
2011-10-16 Gabe BlackSE/FS: Turn on the page table class in FS.
2011-10-16 Gabe BlackSE/FS: Build in the tport in FS mode.
2011-10-16 Gabe BlackSE/FS: Build/expose vport in SE mode.
2011-09-23 Steve Reinhardtevent: minor cleanup
2011-09-13 Daniel JohnsonMem: Allow ASID to be set after request is created.
2011-09-13 Ali SaidiPrefetch: Don't prefetch if address is in the write...
2011-09-09 Gabe BlackStack: Tidy up some comments, a warning, and make stack...
2011-09-01 Lisa HsuFix build for gcc-4.2 opt/fast
2011-09-01 Lisa HsuFunctional Accesses: Update states to support Broadcast...
2011-08-29 Nilay VaishSLICC: Pass arguments by reference
2011-08-29 Nilay VaishRuby: Remove some unused code
2011-08-26 Nilay VaishRuby: Eliminate modulo op for computing set size.
2011-08-19 Ali SaidiMem: Put prefetcher notify call before packet is deleted.
2011-08-19 Ali SaidiPrefetcher: Fix some memory leaks with the prefetcher.
2011-08-15 Nilay VaishRuby: Initialize some variables.
2011-08-08 Nilay VaishBuildEnv: Eliminate RUBY as build environment variable
2011-08-03 Nilay VaishRuby: Remove files and includes not in use
2011-08-02 Gabe BlackScons: Make some Action objects fit the abreviated...
2011-08-02 Nilay VaishScons: Drop RUBY as compile time option.
2011-07-28 Nilay VaishSLICC: Put functions of a controller in its .cc file
2011-07-15 Ali SaidiMem: Fix issue with prefetches originating at non-L1...
2011-07-07 Brad Beckmannruby: added generic dma machine
2011-07-07 Brad BeckmannMOESI_hammer: Fixed uniprocessor DMA bug
2011-07-06 Nathan Binkertslicc: add a protocol statement and an include statement
2011-07-06 Nathan Binkertslicc: cleanup slicc code and make it less verbose
2011-07-06 Nathan Binkertgrammar: better encapsulation of a grammar and parsing
2011-07-03 Nilay VaishMerged with Gabe's recent changes.
2011-07-03 Nilay VaishNetwork_test: Conform it with functional access changes...
2011-07-01 Nilay VaishRuby: Commit files missing from previous commit
2011-07-01 Brad Beckmann ext... Ruby: Add support for functional accesses
2011-06-24 Joel HestnessRuby: remove unused functions in CacheMemory: get/setMe...
2011-06-15 Nilay VaishRuby: Correct set LONG_BITS and INDEX_SHIFT in class...
2011-06-08 Nilay VaishRuby: Correctly set access permissions for directory...
2011-06-08 Gabe BlackMem: Use sysconf to get the page size instead of the...
2011-06-03 Nilay VaishSLICC: Remove machine name as prefix to functions
2011-06-03 Nathan Binkertscons: rename TraceFlags to DebugFlags
2011-06-02 Nathan Binkertcopyright: clean up copyright blocks
2011-05-31 Tushar Krishnaorion: bug fix in link power, and some reorg
2011-05-31 Tushar Krishnagarnet: added network ptr to links to be used by orion
2011-05-23 Steve Reinhardtconfig: tweak ruby configs to clean up hierarchy
2011-05-21 Tushar Krishnagarnet: use vnet_type from protocol to decide buffer...
2011-05-20 Tushar Krishnaslicc: added vnet_type to MI_example
2011-05-18 Tushar Krishnaslicc: added vnet_type field to identify response vnets...
2011-05-18 Tushar Krishnagarnet: rename and rearrange config parameters.
2011-05-07 Tushar Krishnanetwork: added Torus and Pt2Pt topologies
2011-05-05 Korey Sewellruby: use RubyMemory flag & remove setDebug() functionality
2011-05-02 Korey Sewellruby: dbg: use system ticks instead of cycles
2011-04-29 Brad Beckmannnetwork: set the ExtLink bw to 16 bytes
2011-04-29 Brad Beckmanngarnet: removed flit_width from Routers
2011-04-29 Brad Beckmannnetwork: adjusted default endpoint bandwidth
2011-04-29 Brad Beckmannnetwork: removed the unused network-wide latency param
2011-04-29 Brad Beckmannnetwork: moved network config params
2011-04-29 Brad Beckmannnetwork: basic link bw for garnet and simple networks
2011-04-29 Brad Beckmannnetwork: convert links & switches to first class C...
2011-04-29 Brad Beckmanngarnet: cleaned up flexible network header file
2011-04-29 Brad Beckmannruby: moved topology to the top network directory
next