dev-arm: Set ICV_IGRPEN<n>_EL1-ICH_VMCR_EL2 mapping on reads
[gem5.git] / src / mem /
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...
2018-10-18 Nikos Nikolerismem: Determine if an MSHR does a whole-line write
2018-10-18 Gabe Blackmem: Mark the guest endianness packet accessors as...
2018-10-18 Gabe Blacknull: Stop specifying an endianness in isa_traits.hh.
2018-10-18 Gabe Blackmem: Explicitly specify the endianness in the abstract...
2018-10-13 Danielmem-cache: Add missing includes in TreePLRU
2018-10-13 Gabe Blackmem: Get rid of some stray lines which ended up in...
2018-10-12 Gabe Blackmem: Expose the raw packet accessor functions.
2018-10-11 Daniel R. Carvalhomem-cache: Factor ReplaceableEntry out
2018-10-11 Daniel R. Carvalhomem-cache: Move sector_blks to tags folder
2018-10-11 Daniel R. Carvalhomem-cache: Rename blk.cc/hh to cache_blk.cc/hh
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
2018-10-10 Daniel R. Carvalhomem-cache: Create Tree-PLRU replacement policy
2018-10-10 Daniel R. Carvalhomem-cache: Remove CacheSet.hh
2018-10-10 Daniel R. Carvalhomem-cache: Split Tags for indexing policies
2018-10-10 Daniel R. Carvalhomem-cache: Use set and way for ReplaceableEntry
2018-10-10 Daniel R. Carvalhomem-cache: Use possible locations to find block
2018-10-10 Daniel R. Carvalhomem-cache: Create tags initialization function
2018-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU hash invalidation
2018-10-05 Daniel R. Carvalhomem-cache: Make checking function const in FALRU
2018-10-05 Daniel R. Carvalhomem-cache: Make boundaries in FALRU an STL container
2018-10-05 Daniel R. Carvalhomem-cache: Fix FALRU inCachesMask initialization
2018-09-24 Xianwei Zhangmem-ruby: Fix a bug in MessageBuffer randomization
2018-09-19 Daniel R. Carvalhomem-cache: Fix non-bijective function in Skewed caches
2018-09-17 Giacomo Travaglinimem: Implement QoS Proportional Fair policy
2018-09-13 Nikos Nikolerismem-cache: Fix bug in handleAtomicReqMiss
2018-09-07 Matteo Andreozzimem: Make DRAMCtrl a QoS-aware Memory Controller
2018-09-07 Giacomo Travaglinimem: Implement base QoS Policies.
2018-09-07 Matteo Andreozzimem: Add a simple QoS-aware Memory Controller
2018-09-07 Matteo Andreozzimem: Add a QoS-aware Memory Controller type
2018-09-07 Daniel R. Carvalhomem-cache: Create Skewed Assoc placement policy
2018-08-22 Stanislaw Czerniawskimem: Add StreamID and SubstreamID
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-25 Robert Kovacsicsmem-cache: TempCacheBlk allocates and destroys its...
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-07-20 Robert Kovacsicsmem: Removed "using namespace std;" from src/mem/packet.cc
2018-07-19 Robert Kovacsicsmem: Fix off-by-one error in checkFunctional, and simpl...
2018-07-19 Robert Kovacsicsmem-cache: Typo in comment: 'proceed' -> 'precede'
2018-06-28 Andreas Sandbergmem: Add a memory delay simulator
2018-06-22 Nikos Nikolerismem-cache: Promote deferred targets on cache clean...
2018-06-22 Nikos Nikolerismem-cache: Promote targets that don't require writable
2018-06-22 Nikos Nikolerismem-cache: Fix promoting of targets that need writable
next