ruby: move stall and wakeup functions to AbstractController
[gem5.git] / src / mem /
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
2013-02-19 Andreas Hanssonmem: Enforce strict use of busFirst- and busLastWordTime
2013-02-19 Andreas Hanssonmem: Change accessor function names to match the port...
2013-02-19 Andreas Hanssonmem: Make packet bus-related time accounting relative
2013-02-19 Andreas Hanssonmem: Add deferred packet class to prefetcher
2013-02-19 Andreas Hanssonsim: Make clock private and access using clockPeriod()
2013-02-19 Sascha Bischoffmem: Fix SenderState related cache deadlock
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2013-02-19 Andreas Hanssonmem: Ensure trace captures packet fields before forwarding
2013-02-15 Andreas Hanssonmem: Tighten up cache constness and scoping
2013-02-15 Andreas Sandbergsim: Add a system-global option to bypass caches
2013-02-14 Andreas HanssonRuby: Fix compilation errors on gcc 4.7 and clang 3.2
2013-02-11 Nilay Vaishruby: MI protocol: add a missing transition
2013-02-11 Nilay Vaishruby: enable multiple clock domains
2013-02-11 Nilay Vaishruby: replace Time with Cycles (final patch in the...
2013-02-11 Nilay Vaishruby: replace Time with Cycles in garnet fixed and...
2013-02-11 Nilay Vaishruby: replace Time with Tick in replacement policy...
2013-02-11 Nilay Vaishruby: convert block size, memory size to unsigned
2013-02-11 Nilay Vaishruby: replace Time with Cycles in MessageBuffer
2013-02-11 Nilay Vaishruby: replace Time with Cycles in Memory Controller
2013-02-11 Nilay Vaishruby: Replace Time with Cycles in SequencerMessage
2013-02-11 Nilay Vaishruby: replace Time with Cycles in Message class
2013-02-11 Nilay Vaishruby: replaces Time with Cycles in many places
2013-02-11 Nilay Vaishruby: modifies histogram add() function
2013-02-11 Nilay Vaishruby: record fully busy cycle with in the controller
2013-01-31 Nilay Vaishruby: correct computation of number of bits required...
2013-01-31 Andreas Hanssonmem: Add comments for the DRAM address decoding
2013-01-31 Andreas Hanssonmem: Add DDR3 and LPDDR2 DRAM controller configurations
2013-01-31 Ani Udipimem: Add tTAW and tFAW to the SimpleDRAM model
2013-01-31 Andreas Hanssonmem: Separate out the different cases for DRAM bus...
2013-01-29 Anthony Gutierrezcache: remove drainManager because it's not used
2013-01-28 Nilay Vaishmerged 798c2cec8e37 and e96ff45795bc
2013-01-28 Nilay Vaishruby: remove get_time()
2013-01-28 Nilay Vaishruby: remove call to curCycle in panic()
2013-01-17 Nilay Vaishruby: remove calls to g_system_ptr->getTime()
2013-01-14 Malek Muslehruby sequencer: converts cycles to ticks in deadlock...
2013-01-14 Nilay VaishRuby: remove reference to g_system_ptr from class Message
2013-01-14 Nilay VaishRuby: use ClockedObject in Consumer class
2013-01-08 Mitch Hayengamem: Make LL/SC locks fine grained
2013-01-08 Mitch Hayengamem: Fix use-after-free bug
2013-01-07 Andreas Sandbergmem: Fix guest corruption when caches handle uncacheabl...
2013-01-07 Andreas Sandbergmem: Remove the IIC replacement policy
2013-01-07 Andreas Hanssonsim: Fatal if a clocked object is set to have a clock...
2013-01-07 Andreas Hanssonmem: Merge ranges that are part of the conf table
2013-01-07 Andreas Hanssonmem: Add interleaving bits to the address ranges
2013-01-07 Andreas Hanssonbase: Simplify the AddrRangeMap by removing unused...
2013-01-07 Andreas Hanssonmem: Tidy up bus addr range debug messages
2013-01-07 Andreas Hanssonmem: Skip address mapper range checks to allow more...
2013-01-07 Andreas Hanssonbase: Encapsulate the underlying fields in AddrRange
2013-01-07 Andreas Hanssonmem: Remove the joining of neighbouring ranges
2013-01-07 Andreas Hanssonmem: Add tracing support in the communication monitor
2013-01-07 Andreas Hanssonmem: Add sanity check to packet queue size
2013-01-07 Andreas Hanssonruby: Fix missing cxx_header in Switch
2013-01-07 Andreas Hanssonmem: Fix a bug in the memory serialization file naming
2013-01-07 Ali Saidicache: add note about where conflicts are handled
2012-12-11 Nilay Vaishruby: add support for prefetching to MESI protocol
2012-12-11 Nilay Vaishruby: change slicc to allow for constructor args
2012-12-11 Nilay Vaishruby: add a prefetcher
2012-12-11 Nilay Vaishruby: add functions for computing next stride/page...
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-11-10 Nilay Vaishruby: support functional accesses in garnet flexible...
2012-11-10 Nilay Vaishruby: bug in functionalRead, revert recent changes
2012-11-08 Andreas Hanssonmem: Fix DRAM draining to ensure write queue is empty
2012-11-02 Hamid Reza Khalegh... ruby: reset and dump stats along with reset of the...
2012-11-02 Ali Saidimem: fix use after free issue in memories until 4-phase...
2012-11-02 Andreas Sandbergmem: Add support for writing back and flushing caches
2012-11-02 Andreas Sandbergsim: Move the draining interface into a separate base...
2012-11-02 Andreas Sandbergsim: Include object header files in SWIG interfaces
2012-11-02 Dam SunwooARM: dump stats and process info on context switches
2012-10-31 Andreas Hanssonmem: Fix typo in port comments
2012-10-25 Andreas Hanssondev: Make default clock more reasonable for system...
2012-10-18 Nilay Vaishruby: functional access updates to network test protocol
2012-10-15 Nilay Vaishruby: improved support for functional accesses
2012-10-15 Nilay Vaish ruby: register multiple memory controllers
2012-10-15 Nilay Vaishruby: remove AbstractMemOrCache
2012-10-15 Nilay Vaishruby: allow function definition in slicc structs
2012-10-15 Nilay Vaishruby banked array: do away with event scheduling
2012-10-15 Nilay Vaishruby: reset timing after cache warm up
next