mem-cache: Add match functions to QueueEntry
[gem5.git] / src / mem /
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...
2019-01-16 Javier Buenomem-cache: Access Map Pattern Matching Prefetcher
2019-01-16 Javier Buenomem-cache: Signature Path Prefetcher
2019-01-16 Javier Buenomem-cache: allow prefetchers to emit page crossing...
2019-01-16 Javier Buenomem-cache: virtual address support for prefetchers
2018-12-07 Giacomo Travaglinimem: Compile tracePacket only when TRACING_ON is defined
2018-12-07 Daniel R. Carvalhomem-cache: Workaround for setWhenReady assertion
2018-12-05 Daniel R. Carvalhomem-cache: Remove writebacks parameter from serviceMSHR...
2018-12-04 Daniel R. Carvalhomem-cache: Add getter and setter to CacheBlk::whenReady
2018-12-04 Nikos Nikolerisbase, sim: Add missing destructors
2018-12-03 Daniel R. Carvalhomem-cache: Optimize sector valid and secure check
2018-11-27 Gabe Blackarch, base, cpu, gpu, mem: Replace assert(0 or false...
2018-11-26 Daniel R. Carvalhomem-cache: Add setters to validate and secure block
2018-11-18 Javier Buenomem-cache: a missing cast was truncating addresses
2018-11-16 Matteo Andreozzimem: avoid calling regStat twice on a QoSPolicy
2018-11-15 Javier Buenomem-cache: fix invalid iterator access
2018-11-15 Danielmem-cache: Make StridePrefetcher use Replacement Policies
2018-11-15 Danielmem-cache: Add invalidation function to StrideEntry
2018-11-15 Danielmem-cache: Make PCTable context independent
2018-11-15 Danielmem-cache: Vectorize StridePrefetcher's entries.
2018-11-15 Danielmem-cache: Return entry in StridePrefetcher::pcTableHit()
2018-11-15 Danielmem-cache: Cleanup prefetchers
2018-11-14 Daniel R. Carvalhomem-cache: Remove Cache dependency from Tags
2018-11-14 Daniel R. Carvalhomem-cache: Move access latency calculation to Cache
2018-11-14 Javier Buenomem-cache: implement a probe-based interface
2018-11-13 Nikos Nikolerismem-cache: Align how we handle requests in atomic with...
2018-11-07 Daniel R. Carvalhomem-ruby: Use Packet writing functions instead of memcpy
2018-11-05 Gabe Blackmem-cache: Rename the tag class init function to tagsInit.
2018-11-05 Daniel R. Carvalhomem: Use Packet writing functions instead of memcpy
2018-11-05 Daniel R. Carvalhomem-cache: Fix double block invalidation
2018-10-26 Nikos Nikolerismem-ruby: Fix MOESI_CMP_directory in ports order
2018-10-26 yuetsu.kodamaarch-arm: We add PRFM PST instruction for arm
2018-10-22 Daniel R. Carvalhomem-cache: Move evictBlock(CacheBlk*, PacketList&)...
2018-10-18 Nikos Nikolerismem-cache: Fix unused variable warning in FALRU:invalid...
2018-10-18 Nikos Nikolerismem: Add write coalescing and write-no-allocate to...
2018-10-18 Nikos Nikolerismem: Delay servicing an MSHR after its allocation
2018-10-18 Nikos Nikolerismem: Restructure whole-line writes to simplify write...
next