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
Age
Commit message (
Expand
)
Author
2019-05-31
import invisispec-1.0 source by Mengjia Yan
Iru Cai
2018-12-07
mem: Compile tracePacket only when TRACING_ON is defined
Giacomo Travaglini
2018-12-07
mem-cache: Workaround for setWhenReady assertion
Daniel R. Carvalho
2018-12-05
mem-cache: Remove writebacks parameter from serviceMSHRTargets
Daniel R. Carvalho
2018-12-04
mem-cache: Add getter and setter to CacheBlk::whenReady
Daniel R. Carvalho
2018-12-04
base, sim: Add missing destructors
Nikos Nikoleris
2018-12-03
mem-cache: Optimize sector valid and secure check
Daniel R. Carvalho
2018-11-27
arch, base, cpu, gpu, mem: Replace assert(0 or false with panic.
Gabe Black
2018-11-26
mem-cache: Add setters to validate and secure block
Daniel R. Carvalho
2018-11-18
mem-cache: a missing cast was truncating addresses
Javier Bueno
2018-11-16
mem: avoid calling regStat twice on a QoSPolicy
Matteo Andreozzi
2018-11-15
mem-cache: fix invalid iterator access
Javier Bueno
2018-11-15
mem-cache: Make StridePrefetcher use Replacement Policies
Daniel
2018-11-15
mem-cache: Add invalidation function to StrideEntry
Daniel
2018-11-15
mem-cache: Make PCTable context independent
Daniel
2018-11-15
mem-cache: Vectorize StridePrefetcher's entries.
Daniel
2018-11-15
mem-cache: Return entry in StridePrefetcher::pcTableHit()
Daniel
2018-11-15
mem-cache: Cleanup prefetchers
Daniel
2018-11-14
mem-cache: Remove Cache dependency from Tags
Daniel R. Carvalho
2018-11-14
mem-cache: Move access latency calculation to Cache
Daniel R. Carvalho
2018-11-14
mem-cache: implement a probe-based interface
Javier Bueno
2018-11-13
mem-cache: Align how we handle requests in atomic with timing
Nikos Nikoleris
2018-11-07
mem-ruby: Use Packet writing functions instead of memcpy
Daniel R. Carvalho
2018-11-05
mem-cache: Rename the tag class init function to tagsInit.
Gabe Black
2018-11-05
mem: Use Packet writing functions instead of memcpy
Daniel R. Carvalho
2018-11-05
mem-cache: Fix double block invalidation
Daniel R. Carvalho
2018-10-26
mem-ruby: Fix MOESI_CMP_directory in ports order
Nikos Nikoleris
2018-10-26
arch-arm: We add PRFM PST instruction for arm
yuetsu.kodama
2018-10-22
mem-cache: Move evictBlock(CacheBlk*, PacketList&) to base
Daniel R. Carvalho
2018-10-18
mem-cache: Fix unused variable warning in FALRU:invalidate()
Nikos Nikoleris
2018-10-18
mem: Add write coalescing and write-no-allocate to the caches
Nikos Nikoleris
2018-10-18
mem: Delay servicing an MSHR after its allocation
Nikos Nikoleris
2018-10-18
mem: Restructure whole-line writes to simplify write merging
Nikos Nikoleris
2018-10-18
mem: Determine if an MSHR does a whole-line write
Nikos Nikoleris
2018-10-18
mem: Mark the guest endianness packet accessors as deprecated.
Gabe Black
2018-10-18
null: Stop specifying an endianness in isa_traits.hh.
Gabe Black
2018-10-18
mem: Explicitly specify the endianness in the abstract memory.
Gabe Black
2018-10-13
mem-cache: Add missing includes in TreePLRU
Daniel
2018-10-13
mem: Get rid of some stray lines which ended up in packet.hh.
Gabe Black
2018-10-12
mem: Expose the raw packet accessor functions.
Gabe Black
2018-10-11
mem-cache: Factor ReplaceableEntry out
Daniel R. Carvalho
2018-10-11
mem-cache: Move sector_blks to tags folder
Daniel R. Carvalho
2018-10-11
mem-cache: Rename blk.cc/hh to cache_blk.cc/hh
Daniel R. Carvalho
2018-10-11
mem-cache: Virtualize block print
Daniel R. Carvalho
2018-10-10
mem-cache: Create Tree-PLRU replacement policy
Daniel R. Carvalho
2018-10-10
mem-cache: Remove CacheSet.hh
Daniel R. Carvalho
2018-10-10
mem-cache: Split Tags for indexing policies
Daniel R. Carvalho
2018-10-10
mem-cache: Use set and way for ReplaceableEntry
Daniel R. Carvalho
2018-10-10
mem-cache: Use possible locations to find block
Daniel R. Carvalho
2018-10-10
mem-cache: Create tags initialization function
Daniel R. Carvalho
[next]