mem-cache: Create an address aware TempCacheBlk
[gem5.git] / src / mem / ruby / system /
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
2018-05-03 Brad Beckmannmem-ruby: Consistent dprintf formats for issue outcomes
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2017-12-15 Swapnil Hariamem-ruby: Support atomic_noncaching acceses in ruby
2017-12-05 Nikos Nikolerismem-ruby: Prevent ruby from crashing on CMOs
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-07-12 Sean Wilsonruby: Refactor some Event subclasses to lambdas
2017-05-31 Nikos Nikolerisruby: Don't set the block data when a store conditional...
2017-03-07 Andreas Sandberggpu-compute: Fix Python/C++ object hierarchy discrepancies
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-20 Tony Gutierrezruby: fix typo in DMASequencer::ackCallback()
2016-12-20 Tony Gutierrezruby: fix issue with unused var in DMASequencer
2016-10-27 Michael LeBeaneruby: Allow multiple outstanding DMA requests
2016-10-27 Tony Gutierrezruby: make a RequestDesc class instead of std::pair
2016-10-06 Tushar Krishnaruby: rename ALPHA_Network_test protocol to Garnet_stan...
2016-08-10 Andreas Sandbergruby: Implement support for functional accesses to...
2016-06-06 David Guillen Fandosstats: Fixing regStats function for some SimObjects
2016-06-03 Marco Elverruby: Implement SwapReq support
2016-04-15 Joel Hestnessruby: Fix block_on behavior
2016-04-13 Andreas Hanssonmisc: Fix issues flagged by gcc 6
2016-04-07 Andreas SandbergRevert to 74c1e6513bd0 (sim: Thermal support for Linux)
2014-11-18 Akash Bagdiapower: Add power states to ClockedObject
2016-02-23 Andreas Hanssonscons: Add missing override to appease clang
2016-02-18 Tony Gutierrezruby: move range change send from RubyPort to derived...
2016-02-17 Tony Gutierrezruby: send address ranges from RubyPort
2016-02-15 Andreas Hanssonmisc: Add missing overrides to appease clang
2016-02-15 Michael LeBeaneruby: make DMASequencer inherit from RubyPort
2016-02-07 Steve Reinhardtstyle: eliminate explicit boolean comparisons
2016-02-07 Steve Reinhardtstyle: fix missing spaces in control statements
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model
2015-07-20 Blake Hechtmanmem: misc flags for AMD gpu model
2016-01-11 Andreas Hanssonscons: Enable -Wextra by default
2015-12-31 Andreas Hanssonmem: Make cache terminology easier to understand
2015-07-20 Brad Beckmannruby: more flexible ruby tester support
2015-11-06 Andreas Hanssonmisc: Appease clang static analyzer
2015-10-14 Nilay Vaishruby: profiler: provide the number of vnets through...
2015-10-12 Andreas Hanssonmisc: Add explicit overrides and fix other clang >...
2015-10-12 Andreas Hanssonmisc: Remove redundant compiler-specific defines
2015-09-29 Joel Hestnessruby: RubyPort delete snoop requests
2015-09-18 Nilay Vaishruby: print addresses in hex
2015-09-16 Nilay Vaishruby: message buffer, timer table: significant changes
2015-09-16 Nilay Vaishruby: remove unused function removeRequest()
2015-09-16 Nilay Vaishruby: sequencer: remove commented out function printPro...
2015-09-16 David Hasheruby: rename System.{hh,cc} to RubySystem.{hh,cc}
2015-09-05 Nilay Vaishruby: call setMRU from L1 controllers, not from sequencer
2015-09-01 Nilay Vaishruby: remove random seed
2015-08-29 Nilay Vaishruby: eliminate type uint64 and int64
2015-08-28 Andreas Sandbergruby: Use the const serialize interface in RubySystem
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
next