mem-cache: Privatize extractSet
[gem5.git] / src / mem / cache /
2018-06-01 Daniel R. Carvalhomem-cache: Privatize extractSet
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: Fix include directives in the cache related...
2018-05-31 Nikos Nikolerismem-cache: Add a non-coherent cache
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-31 Nikos Nikolerismem-cache: Add helper function to perform evictions
2018-05-31 Nikos Nikolerismem-cache: Delegate block invalidation to block allocation
2018-05-31 Nikos Nikolerismem-cache: Refactor the recvAtomic function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingReq function
2018-05-31 Nikos Nikolerismem-cache: Refactor the cache recvTimingResp function
2018-05-31 Daniel R. Carvalhomem-cache: Fix RandomReplData
2018-05-30 Nikos Nikolerismem-cache: Determine if an MSHR has requests from anoth...
2018-05-17 Nikos Nikolerismem-cache: Move reference count stats update to blk...
2018-05-17 Nikos Nikolerismem-cache: Remove isTouched field from the CacheBlk
2018-05-17 Nikos Nikolerismem-cache: Move replacements stat to the base cache...
2018-05-17 Nikos Nikolerismem-cache: Simplify writeback for the tempBlock in...
2018-05-08 Daniel R. Carvalhomem-cache: Create block insertion function
2018-05-03 Daniel R. Carvalhomem-cache: Create Second-Chance replacement policy
2018-05-03 Daniel R. Carvalhomem-cache: ReplacementPolicy specific replacement data
2018-04-27 Giacomo Travaglinisim,cpu,mem,arch: Introduced MasterInfo data structure
2018-04-26 Daniel R. Carvalhomem-cache: Use block iteration in BaseSetAssoc
2018-04-19 Daniel R. Carvalhomem-cache: Use findBlock in FALRU's block access
2018-04-19 Daniel R. Carvalhomem-cache: Use secure flag in FALRU's findBlock
2018-04-18 Daniel R. Carvalhomem-cache: Create NRU Replacement Policy
2018-04-18 Nikos Nikolerismem-cache: Revamp multiple size tracking for FALRU...
2018-04-13 Daniel R. Carvalhomem-cache: Add MoveToTail to FALRU
2018-04-06 Daniel R. Carvalhomem: Remove unused 'using namespace'
2018-04-06 Daniel R. Carvalhomem-cache: Move insertBlock functionality in FALRU
2018-04-06 Daniel R. Carvalhomem-cache: Create LIP Replacement Policy
2018-04-06 Daniel R. Carvalhomem-cache: Create BIP Replacement Policy
2018-04-05 Daniel R. Carvalhomem-cache: Use Packet functions to write data blocks
2018-03-30 Nikos Nikolerismem-cache: Remove unused return value from the recvTimi...
2018-03-30 Daniel R. Carvalhomem-cache: Fix FALRU data block seg fault
2018-03-30 Daniel R. Carvalhomem-cache: Create LFU replacement policy
2018-03-30 Daniel R. Carvalhomem-cache: Create RRIP Replacement Policy
2018-03-30 Daniel R. Carvalhomem-cache: Create BRRIP replacement policy
2018-03-23 Jason Lowe-Powermem-cache: fix missing overrides in repl policies
2018-03-23 Daniel R. Carvalhomem-cache: Create FIFO replacement policy
2018-03-23 Daniel R. Carvalhomem-cache: Fix MRU rebase
2018-03-22 Daniel R. Carvalhomem-cache: Create MRU replacement policy
2018-03-22 Daniel R. Carvalhomem-cache: Split array indexing and replacement policies.
2018-03-21 Nikos Nikolerismem-cache: Allow clean operations when block allocation...
2018-03-09 Daniel R. Carvalhomem-cache: Use CacheBlk parameter on address regeneration
2018-03-08 Jason Lowe-Powermem-cache: Fix missing overrides
2018-03-07 Nikos Nikolerismem-cache: Make the block invalidate functions virtual
2018-03-07 Nikos Nikolerismem-cache: Make invalidate a common function between...
2018-03-07 Xiaoyu Mamem-cache: Allow prefetchers to override setCache.
2018-03-06 Daniel R. Carvalhomem-cache: Fix bug generated by 8282
2018-03-06 Nikos Nikolerismem-cache: Populate whenReady for blocks filled from...
2018-03-06 Daniel R. Carvalhomem-cache: Use findBlock() in accessBlock()
2018-03-05 Nikos Nikolerismem-cache: Remove redundant block initialization on...
2018-03-02 Nikos Nikolerismem-cache: Remove mumBlock redundant initialiation...
2018-03-02 Nikos Nikolerismem-cache: Populate the secure bit when the temp block...
2018-03-02 Nikos Nikolerismem-cache: Remove unnecessary block initialization...
2018-03-01 Daniel R. Carvalhomem-cache: Remove extra block init in BaseSetAssoc
2018-03-01 Daniel R. Carvalhomem-cache: Vectorize C arrays in BaseSetAssoc.
2018-02-24 Daniel R. Carvalhomem-cache: Fix CacheSet memory leak
2018-02-08 Daniel R. Carvalhomem-cache: Make cache warmup percentage a parameter.
2018-02-07 Nikos Nikolerismem-cache: Only pendingModified MSHRs can satisfy CMO...
2018-02-07 Nikos Nikolerismem-cache: Cleaned blocks should be marked as not writable
2018-02-06 Daniel R. Carvalhomem-cache: Remove extra numSets zero check.
2018-02-06 Daniel R. Carvalhomem: Standardize mem folder header guards
2018-01-09 Nikos Nikolerismem-cache: Prune unnecessary writebacks in exclusive...
2017-12-05 Nikos Nikolerismem: Co-ordination of CMOs in the xbar
2017-12-05 Nikos Nikolerismem: Add support for handling CMOs in the MSHRs
2017-12-05 Nikos Nikolerismem: Add support for CMOs in the cache
2017-12-05 Nikos Nikolerismem: Promote deferred targets only when the block is...
2017-12-05 Nikos Nikolerismem: Support for specifying the destination of a WriteClean
2017-12-05 Nikos Nikolerismem: Add support for WriteClean packets in the memory...
2017-12-05 Nikos Nikolerismem-cache: Add support for checking whether a cache...
2017-12-04 Gabe Blackmisc: Rename misc.(hh|cc) to logging.(hh|cc)
2017-08-08 Pau Cabremem-cache: Delete squashed HWPrefetches
2017-06-27 Andreas Sandbergmem-cache: Add missing overrides to BaseCache
2017-06-20 Sean Wilsonmem: Replace EventWrapper use with EventFunctionWrapper
2017-03-03 Nikos Nikolerismem: Make blkAlign a common function between all tag...
2017-03-03 Nikos Nikolerismem: Use pkt::getBlockAddr instead of BaseCace::blockAlign
2017-02-21 Nikos Nikolerismem: Remove unused size field from the CacheBlk class
2017-02-21 Nikos Nikolerismem: Remove the unused asid field from the CacheBlk...
2017-02-21 Nikos Nikolerismem: Remove unused arguments (asid/contex_id) from...
2017-02-21 Nikos Nikolerismem: Remove unused type BlkList from the cache and...
2017-02-21 Nikos Nikolerismem: Remove unused functions from the tag classes
2017-02-21 Nikos Nikolerismem: Always use the helper function to invalidate a...
2017-02-21 Sascha Bischoffmem: Fix MSHR assert triggering for invalidated prefetches
2017-02-21 Nikos Nikolerismem: Populate the secure flag in the writeback visitor
2017-02-21 Nikos Nikolerismem: Remove stale argument from a panic statement
2017-02-19 Andreas Hanssonsim: Ensure draining is deterministic
2017-02-19 Andreas Hanssonmem: Ensure deferred snoops are cache-line aligned
2017-02-11 Bjoern A. Zeebmem: fix printing of 1st cache tags line
2016-11-09 Brandon Potterstyle: [patch 3/22] reduce include dependencies in...
2016-11-09 Brandon Potterstyle: [patch 1/22] use /r/3648/ to reorganize includes
2016-12-05 Nikos Nikolerismem: Respond to InvalidateReq when the block is (pendin...
2016-12-05 Nikos Nikolerismem: Invalidate a blk when servicing the 1st invalidati...
2016-12-05 Nikos Nikolerismem: Allow non invalidating snoops on an InvalidateReq...
2016-12-05 Nikos Nikolerismem: Always use InvalidateReq to service WriteLineReq...
2016-12-05 Andreas Hanssonmem: Ensure InvalidateReq is considered isForward by...
2016-12-05 Nikos Nikolerismem: Make packet debug printing more uniform
2016-12-05 Nikos Nikolerismem: Service only the 1st FromCPU MSHR target on ReadRe...
next