cpu: Apply the ARM TLB rework to the O3 checker CPU.
[gem5.git] / src / mem / ruby /
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-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-07-20 David Hasheruby: split CPU and GPU latency stats
2016-01-19 Tony Gutierrezgpu-compute: AMD's baseline GPU model
2016-01-19 Tony Gutierrezmem: write combining for ruby protocols
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-07-20 Brad Beckmannruby: added stl vector of ints to be used by SLICC
2015-11-13 Tony Gutierrezslicc: fixes for the Address to Addr changeset (11025)
2015-11-13 Joe Grossruby: add BoolVec
2015-11-06 Andreas Hanssonmisc: Appease clang static analyzer
2015-10-14 Nilay Vaishruby: profiler: provide the number of vnets through...
2015-10-14 Nilay Vaishruby: remove unused functionalRead() function.
2015-10-14 Nilay Vaishruby: garnet: flexible: refactor flit
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: Fix CacheMemory allocate leak
2015-09-29 Joel Hestnessruby: RubyPort delete snoop requests
2015-09-29 Joel Hestnessruby: Fix memory leak in AbstractController
2015-09-29 Joel Hestnessruby: RubyMemoryControl delete requests
2015-09-24 Nilay Vaishruby: simple network: refactor code
2015-09-23 Nilay Vaishruby: garnet: refactor code in network links
2015-09-23 Nilay Vaishruby: bloom filters: refactor code
2015-09-23 Nilay Vaishruby: abstract controller: mark some variables as const
2015-09-18 Nilay Vaishruby: garnet: mark some variables as const
2015-09-18 Nilay Vaishruby: print addresses in hex
2015-09-17 Tony Gutierrezruby: update WireBuffer API to match that of MessageBuffer
2015-09-16 Joe Grossruby: fix message buffer init order
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-14 Nilay Vaishruby: topology: refactor code.
2015-09-12 Nilay Vaishmerged with 62e1504b9c64
2015-09-12 Nilay Vaishruby: perfect switch: refactor code
2015-09-12 Nilay Vaishruby: simple network: store Switch* in PerfectSwitch...
2015-09-05 Nilay Vaishruby: call setMRU from L1 controllers, not from sequencer
2015-09-05 Nilay Vaishruby: adds set and way indices to AbstractCacheEntry
2015-09-05 Nilay Vaishruby: set: reimplement using std::bitset
2015-09-01 Nilay Vaishruby: remove random seed
2015-09-01 Nilay Vaishruby: directory memory: drop unused variable.
2015-08-30 Nilay Vaishruby: specify number of vnets for each protocol
2015-08-30 Nilay Vaishruby: network: drop member m_in_use
2015-08-30 Nilay Vaishruby: garnet: mark few functions const in BaseGarnetNet...
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-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
next