Age | Commit message (Expand) | Author |
2019-05-30 | mem: Remove the now unused Copy* methods from the FS port proxy. | Gabe Black |
2019-05-29 | mem-cache: Accuracy-based rate control for prefetchers | Javier Bueno |
2019-05-29 | mem-cache: Support for page crossing prefetches | Javier Bueno |
2019-05-29 | mem: Add a readString method to the PortProxy which takes a char *. | Gabe Black |
2019-05-29 | mem: Use a const T & in write<> to avoid an unnecessary copy. | Gabe Black |
2019-05-29 | mem, arm: Replace the pointer type in PortProxy with void *. | Gabe Black |
2019-05-29 | mem, arm: Move some helper methods into the base PortProxy class. | Gabe Black |
2019-05-29 | arm, mem: Move the SecurePortProxy subclass into it's own file. | Gabe Black |
2019-05-28 | mem: Parameterize coherent xbar sanity checks | Tiago Muck |
2019-05-28 | mem: Snoop filter support for large systems | Tiago Muck |
2019-05-22 | mem: Add invalid context id check on LLSC checks | Tiago Muck |
2019-05-20 | mem-cache: Add multi-prefetcher adaptor | Andreas Sandberg |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-14 | mem-ruby: MOESI_CMP_dir cleanup | Tiago Muck |
2019-05-14 | mem-ruby: Cache latencies for MOESI_CMP_dir | Tiago Muck |
2019-05-14 | mem-ruby: Hit latencies defined by the controllers | Tiago Muck |
2019-05-14 | mem-ruby: Do not change blocked msg enqueue info | Tiago Muck |
2019-05-14 | mem-ruby: Unique ranks for MOESI_CMP_dir in ports | Tiago Muck |
2019-05-14 | mem-ruby: Change MOESI_CMP_Dir L2 addressing | Tiago Muck |
2019-05-14 | mem-ruby: Fix MOESI_CMP_dir debug msg | Tiago Muck |
2019-05-14 | mem-ruby: Prevent response stalls on MOESI_CMP_directory | Tiago Muck |
2019-05-14 | mem-cache: Use SatCounter for prefetchers | Daniel |
2019-05-12 | mem-ruby: Replace string parameter in MultiBitSelBloomFilter | Daniel R. Carvalho |
2019-05-11 | cpu,mem: Add support for partial loads/stores and wide mem. accesses | Giacomo Gabrielli |
2019-05-09 | mem-ruby: Fix MOESI_CMP_directory blocked line handling | Tiago Muck |
2019-05-08 | mem-cache: Remove writebacks packet list | Daniel R. Carvalho |
2019-05-08 | mem-cache: Handle data expansion | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add co-allocation function to compressed tags | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add compression and decompression calls | Daniel R. Carvalho |
2019-05-08 | mem-cache: Create BDI Compressor | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add compression stats | Daniel R. Carvalho |
2019-05-08 | mem-cache: Create cache compressor | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add block size to findVictim | Daniel R. Carvalho |
2019-05-08 | mem-cache: Add compression data to CompressionBlk | Daniel R. Carvalho |
2019-05-08 | mem-cache: Create CacheComp debug flag | Daniel R. Carvalho |
2019-05-08 | mem-cache: Stub compression framework | Daniel R. Carvalho |
2019-05-03 | mem-cache: Mark block as dirty after a SWPrefetchEXResp | Nikos Nikoleris |
2019-04-28 | mem: Remove the ISA specialized versions of port proxy's read/write. | Gabe Black |
2019-04-28 | mem: Minimize the use of MemObject. | Gabe Black |
2019-04-24 | cpu,mem: missing override specifier | Andrea Mondelli |
2019-04-22 | sim-se: Enhance clone for X86KvmCPU | Alexandru Dutu |
2019-04-22 | mem-cache: Fix fix of replacement count | Daniel |
2019-04-19 | mem-cache: Fix increasing replacement count | Daniel R. Carvalho |
2019-04-19 | mem-cache: Remove blk_addr from Queue::trySatisfyFunctional | Daniel R. Carvalho |
2019-04-19 | mem-cache: Add match functions to QueueEntry | Daniel R. Carvalho |
2019-04-19 | mem: Add packet matching functions | Daniel R. Carvalho |
2019-04-19 | mem-cache: Move Target to QueueEntry | Daniel R. Carvalho |
2019-04-19 | mem-cache: Assert Entry inherits from QueueEntry in Queue | Daniel R. Carvalho |
2019-04-19 | mem: Make DRAMCtrl::decodeAddr const | Daniel R. Carvalho |
2019-04-19 | mem: Allow packet to provide its own addr range | Daniel R. Carvalho |