mem: Revert requirement on packet addr/size always valid
[gem5.git] / src / mem / ruby /
2015-08-21 Andreas Hanssonruby: Move Rubys cache class from Cache.py to RubyCache.py
2015-08-19 Nilay Vaishruby: reverts to changeset: bf82f1f7b040
2015-08-15 Nilay Vaishruby: simple network: refactor code
2015-08-15 Nilay Vaishruby: profiler: provide the number of vnets through...
2015-08-15 Nilay Vaishruby: directory memory: drop unused variable.
2015-08-15 Nilay Vaishruby: garnet: flexible: refactor flit
2015-08-15 Nilay Vaishruby: DataBlock: adds a comment
2015-08-15 Nilay Vaishruby: remove random seed
2015-08-15 Nilay Vaishruby: SubBlock: refactor code
2015-08-15 Nilay Vaishruby: cache recorder: move check on block size to RubyS...
2015-08-15 Nilay Vaishruby: abstract controller: mark some variables as const
2015-08-15 Nilay Vaishruby: simple network: store Switch* in PerfectSwitch...
2015-08-15 Nilay Vaishruby: remove unused functionalRead() function.
2015-08-15 Nilay Vaishruby: perfect switch: refactor code
2015-08-15 Nilay Vaishruby: cache memory: drop {try,test}CacheAccess functions
2015-08-15 Nilay Vaishruby: call setMRU from L1 controllers, not from sequencer
2015-08-15 Nilay Vaishruby: adds set and way indices to AbstractCacheEntry
2015-08-15 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-15 Nilay Vaishruby: slicc: use default argument value
2015-08-15 Nilay Vaishruby: handle llsc accesses through CacheEntry, not...
2015-08-14 Nilay Vaishruby: replace Address by Addr
2015-08-14 Nilay Vaishruby: rename variables Addr to addr
2015-08-14 Joel Hestnessruby: Expose MessageBuffers as SimObjects
2015-08-14 Joel Hestnessruby: Change PerfectCacheMemory::lookup to return pointer
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-08-01 Brad Beckmannruby: removed invalid assert in message comparitor
2015-07-20 Brad Beckmannruby: improved stall and wait debugging
2015-07-20 David Hasheruby: change router pipeline stages to 2
2015-07-20 David Hasheruby: change advance_stage for flit_d
2015-07-20 David Hasheruby: expose access permission to replacement policies
2015-07-20 David Hasheruby: adds size and empty apis to the msg buffer stallmap
2015-07-20 David Hasheruby: fix deadlock bug in banked array resource checks
2015-07-20 David Hasheruby: Fix for stallAndWait bug
2015-07-20 David Hasheruby: allocate a block in CacheMemory without updating...
2015-07-20 David Hasheruby: speed up function used for cache walks
2015-07-20 David Hasheruby: initialize replacement policies with their own...
2015-07-20 David Hasheruby: give access to cache tag/data latencies from...
2015-07-20 David Hasheslicc: support for multiple message types on the same...
2015-07-20 David Hashemem: Hit callback delay fix
2015-07-20 Brad Beckmannruby: re-added the addressToInt slicc interface function
2015-07-20 Brad Beckmannruby: add useful dprints to sequencer
2015-07-24 Brandon Potterruby: dma sequencer: removes redundant code
2015-07-22 Nilay Vaishruby: network: NetworkLink inherits from Consumer now.
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-04 Nilay Vaishruby: drop NetworkMessage class
2015-07-04 Nilay Vaishruby: remove message buffer node
2015-07-03 Andreas Hanssonmem: Split WriteInvalidateReq into write and invalidate
2015-06-25 Nilay Vaishruby: message: remove a data member added by mistake
2015-06-25 Jason PowerRuby: Remove assert in RubyPort retry list logic stable_2015_09_03
2015-05-26 Andreas Hanssonruby: Deprecation warning for RubyMemoryControl
2015-05-19 Joel Hestnessruby: Fix RubySystem warm-up and cool-down scope
2015-04-30 Nilay Vaishruby: set: replace long by unsigned long
2015-04-13 Lena Olsonruby: allow restoring from checkpoint when using DRAMCtrl
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-12 Mitch Hayengamem: Delete unused variable in Garnet NetworkLink
2014-11-06 Nilay Vaishruby: provide a backing store
2014-11-06 Nilay Vaishruby: interface with classic memory controller
2014-11-06 Nilay Vaishruby: remove the function functionalReadBuffers()
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-16 Andreas Hanssonmem: Dynamically determine page bytes in memory components
2014-10-11 Nilay Vaishruby: network: garnet: add statistics for different...
2014-10-11 Nilay Vaishruby: network: garnet: remove functions for computing...
2014-10-11 Nilay Vaishruby: drop Orion network power model
2014-10-11 Nilay Vaishruby: structures: coorect #ifndef macros in header...
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-15 Nilay Vaishruby: network: revert some of the changes from ad9c042dce54
2014-09-03 Andreas Hanssonbase: Use the global Mersenne twister throughout
2014-09-03 Andreas Hanssonarch: Cleanup unused ISA traits constants
2014-09-01 Nilay Vaishruby: remove typedef of Index as int64
2014-09-01 Nilay Vaishruby: PerfectSwitch: moves code to a per vnet helper...
2014-09-01 Nilay Vaishruby: message buffers: significant changes
2014-09-01 Nilay Vaishbuild opts: add MI_example to NULL ISA
2014-09-01 Nilay Vaishruby: remove unused toString() from AbstractController
2014-09-01 Nilay Vaishruby: network: move getNumNodes() to base class
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-05-23 Nilay Vaishruby: message buffer: drop dequeue_getDelayCycles()
next