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
/
cache.hh
Age
Commit message (
Expand
)
Author
2018-05-31
mem-cache: Adopt a more sensible cache class hierarchy
Nikos Nikoleris
2018-05-31
mem-cache: Add helper function to perform evictions
Nikos Nikoleris
2018-05-31
mem-cache: Refactor the recvAtomic function
Nikos Nikoleris
2018-05-31
mem-cache: Refactor the cache recvTimingReq function
Nikos Nikoleris
2018-05-31
mem-cache: Refactor the cache recvTimingResp function
Nikos Nikoleris
2018-03-30
mem-cache: Remove unused return value from the recvTimingReq func
Nikos Nikoleris
2017-12-05
mem: Co-ordination of CMOs in the xbar
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
2017-12-05
mem-cache: Add support for checking whether a cache is busy
Nikos Nikoleris
2017-12-04
misc: Rename misc.(hh|cc) to logging.(hh|cc)
Gabe Black
2017-06-20
mem: Replace EventWrapper use with EventFunctionWrapper
Sean Wilson
2017-02-21
mem: Remove unused type BlkList from the cache and the tags
Nikos Nikoleris
2017-02-19
sim: Ensure draining is deterministic
Andreas Hansson
2016-08-12
mem: Update mostly exclusive cache policy to cover more cases
Andreas Hansson
2016-05-26
mem: change NULL to nullptr in the cache related classes
Nikos Nikoleris
2016-04-21
mem: Align downstream cache packet creation in atomic and timing
Andreas Hansson
2016-03-17
mem: Create a separate class for the cache write buffer
Andreas Hansson
2015-12-31
mem: Make cache terminology easier to understand
Andreas Hansson
2015-12-28
mem: Do not use sender state to track forwarded snoops in cache
Andreas Hansson
2015-11-15
arm: Add missing explicit overrides for classic caches
Andreas Sandberg
2015-11-06
mem: Add an option to perform clean writebacks from caches
Andreas Hansson
2015-11-06
mem: Add cache clusivity
Andreas Hansson
2015-11-06
mem: Unify delayed packet deletion
Andreas Hansson
2015-10-12
misc: Add explicit overrides and fix other clang >= 3.5 issues
Andreas Hansson
2015-10-12
misc: Remove redundant compiler-specific defines
Andreas Hansson
2015-09-25
mem: Add snoops for CleanEvicts and Writebacks in atomic mode
Ali Jafri
2015-09-25
mem: Make the coherent crossbar account for timing snoops
Andreas Hansson
2015-08-21
mem: Remove unused cache squash functionality
Andreas Hansson
2015-08-21
mem: Add explicit Cache subclass and make BaseCache abstract
Andreas Hansson
2015-08-21
mem: Move cache_impl.hh to cache.cc
Andreas Hansson
2015-07-07
sim: Refactor the serialization base class
Andreas Sandberg
2015-07-03
mem: Add clean evicts to improve snoop filter tracking
Ali Jafri
2015-05-05
mem: Remove templates in cache model
David Guillen
2015-03-27
mem: Allocate cache writebacks before new MSHRs
Andreas Hansson
2015-03-02
mem: Split port retry for all different packet classes
Andreas Hansson
2015-02-03
mem: Clarify cache behaviour for pending dirty responses
Andreas Hansson
2014-12-02
mem: Add const getters for write packet data
Andreas Hansson
2014-10-09
mem: Add packet sanity checks to cache and MSHRs
Andreas Hansson
2014-06-27
mem: write streaming support via WriteInvalidate promotion
Curtis Dunham
2014-05-13
cpu, mem: Make software prefetches non-blocking
Curtis Dunham
2014-01-28
mem: Remove redundant findVictim() input argument
Amin Farmahini
2014-01-24
mem: Add support for a security bit in the memory system
Giacomo Gabrielli
2013-07-18
mem: Set the cache line size on a system level
Andreas Hansson
2013-07-18
mem: Add cache class destructor to avoid memory leaks
Xiangyu Dong
2013-06-27
mem: Reorganize cache tags and make them a SimObject
Prakash Ramrakhyani
2013-06-27
mem: Cycles converted to Ticks in atomic cache accesses
Andreas Hansson
2013-02-19
mem: Change accessor function names to match the port interface
Andreas Hansson
2013-02-15
mem: Tighten up cache constness and scoping
Andreas Hansson
2013-01-07
mem: Fix guest corruption when caches handle uncacheable accesses
Andreas Sandberg
[next]