gpu-compute,misc: Removed unused 'vaddr' capture
[gem5.git] / src / mem / ruby /
2020-05-20 Bobby R. Brucemem-ruby: Added M5_CLASS_VAR_USED to m_id in OutputUnit
2020-05-19 Bobby R. Brucemisc,sim: Tagged API methods in sim/serialize.hh
2020-05-11 Timothy Hayesmem-ruby: MESI_Two_Level missing function compilation fix
2020-05-11 Timothy Hayesmem-ruby: MOESI_CMP_directory sync fix
2020-05-06 Ayaz Akrammem-ruby: Deep renaming of Prefetcher to RubyPrefetcher
2020-05-02 Timothy Hayesmem-ruby: MESI_Three_level prefetcher page crossing
2020-05-02 Timothy Hayesmem-ruby: MESI_Three_level prefetcher support
2020-05-02 Timothy Hayesmem-ruby: MESI_Three_Level LL/SC improvements
2020-05-02 Timothy Hayesmem-ruby: LL/SC fixes
2020-05-02 Timothy Hayesmem-ruby: fix MESI_Three_Level erroneous transition
2020-04-30 Nikos Nikolerismem-ruby: Avoid const from member due to &Message:...
2020-04-30 Nikos Nikolerismem-ruby: Removed the unused parameter m_id from Virtua...
2020-04-30 Nikos Nikolerisarch-arm, mem-ruby, sim: Add missing overrides
2020-04-23 Tiago Muckmem-ruby: Fix Ruby handling of functional requests
2020-04-23 Tiago Muckmem-ruby: SimpleNetwork implementation of functional...
2020-04-23 Tiago Muckmem-ruby: Add functionalReadBuffers to AbstractController
2020-04-23 Tiago Muckmem-ruby: Allow MessageBuffer functional reads
2020-04-20 Gabe Blackmem: Rename the ruby Prefetcher class RubyPrefetcher.
2020-04-08 Matt Porembamem-ruby: Replace SLICC queueMemory calls with enqueue
2020-03-26 Hussein Elnawawymem-ruby: Checkpoint from MOESI_hammer Ruby hangs
2020-03-20 Timothy Hayesmem-ruby: MESI_Three_Level discriminate L0 invalidation...
2020-03-20 Timothy Hayesmem-ruby: MESI_Three_Level fix L1 MRU absence
2020-03-20 Timothy Hayesmem-ruby: MESI_Three_Level fix L1 in_port ranks
2020-03-20 Timothy Hayesmem-ruby: MESI_Three_level HTML reference generation fix
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in CrossbarSwitch
2020-03-16 Daniel R. Carvalhomem-garnet: Use smart pointers in Router's members
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in Switch
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in NetworkLink
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in NetworkInterface
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in InputUnit
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in OutputUnit
2020-03-16 Daniel R. Carvalhomem-garnet: Use static allocation in VirtualChannel
2020-03-16 Daniel R. Carvalhomem-garnet: Remove delete of param pointers of SimpleNe...
2020-03-16 Daniel R. Carvalhomem-garnet: Remove delete of param pointers of GarnetNe...
2020-03-13 Giacomo Travaglinimisc: Make exception handling python3 compliant
2020-03-13 Giacomo Travagliniscons: file removed from python3
2020-03-13 Yuan Yaomem-ruby: Fix fast-forward when using the backing store.
2020-03-04 Timothy Hayesmem-ruby: Minor Ruby Prefetcher fixes
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-20 Gabe Blackmem: Use using to expose a print method that would...
2020-02-17 Gabe Blackmem: Delete authors lists from mem files.
2020-02-10 Daniel R. Carvalhomem-cache,mem-ruby: Move WeightedLRU RP
2020-01-14 Daniel R. Carvalhomem-garnet: Use smart pointers for CrossbarSwitch's...
2019-11-05 Polydoros Petrakismem-ruby: Reset Ruby Sequencer Outstanding Requests...
2019-10-31 Joe Grossmem-ruby: Fixed pipeline squashes caused by aliased...
2019-10-11 JingQuJQmem-ruby: Allow Ruby to use all replacement policies...
2019-09-30 Daniel R. Carvalhomem-ruby: Remove inexistent functions from Util
2019-09-30 Daniel R. Carvalhomem-ruby: Make bitSelect use bits<Addr>
2019-09-30 Daniel R. Carvalhomem-ruby: Fix maskLowOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove shiftLowOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove maskHighOrderBits
2019-09-30 Daniel R. Carvalhomem-ruby: Remove bitRemove
2019-09-28 Timothy Hayesruby: 2x protocols has typo/syntax error that fails...
2019-09-25 Jing Qumem-ruby: prevent cacheProbe being called multiple...
2019-09-10 Daniel R. Carvalhomem-ruby: Move Bloom Filters to base
2019-09-03 Srikant Bharadwajruby: Fix the way stall map size is checked for availab...
2019-08-28 Daniel R. Carvalhomem-ruby: Define BloomFilter namespace
2019-08-28 Daniel R. Carvalhomem-ruby: Make H3 inherit from MultiBitSelBloomFilter
2019-08-28 Daniel R. Carvalhomem-ruby: Finish implementing BloomFilter merge
2019-08-28 Daniel R. Carvalhomem-ruby: Remove NonCountingBloomFilter
2019-08-28 Daniel R. Carvalhomem-ruby: Make MultiGrainBloomFilter generic
2019-08-28 Daniel R. Carvalhomem-ruby: Parameterize xor bits in BlockBloomFilter
2019-08-23 Gabe Blackmem: Move ruby protocols into a directory called ruby_p...
2019-08-19 Pablo Prietomem-ruby, arch-hsail: Removed hit latency from VIPERCoa...
2019-08-02 Pouya Fotouhimem-ruby: Remove assertion with incorrect assumption
2019-07-06 Daniel R. Carvalhomem-ruby: Fix MultiGrainBloomFilter accessing
2019-07-06 Daniel R. Carvalhomem-ruby: Remove Bloom Filters' ruby dependency
2019-07-06 Daniel R. Carvalhomem-ruby: Parameterize block size in Bloom Filters
2019-07-06 Daniel R. Carvalhomem-ruby: Make Bloom Filters SimObjects
2019-07-06 Daniel R. Carvalhomem-ruby: Generalize use of bloom filters' isSet
2019-07-06 Daniel R. Carvalhomem-ruby: Cleanup filters
2019-07-06 Daniel R. Carvalhomem-ruby: Fix MultiGrainBloomFilter total count calculation
2019-07-06 Daniel R. Carvalhomem-ruby: Remove index based functions in bloom filters
2019-07-06 Daniel R. Carvalhomem-ruby: Remove Bloom Filter's print()
2019-07-06 Daniel R. Carvalhomem-ruby: Standardize Bloom Filter deletion support
2019-07-06 Daniel R. Carvalhomem-ruby: Bloom filters - Remove in/decrement
2019-06-05 John Alsopmem-ruby: Enable set size increase
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-14 Tiago Muckmem-ruby: Hit latencies defined by the controllers
2019-05-14 Tiago Muckmem-ruby: Do not change blocked msg enqueue info
2019-05-12 Daniel R. Carvalhomem-ruby: Replace string parameter in MultiBitSelBloomF...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-03-23 Andrea Mondellimisc: missing override specifier
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-15 Ryan Gambordmem: Removed circular include ref
2019-02-28 Srikant Bharadwajruby: Fix garnet's round robin arbitration for vc selection
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-12 Pouya Fotouhimem-ruby: Fixing Topology
2019-01-17 Nikos Nikolerismem: Determine if a packet queue forces ordering at...
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-11-07 Daniel R. Carvalhomem-ruby: Use Packet writing functions instead of memcpy
2018-09-24 Xianwei Zhangmem-ruby: Fix a bug in MessageBuffer randomization
2018-08-17 Brandon Potterscons,ruby: do not generate unnecessary files
2018-08-17 Brandon Potterruby: remove unused code inside '#if 0 ... #endif'
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-06-12 Daniel R. Carvalhoruby: Fix initial weight in weighted LRU
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-05-16 Tony Gutierrezstyle: fix amd license and style issues
next