misc: Replaced master/slave terminology
[gem5.git] / src / mem / cache / base.cc
2020-09-10 Shivani Parekhmisc: Replaced master/slave terminology
2020-08-31 Daniel R. Carvalhomem-cache: Standardize data parsing in compressors
2020-07-04 Bobby R. Brucemisc: Merged m5ops_base hotfix into develop
2020-06-08 Bobby R. Brucemisc: Merge hotfix v20.0.0.2 into develop
2020-06-04 Tommaso Marinellimem-cache: prevent prefetcher from saturating the write...
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-17 Gabe Blackmem: Delete authors lists from mem files.
2020-01-17 Daniel R. Carvalhomem-cache: Factor out multiple block eviction
2019-12-12 Daniel R. Carvalhomem-cache: Move unused prefetches counter update
2019-10-29 Daniel R. Carvalhomem-cache: Do not try to compress dataless packets
2019-10-01 Daniel R. Carvalhomem-cache: Fix invalid whenReady
2019-09-30 Andreas Sandbergmem-cache: Switch to new-style stats
2019-08-28 Gabe Blackmem: Eliminate the Base(Slave|Master)Port classes.
2019-07-31 Tiago Mückmem-cache: mark block as dirty when handling SW prefetch
2019-06-04 Daniel CarvalhoRevert "mem-cache: Remove writebacks packet list"
2019-05-18 Gabe Blackarch, base, cpu, dev, mem, sim: Remove #if 0-ed out...
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 compression and decompression calls
2019-05-08 Daniel R. Carvalhomem-cache: Add block size to findVictim
2019-05-03 Nikos Nikolerismem-cache: Mark block as dirty after a SWPrefetchEXResp
2019-04-28 Gabe Blackmem: Minimize the use of MemObject.
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-03-19 Gabe Blackarch, cpu, dev, gpu, mem, sim, python: start using...
2019-03-15 Danielmem-cache: Fix write hit latency calculation order
2019-03-11 Daniel R. Carvalhomem-cache: Revert "mem-cache: Remove Packet dependency...
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-25 Ivan Pizarromem-cache: A Best-Offset Prefetcher
2019-01-17 Nikos Nikolerismem: Determine if a packet queue forces ordering at...
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-11-26 Daniel R. Carvalhomem-cache: Add setters to validate and secure block
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-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 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: Add write coalescing and write-no-allocate to...
2018-10-18 Nikos Nikolerismem: Restructure whole-line writes to simplify write...
2018-10-11 Daniel R. Carvalhomem-cache: Virtualize block print
2018-10-10 Daniel R. Carvalhomem-cache: Create tags initialization function
2018-10-10 Daniel R. Carvalhomem-cache: Remove Packet dependency in Tags
2018-07-25 Robert Kovacsicsmem-cache: TempCacheBlk allocates and destroys its...
2018-07-23 Robert Kovacsicsmem: Rename Packet::checkFunctional to trySatisfyFunctional
2018-07-19 Robert Kovacsicsmem-cache: Typo in comment: 'proceed' -> 'precede'
2018-06-22 Nikos Nikolerismem-cache: Promote deferred targets on cache clean...
2018-06-14 Tuan Tabase,mem: Support AtomicOpFunctor in the classic memory...
2018-06-13 Daniel R. Carvalhomem-cache: Insert on block allocation
2018-06-11 Giacomo Travaglinimisc: Using smart pointers for memory Requests
2018-06-11 Giacomo Travaglinimisc: Substitute pointer to Request with aliased RequestPtr
2018-06-08 Daniel R. Carvalhomem-cache: Change Cache block tag check
2018-06-08 Daniel R. Carvalhomem-cache: Use secure bit in findVictim
2018-06-08 Daniel R. Carvalhomem-cache: Return evictions along with victims
2018-06-01 Daniel R. Carvalhomem-cache: Create an address aware TempCacheBlk
2018-06-01 Daniel R. Carvalhomem-cache: Fix secure bit modification
2018-05-31 Nikos Nikolerismem-cache: Replace block visitor with std::function
2018-05-31 Nikos Nikolerismem-cache: Move cache bypass mechanism to the ports
2018-05-31 Nikos Nikolerismem-cache: Adopt a more sensible cache class hierarchy
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2016-11-30 Sophiane Sennimem: Split the hit_latency into tag_latency and data_la...
2016-06-06 Stephan Diestelhorstsim: Call regStats of base-class as well
2016-05-26 Nikos Nikolerismem: fix headers include order in the cache related...
2016-05-26 Nikos Nikolerismem: change NULL to nullptr in the cache related classes
2016-05-26 Nikos Nikolerismem: fix the line length in the cache related classes
2016-04-21 Andreas Hanssonmem: Include WriteLineReq in cache demand stats
2016-04-21 Andreas Hanssonmem: Remove unused cache stats
2015-05-27 Rekai Gonzalez Alb... mem: Add unused prefetch counter in caches
2016-03-17 Andreas Hanssonmem: Adjust cache queue reserve to more conservative...
2016-03-17 Andreas Hanssonmem: Create a separate class for the cache write buffer
2016-02-10 Andreas Hanssonmem: Deduce if cache should forward snoops
2015-08-21 Andreas Hanssonmem: Add explicit Cache subclass and make BaseCache...
2015-07-07 Andreas Sandbergsim: Decouple draining from the SimObject hierarchy
2015-07-07 Andreas Sandbergsim: Make the drain state a global typed enum
2015-07-03 Andreas Hanssonmem: Remove redundant is_top_level cache parameter
2015-07-03 Andreas Hanssonmem: Add ReadCleanReq and ReadSharedReq packets
2015-07-03 Andreas Hanssonmem: Allow read-only caches and check compliance
2015-05-05 Andreas Hanssonmem: Snoop into caches on uncacheable accesses
2015-05-05 David Guillenmem: Remove templates in cache model
2015-03-02 Andreas Hanssonmem: Tidy up the cache debug messages
2015-03-02 Andreas Hanssonmem: Split port retry for all different packet classes
2015-02-11 Marco Balbonimem: Clarify usage of latency in the cache
2014-12-23 Mitch Hayengamem: Add parameter to reserve MSHR entries for demand...
2014-09-09 Andreas Hanssonmisc: Fix a number of unitialised variables and members
next