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
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
ruby: Make sure addresses print in hex
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-12
mem-ruby: Fix RubyPrefetcher support in MESI_Two_Level
Rico Amslinger
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
scons: Switch from the print statement to the print function.
Gabe Black
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-19
mem: fix page_table bug for .fast build
Brandon Potter
2018-02-19
mem: Refactor port proxies to support secure accesses
Andreas Sandberg
2018-02-16
mem: Add PortProxy read/write helper with explicit endianness
Andreas Sandberg
2018-02-14
mem, sim-se: Fixed seg-fault in EmulationPageTable::remap
Rico Amslinger
2018-02-09
Fix DDR4_2400_8x8 DRAMCTRL configuration
Wendy Elsasser
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-23
tarch, mem: Abstract the data stored in the SE page tables.
Gabe Black
2018-01-23
x86, mem: Rewrite the multilevel page table class.
Gabe Black
2018-01-20
x86, mem: Don't try to force physical addresses on the system.
Gabe Black
2018-01-20
x86, mem: Get rid of PageTableOps::getBasePtr.
Gabe Black
2018-01-20
x86, mem: Pass the multi level page table layout in as a parameter.
Gabe Black
2018-01-20
arch, mem: Make the page table lookup function return a pointer.
Gabe Black
[next]