index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mem
/
cache
Age
Commit message (
Expand
)
Author
2018-04-27
sim,cpu,mem,arch: Introduced MasterInfo data structure
Giacomo Travaglini
2018-04-26
mem-cache: Use block iteration in BaseSetAssoc
Daniel R. Carvalho
2018-04-19
mem-cache: Use findBlock in FALRU's block access
Daniel R. Carvalho
2018-04-19
mem-cache: Use secure flag in FALRU's findBlock
Daniel R. Carvalho
2018-04-18
mem-cache: Create NRU Replacement Policy
Daniel R. Carvalho
2018-04-18
mem-cache: Revamp multiple size tracking for FALRU caches
Nikos Nikoleris
2018-04-13
mem-cache: Add MoveToTail to FALRU
Daniel R. Carvalho
2018-04-06
mem: Remove unused 'using namespace'
Daniel R. Carvalho
2018-04-06
mem-cache: Move insertBlock functionality in FALRU
Daniel R. Carvalho
2018-04-06
mem-cache: Create LIP Replacement Policy
Daniel R. Carvalho
2018-04-06
mem-cache: Create BIP Replacement Policy
Daniel R. Carvalho
2018-04-05
mem-cache: Use Packet functions to write data blocks
Daniel R. Carvalho
2018-03-30
mem-cache: Remove unused return value from the recvTimingReq func
Nikos Nikoleris
2018-03-30
mem-cache: Fix FALRU data block seg fault
Daniel R. Carvalho
2018-03-30
mem-cache: Create LFU replacement policy
Daniel R. Carvalho
2018-03-30
mem-cache: Create RRIP Replacement Policy
Daniel R. Carvalho
2018-03-30
mem-cache: Create BRRIP replacement policy
Daniel R. Carvalho
2018-03-23
mem-cache: fix missing overrides in repl policies
Jason Lowe-Power
2018-03-23
mem-cache: Create FIFO replacement policy
Daniel R. Carvalho
2018-03-23
mem-cache: Fix MRU rebase
Daniel R. Carvalho
2018-03-22
mem-cache: Create MRU replacement policy
Daniel R. Carvalho
2018-03-22
mem-cache: Split array indexing and replacement policies.
Daniel R. Carvalho
2018-03-21
mem-cache: Allow clean operations when block allocation fails
Nikos Nikoleris
2018-03-09
mem-cache: Use CacheBlk parameter on address regeneration
Daniel R. Carvalho
2018-03-08
mem-cache: Fix missing overrides
Jason Lowe-Power
2018-03-07
mem-cache: Make the block invalidate functions virtual
Nikos Nikoleris
2018-03-07
mem-cache: Make invalidate a common function between tag classes
Nikos Nikoleris
2018-03-07
mem-cache: Allow prefetchers to override setCache.
Xiaoyu Ma
2018-03-06
mem-cache: Fix bug generated by 8282
Daniel R. Carvalho
2018-03-06
mem-cache: Populate whenReady for blocks filled from writebacks
Nikos Nikoleris
2018-03-06
mem-cache: Use findBlock() in accessBlock()
Daniel R. Carvalho
2018-03-05
mem-cache: Remove redundant block initialization on allocation
Nikos Nikoleris
2018-03-02
mem-cache: Remove mumBlock redundant initialiation from FALRU
Nikos Nikoleris
2018-03-02
mem-cache: Populate the secure bit when the temp block is filled
Nikos Nikoleris
2018-03-02
mem-cache: Remove unnecessary block initialization on writeback
Nikos Nikoleris
2018-03-01
mem-cache: Remove extra block init in BaseSetAssoc
Daniel R. Carvalho
2018-03-01
mem-cache: Vectorize C arrays in BaseSetAssoc.
Daniel R. Carvalho
2018-02-24
mem-cache: Fix CacheSet memory leak
Daniel R. Carvalho
2018-02-08
mem-cache: Make cache warmup percentage a parameter.
Daniel R. Carvalho
2018-02-07
mem-cache: Only pendingModified MSHRs can satisfy CMO snoops
Nikos Nikoleris
2018-02-07
mem-cache: Cleaned blocks should be marked as not writable
Nikos Nikoleris
2018-02-06
mem-cache: Remove extra numSets zero check.
Daniel R. Carvalho
2018-02-06
mem: Standardize mem folder header guards
Daniel R. Carvalho
2018-01-09
mem-cache: Prune unnecessary writebacks in exclusive caches
Nikos Nikoleris
2017-12-05
mem: Co-ordination of CMOs in the xbar
Nikos Nikoleris
2017-12-05
mem: Add support for handling CMOs in the MSHRs
Nikos Nikoleris
2017-12-05
mem: Add support for CMOs in the cache
Nikos Nikoleris
2017-12-05
mem: Promote deferred targets only when the block is valid
Nikos Nikoleris
2017-12-05
mem: Support for specifying the destination of a WriteClean
Nikos Nikoleris
2017-12-05
mem: Add support for WriteClean packets in the memory system
Nikos Nikoleris
[next]