ruby: network: remove reconfiguration code
[gem5.git] / src / mem /
2013-06-29 Nilay Vaishruby: network: remove reconfiguration code
2013-06-27 Prakash Ramrakhyanimem: Reorganize cache tags and make them a SimObject
2013-06-27 Andreas Hanssonmem: Remove the cache builder
2013-06-27 Akash Bagdiasim: Add the notion of clock domains to all ClockedObjects
2013-06-27 Akash Bagdiaconfig: Remove redundant explicit setting of default...
2013-06-27 Andreas Hanssonmem: Tidy up the bridge with const and additional checks
2013-06-27 Andreas Hanssonmem: Fix CommMonitor style and response check
2013-06-27 Andreas Hanssonmem: Align cache timing to clock edges
2013-06-27 Andreas Hanssonmem: Cycles converted to Ticks in atomic cache accesses
2013-06-27 Andreas Hanssonmem: Remove a redundant heap allocation for a snoop...
2013-06-27 Andreas Hanssonmem: Remove CoherentBus snoop port unused private member
2013-06-25 Nilay Vaishruby: moesi cmp directory: separate actions for externa...
2013-06-25 Nilay Vaishruby: mesi cmp directory: separate actions for external...
2013-06-25 Nilay Vaishruby: profiler: lots of inter-related changes
2013-06-24 Nilay Vaishruby: remove the three files related to profiling
2013-06-24 Joel Hestness ext... ruby: MessageBuffer: Remove unused m_size variable
2013-06-20 Lena Olsonruby: fix typo in MOESI_CMP_token protocol
2013-06-18 Lena Olsonruby: Fix prefetching for MESI_CMP_Directory
2013-06-18 Lena Olsonruby: fix slicc compiler to complain about duplicate...
2013-06-18 Lena Olsonruby: restrict Address to being a type and not a variab...
2013-06-18 Andreas Sandbergkvm: Use the address finalization code in the TLB
2013-06-09 Nilay Vaishruby: remove several unused variables in Profiler
2013-06-09 Nilay Vaishruby: remove periodic event from Profiler
2013-06-09 Nilay Vaishruby: stats: use gem5's stats for cache and memory...
2013-06-09 Nilay Vaishruby: remove undefined functions in Address class
2013-05-30 Andreas Hanssonmem: More descriptive DRAM config names
2013-05-30 Andreas Hanssonmem: Add bytes per activate DRAM controller stat
2013-05-30 Andreas Hanssonmem: Add static latency to the DRAM controller
2013-05-30 Andreas Hanssonmem: Spring cleaning of MSHR and MSHRQueue
2013-05-30 Andreas Hanssonmem: Fix MSHR print format
2013-05-30 Andreas Hanssonmem: Make returning snoop responses occupy response...
2013-05-30 Andreas Hanssonmem: Make the buses multi layered
2013-05-30 Andreas Hanssonmem: Separate the two snoop response cases in the bus
2013-05-30 Andreas Hanssonmem: Tidy up a few variables in the bus
2013-05-30 Uri Wienermem: Add basic stats to the buses
2013-05-30 Andreas Hanssonmem: Use unordered set in bus request tracking
2013-05-30 Andreas Hanssonmem: Check for waiting state in bus draining
2013-05-30 Andreas Hanssonmem: Add a LPDDR3-1600 configuration
2013-05-30 Andreas Hanssonmem: Adapt the LPDDR2 to match a single x32 channel
2013-05-30 Andreas Hanssonmem: Avoid explicitly zeroing the memory backing store
2013-05-21 Malek Muslehruby: slicc: fix error msg in TypeFieldMemberAST.py
2013-05-21 Nilay Vaishruby: moesi hammer: cosmetic changes
2013-05-21 Nilay Vaishruby: mesi cmp directory: cosmetic changes
2013-05-21 Nilay Vaishruby: moesi cmp token: cosmetic changes
2013-05-21 Nilay Vaishruby: moesi cmp directory: cosmetic changes
2013-05-21 Nilay Vaish ext... ruby: add stats to .sm files, remove cache profiler
2013-04-23 Mitch Hayengasim: Fix two bugs relating to software caching of PageT...
2013-04-23 Nilay Vaishruby: mesi coherence protocol: remove unused state...
2013-04-23 Nilay Vaishruby: patch checkpoint restore with garnet
2013-04-22 Andreas Hanssonmem: Address mapping with fine-grained channel interleaving
2013-04-22 Andreas Hanssonmem: More descriptive enum names for address mapping
2013-04-22 Andreas Hanssonmem: Add a WideIO DRAM configuration
2013-04-22 Uri Wienermem: Adding verbose debug output in the memory system
2013-04-22 Andreas Hanssonmem: Replace check with panic where inhibited should...
2013-04-22 Dam Sunwoosim: separate nextCycle() and clockEdge() in clockedObjects
2013-04-17 Nilay VaishMerged c22628fa2564 and 2285b98847d7
2013-04-17 Nilay Vaishruby: moesi cmp directory: add copyright notice
2013-04-09 Joel HestnessRuby: Fix RubyPort evict packet memory leak
2013-04-09 Joel HestnessRuby: Delete packet requests during warmup
2013-04-09 Joel HestnessRuby: Add field to slicc machine for generic type
2013-04-09 Joel HestnessRuby: Order profilers based on version
2013-04-09 Jason PowerRuby: More descriptive message buffer connection fatal
2013-04-09 Jason PowerRuby: Fix typo in Slicc if-statement AST error
2013-04-08 Joel HestnessRuby System, Cache Recorder: Use delete [] for trace...
2013-03-27 Mitch Hayengamem: Fix cache latency bug
2013-03-26 Rene de Jongmem: Cancel cache retry event when blocking port
2013-03-26 Andreas Hanssonmem: Separate waiting for the bus and waiting for a...
2013-03-26 Andreas Hanssonmem: Introduce a variable for the retrying port
2013-03-26 Andreas Hanssonmem: Add optional request flags to the packet trace
2013-03-22 Nilay Vaishruby: slicc: set sender, receiver clock objs for option...
2013-03-22 Nilay Vaishruby: message buffer: correct previous errors
2013-03-22 Nilay Vaishruby: message buffer: remove _ptr from some variables
2013-03-22 Nilay Vaishruby: message buffer node: used Tick in place of Cycles
2013-03-22 Nilay Vaishruby: consumer: avoid using receiver side clock
2013-03-22 Nilay Vaishruby: remove unsued profile functions
2013-03-22 Nilay Vaishruby: keep histogram of outstanding requests in seq
2013-03-22 Nilay Vaishslicc: remove check if the L1Cache has a sequencer
2013-03-22 Nilay Vaishruby: move stall and wakeup functions to AbstractController
2013-03-22 Nilay Vaishruby: connect two controllers using only message buffers
2013-03-22 Nilay Vaishruby: convert Topology to regular class
2013-03-22 Nilay Vaishruby: network: move routers from topology to network
2013-03-18 Andreas Hanssonmem: Fix missing delete of packet in DRAM access
2013-03-15 Nilay Vaishruby: set: corrects csprintf() call introduced by 7d95b...
2013-03-07 Andreas Hanssonruby: Fix gcc 4.8 maybe-uninitialized compilation error
2013-03-07 Nilay Vaishruby: remove the functional copy of memory in se mode
2013-03-07 Nilay Vaishruby: garnet: fixed: implement functional access
2013-03-03 Blake Hechtman ext... ruby: fixes functional writes to RubyRequest
2013-03-01 Andreas Hanssonmem: Add check if SimpleDRAM nextReqEvent is scheduled
2013-03-01 Andreas Hanssonmem: Add a method to build multi-channel DRAM configura...
2013-03-01 Andreas Hanssonmem: SimpleDRAM variable naming and whitespace fixes
2013-03-01 Andreas Hanssonmem: Add support for multi-channel DRAM configurations
2013-03-01 Andreas Hanssonmem: Merge interleaved ranges when creating backing...
2013-03-01 Andreas Hanssonmem: Merge ranges in bus before passing them on
2013-02-28 Dibakar Gope ext... ruby: mesi coherence protocol: invalidate lock
2013-02-20 Nilay Vaishslicc: remove unused variable message_buffer_names
2013-02-20 Nilay Vaishruby: remove unused variable m_print_config in class...
2013-02-19 Andreas Hanssonmem: Fix sender state bug and delay popping
2013-02-19 Andreas Hanssonscons: Fix warnings issued by clang 3.2svn (XCode 4.6)
2013-02-19 Andreas Hanssonscons: Add warning for missing declarations
2013-02-19 Andreas Hanssonscons: Fix up numerous warnings about name shadowing
next