ruby: handle llsc accesses through CacheEntry, not CacheMemory
[gem5.git] / src / mem / ruby / system /
2015-08-27 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-19 Nilay Vaishruby: reverts to changeset: bf82f1f7b040
2015-08-15 Nilay Vaishruby: profiler: provide the number of vnets through...
2015-08-15 Nilay Vaishruby: remove random seed
2015-08-15 Nilay Vaishruby: cache recorder: move check on block size to RubyS...
2015-08-15 Nilay Vaishruby: call setMRU from L1 controllers, not from sequencer
2015-08-15 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-15 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Joel Hestnessruby: Remove the RubyCache/CacheMemory latency
2015-08-07 Andreas Sandbergbase: Declare a type for context IDs
2015-08-04 Timothy Jonesuby: Fix checkpointing and restore
2015-07-20 David Hashemem: Hit callback delay fix
2015-07-20 Brad Beckmannruby: add useful dprints to sequencer
2015-07-24 Brandon Potterruby: dma sequencer: removes redundant code
2015-07-10 Brandon Potterruby: replace global g_abs_controls with per-RubySystem var
2015-07-10 Brandon Potterruby: replace global g_system_ptr with per-object pointers
2015-07-10 Brandon Potterruby: replace g_ruby_start with per-RubySystem m_start_...
2015-07-10 Brandon Potterruby: remove extra whitespace and correct misspelled...
2015-07-07 Andreas Sandbergsim: Refactor and simplify the drain API
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-07 Andreas Sandbergsim: Refactor the serialization base class
2015-07-03 Andreas Hanssonmem: Split WriteInvalidateReq into write and invalidate
2015-06-25 Jason PowerRuby: Remove assert in RubyPort retry list logic stable_2015_09_03
2015-05-19 Joel Hestnessruby: Fix RubySystem warm-up and cool-down scope
2015-03-23 Steve Reinhardtmem: rename Locked/LOCKED to LockedRMW/LOCKED_RMW
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-26 Jason PowerRuby: Update backing store option to propagate through...
2015-01-22 Andreas Hanssonmem: Always use SenderState for response routing in...
2015-01-22 Andreas Hanssonmem: Clean up Request initialisation
2014-12-02 Andreas Hanssonmem: Add const getters for write packet data
2014-12-02 Andreas Hanssonmem: Remove null-check bypassing in Packet::getPtr
2014-11-06 Nilay Vaishruby: provide a backing store
2014-11-06 Nilay Vaishruby: interface with classic memory controller
2014-11-06 Nilay Vaishruby: coherence protocols: remove data block from dirct...
2014-11-06 Nilay Vaishruby: remove sparse memory.
2014-11-06 Nilay Vaishruby: single physical memory in fs mode
2014-11-06 Nilay Vaishruby: dma sequencer: remove RubyPort as parent class
2014-10-16 Andreas Hanssonmisc: Move AddrRangeList from port.hh to addr_range.hh
2014-10-16 Andreas Hanssonmem: Use shared_ptr for Ruby Message classes
2014-10-16 Andreas Hanssonarch,x86,mem: Dynamically determine the ISA for Ruby...
2014-10-01 Andreas Hanssonmisc: Fix issues identified by static analysis
2014-09-27 Andreas Hanssonmisc: Fix a bunch of minor issues identified by static...
2014-09-01 Nilay Vaishruby: eliminate type Time
2014-09-01 Nilay Vaishruby: move files from ruby/system to ruby/structures
2014-06-01 Steve Reinhardtstyle: eliminate equality tests with true and false stable_2014_08_26
2014-04-19 Marco Elverruby: recorder: Fix (de-)serializing with different...
2014-03-20 Nilay Vaishruby: no piobus in se mode
2014-03-17 Nilay Vaishruby: remove some of the unnecessary code
2014-02-24 Nilay Vaishruby: route all packets through ruby port
2014-02-24 Andreas Hanssonruby: Simplify RubyPort flow control and routing
2014-02-24 Nilay Vaishruby: remove few not required #includes
2014-02-21 Nilay Vaishruby: cache: remove not required variable m_cache_name
2014-02-20 Nilay Vaishruby: message buffer: removes some unecessary functions.
2014-02-06 Nilay Vaishruby: memory controller: use MemoryNode *
2014-01-10 Nilay Vaishruby: move all statistics to stats.txt, eliminate ruby...
2014-01-04 Nilay Vaishruby: some small changes
2013-10-15 Steve Reinhardtruby: eliminate non-determinism from ruby.stats output
2013-09-06 Nilay Vaishruby: network: convert to gem5 style stats
2013-09-06 Nilay Vaishruby: converts sparse memory stats to gem5 style
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
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-25 Nilay Vaishruby: profiler: lots of inter-related changes
2013-06-18 Lena Olsonruby: restrict Address to being a type and not a variab...
2013-06-09 Nilay Vaishruby: stats: use gem5's stats for cache and memory...
2013-05-21 Nilay Vaish ext... ruby: add stats to .sm files, remove cache profiler
2013-04-23 Nilay Vaishruby: patch checkpoint restore with garnet
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-09 Joel HestnessRuby: Fix RubyPort evict packet memory leak
2013-04-09 Joel HestnessRuby: Delete packet requests during warmup
2013-04-08 Joel HestnessRuby System, Cache Recorder: Use delete [] for trace...
2013-03-22 Nilay Vaishruby: consumer: avoid using receiver side clock
2013-03-22 Nilay Vaishruby: keep histogram of outstanding requests in seq
2013-03-07 Nilay Vaishruby: remove the functional copy of memory in se mode
2013-03-03 Blake Hechtman ext... ruby: fixes functional writes to RubyRequest
2013-02-28 Dibakar Gope ext... ruby: mesi coherence protocol: invalidate lock
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 Hanssonsim: Make clock private and access using clockPeriod()
2013-02-19 Andreas Hanssonmem: Add predecessor to SenderState base class
2013-02-14 Andreas HanssonRuby: Fix compilation errors on gcc 4.7 and clang 3.2
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 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 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: record fully busy cycle with in the controller
2013-01-31 Nilay Vaishruby: correct computation of number of bits required...
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
2012-11-16 Nilay Vaishsim: have a curTick per eventq
2012-11-10 Nilay Vaishruby: bug in functionalRead, revert recent changes
next