mem: Parameterize coherent xbar sanity checks
[gem5.git] / src / mem /
2019-05-28 Tiago Muckmem: Parameterize coherent xbar sanity checks
2019-05-28 Tiago Muckmem: Snoop filter support for large systems
2019-05-22 Tiago Muckmem: Add invalid context id check on LLSC checks
2019-05-20 Andreas Sandbergmem-cache: Add multi-prefetcher adaptor
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
2019-05-14 Tiago Muckmem-ruby: MOESI_CMP_dir cleanup
2019-05-14 Tiago Muckmem-ruby: Cache latencies for MOESI_CMP_dir
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-14 Tiago Muckmem-ruby: Unique ranks for MOESI_CMP_dir in ports
2019-05-14 Tiago Muckmem-ruby: Change MOESI_CMP_Dir L2 addressing
2019-05-14 Tiago Muckmem-ruby: Fix MOESI_CMP_dir debug msg
2019-05-14 Tiago Muckmem-ruby: Prevent response stalls on MOESI_CMP_directory
2019-05-14 Danielmem-cache: Use SatCounter for prefetchers
2019-05-12 Daniel R. Carvalhomem-ruby: Replace string parameter in MultiBitSelBloomF...
2019-05-11 Giacomo Gabriellicpu,mem: Add support for partial loads/stores and wide...
2019-05-09 Tiago Muckmem-ruby: Fix MOESI_CMP_directory blocked line handling
2019-05-08 Daniel R. Carvalhomem-cache: Remove writebacks packet list
2019-05-08 Daniel R. Carvalhomem-cache: Handle data expansion
2019-05-08 Daniel R. Carvalhomem-cache: Add co-allocation function to compressed...
2019-05-08 Daniel R. Carvalhomem-cache: Add compression and decompression calls
2019-05-08 Daniel R. Carvalhomem-cache: Create BDI Compressor
2019-05-08 Daniel R. Carvalhomem-cache: Add compression stats
2019-05-08 Daniel R. Carvalhomem-cache: Create cache compressor
2019-05-08 Daniel R. Carvalhomem-cache: Add block size to findVictim
2019-05-08 Daniel R. Carvalhomem-cache: Add compression data to CompressionBlk
2019-05-08 Daniel R. Carvalhomem-cache: Create CacheComp debug flag
2019-05-08 Daniel R. Carvalhomem-cache: Stub compression framework
2019-05-03 Nikos Nikolerismem-cache: Mark block as dirty after a SWPrefetchEXResp
2019-04-28 Gabe Blackmem: Remove the ISA specialized versions of port proxy...
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
2019-04-24 Andrea Mondellicpu,mem: missing override specifier
2019-04-22 Alexandru Dutusim-se: Enhance clone for X86KvmCPU
2019-04-22 Danielmem-cache: Fix fix of replacement count
2019-04-19 Daniel R. Carvalhomem-cache: Fix increasing replacement count
2019-04-19 Daniel R. Carvalhomem-cache: Remove blk_addr from Queue::trySatisfyFunctional
2019-04-19 Daniel R. Carvalhomem-cache: Add match functions to QueueEntry
2019-04-19 Daniel R. Carvalhomem: Add packet matching functions
2019-04-19 Daniel R. Carvalhomem-cache: Move Target to QueueEntry
2019-04-19 Daniel R. Carvalhomem-cache: Assert Entry inherits from QueueEntry in...
2019-04-19 Daniel R. Carvalhomem: Make DRAMCtrl::decodeAddr const
2019-04-19 Daniel R. Carvalhomem: Allow packet to provide its own addr range
2019-04-16 Andrea Mondellimem: missing override specifier
2019-04-14 Gabe Blackmem: Teach SimpleMem to return a MemBackdoor when appro...
2019-04-14 Gabe Blackmem: Maintain a back door into the AbstractMem's backin...
2019-04-11 Anis Peysieuxmem-cache: Fix RRPV for RRIP
2019-04-10 Gabe Blackmem: Plumb backdoor requests through the xbar classes.
2019-04-10 Gabe Blackmem: Add sendAtomicBackdoor/recvAtomicBackdoor port...
2019-04-10 Nikos Nikolerismem-cache: Fix MSHR handling of cache clean requests
2019-04-06 Gabe Blackmem: Add a MemBackdoor type to track memory backdoors.
2019-04-05 Ryan Gambordmem-cache: ambiguous use of abs function
2019-04-05 Jason Lowe-Powermem: Reverse order of write/read mem queue check
2019-04-04 Javier Buenomem-cache: AMPM Prefetcher fails when restoring from...
2019-04-03 Javier Buenomem-cache: Fix PIF prefetcher compilation error with...
2019-04-03 Javier Buenomem-cache: ISB prefetcher was triggering an assertion
2019-04-03 Javier Buenomem-cache: Fix panic in Indirect Memory prefetcher
2019-04-02 Ivan Pizarromem-cache: Proactive Instruction Fetch Implementation
2019-03-28 Daniel R. Carvalhomem-cache: Remove extra cache header from AMAP
2019-03-26 Gabe Blackmem: Deleting this init() method was accidentally dropp...
2019-03-26 Gabe Blackmem: Clean up the xbars a little.
2019-03-23 Andrea Mondellimisc: missing override specifier
2019-03-20 Javier Buenomem-cache: Added the STeMS prefetcher
2019-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-19 Gabe Blackmem: Move bind() and unbind() into the Port class.
2019-03-18 Andrea Mondellimem-cache: tautological comparison of byteOrder
2019-03-15 Ryan Gambordmem: Removed circular include ref
2019-03-15 Javier Buenomem-cache: Added the Indirect Memory Prefetcher
2019-03-15 Gabe Blackmem: Move the Port base class into sim.
2019-03-15 Gabe Blackmem: Track the MemObject owner in MasterPort and SlavePort.
2019-03-15 Danielmem-cache: Fix write hit latency calculation order
2019-03-12 Ryan Gambordmem-cache: Removed default arg from get() in prefetch...
2019-03-11 Daniel R. Carvalhomem-cache: Revert "mem-cache: Remove Packet dependency...
2019-03-10 Javier Buenomem-cache: Added extra information to PrefetchInfo
2019-03-07 Daniel R. Carvalhomem-cache: Add header delay to handleFill whenReady
2019-03-07 Daniel R. Carvalhomem-cache: Allow tag-only accesses on latency calculation
2019-03-07 Daniel R. Carvalhomem-cache: Add lookup latency to access' whenReady
2019-03-07 Daniel R. Carvalhomem-cache: Fix recvTimingReq doWritebacks tick
2019-03-07 Daniel R. Carvalhomem-cache: Use header delay on latency calculation
2019-03-07 Daniel R. Carvalhomem-cache: Remove old todo about latency in hit function
2019-02-28 Srikant Bharadwajruby: Fix garnet's round robin arbitration for vc selection
2019-02-28 Ivan Pizarromem-cache: Sandbox Based Optimal Offset Implementation
2019-02-26 Nikos Nikolerismem-cache: Copy over flags to forwarded response
2019-02-25 Andrea Mondellimem-cache: added missing override specifier in BoP
2019-02-25 Andreas Sandbergpython: Stop using basestring to test for strings
2019-02-25 Ivan Pizarromem-cache: A Best-Offset Prefetcher
2019-02-22 Andreas Sandbergpython: Make iterator handling Python 3 compatible
2019-02-22 Javier Buenomem-cache: Add a mechanism to iterate all entries of...
2019-02-21 Javier Buenomem-cache: Added the Slim AMPM Prefetcher
2019-02-12 Andreas Sandbergpython: Replace dict.has_key with 'key in dict'
2019-02-12 Andreas Sandbergpython: Replace orderdict with collections.OrderedDict
2019-02-12 Javier Buenomem-cache: Irregular Stream Buffer Prefetcher
2019-02-12 Javier Buenomem-cache: Added the Delta Correlating Prediction Table...
2019-02-12 Andreas Sandbergpython: Don't assume SimObjects live in the global...
2019-02-12 Pouya Fotouhimem-ruby: Fixing Topology
2019-02-12 Pouya Fotouhimem-ruby: Fixing MESI Three Level
2019-02-01 Javier Buenomem-cache: Updated version of the Signature Path Prefetcher
2019-01-23 Zicong Wangmem-ruby: Fix missing TBE allocation and deallocation
2019-01-22 Sascha Bischoffmem: Add tryTiming suppport to CommMonitor
2019-01-17 Nikos Nikolerismem: Allow inserts in the begining of a packet queue
2019-01-17 Nikos Nikolerismem: Determine if a packet queue forces ordering at...
next