Age | Commit message (Expand) | Author |
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 |
2018-01-19 | arch, mem, sim: Consolidate and rename the SE mode page table classes. | Gabe Black |
2018-01-17 | mem: Change the multilevel page table to inherit from FuncPageTable. | Gabe Black |
2018-01-15 | mem: Track TLB entries in the lookup cache as pointers. | Gabe Black |
2018-01-11 | mem-ruby: Fix wakeup timeouts for the MOESI_CMP_token protocol | Nikos Nikoleris |
2018-01-11 | mem-ruby: Remove function that maps responses to a DMA engine | Nikos Nikoleris |
2018-01-11 | mem-ruby: Add support for multiple DMA engines in MESI_Two_Level | Nikos Nikoleris |
2018-01-11 | arch,mem: Remove the default value for page size. | Gabe Black |
2018-01-11 | arch,mem: Move page table construction into the arch classes. | Gabe Black |
2018-01-10 | style: change C/C++ source permissions to noexec | BKP |
2018-01-09 | mem-cache: Prune unnecessary writebacks in exclusive caches | Nikos Nikoleris |
2017-12-22 | arch,cpu: "virtualize" the TLB interface. | Gabe Black |
2017-12-15 | mem-ruby: Support atomic_noncaching acceses in ruby | Swapnil Haria |
2017-12-14 | misc: Updates for gcc7.2 for x86 | Jason Lowe-Power |
2017-12-13 | arm,sparc,x86,base,cpu,sim: Replace the Twin(32|64)_t types with. | Gabe Black |
2017-12-05 | mem-ruby: Prevent ruby from crashing on CMOs | Nikos Nikoleris |
2017-12-05 | cpu: Add support for CMOs in the cpu models | Nikos Nikoleris |
2017-12-05 | mem: Ignore clean requests in the abstract memory | Nikos Nikoleris |
2017-12-05 | mem: Handle CMO responses in the snoop filter | Nikos Nikoleris |
2017-12-05 | mem: Allow CMOs as snooping requests in the snoop filter | 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: Add support for cache maintenance operation requests | 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: Add a WriteClean command to the packet class | Nikos Nikoleris |
2017-12-05 | mem-cache: Add support for checking whether a cache is busy | Nikos Nikoleris |
2017-12-05 | mem: Add function to check if the slave can receive a timing req | Nikos Nikoleris |