Age | Commit message (Expand) | Author |
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 |
2017-12-05 | mem: Add the notion of point of unification in the coherent xbar | Nikos Nikoleris |
2017-12-04 | misc: Rename misc.(hh|cc) to logging.(hh|cc) | Gabe Black |
2017-11-16 | ext, mem: Pull DRAMPower SHA 90d6290 and rebase | Radhika Jagtap |
2017-11-10 | scons: Move Transform and termcap functionality into their own files. | Gabe Black |
2017-11-09 | mem: Align the snoop behavior in the XBar for atomic and timing | Nikos Nikoleris |
2017-10-13 | mem: Signal the local monitor when clearing the global monitor | Nikos Nikoleris |
2017-09-25 | mem: Fill the new packet ID fields with master IDs when tracing packets. | Gabe Black |
2017-09-25 | mem: Trace the request master ID in the MemTraceProbe. | Gabe Black |
2017-08-08 | mem-cache: Delete squashed HWPrefetches | Pau Cabre |
2017-07-12 | ruby: Refactor some Event subclasses to lambdas | Sean Wilson |
2017-07-12 | kvm, mem: Refactor some Event subclasses into lambdas | Sean Wilson |
2017-06-27 | mem-cache: Add missing overrides to BaseCache | Andreas Sandberg |
2017-06-20 | mem: Replace EventWrapper use with EventFunctionWrapper | Sean Wilson |
2017-06-20 | mem: Replace EventWrapper in PacketQueue with EventFunctionWrapper | Sean Wilson |
2017-06-20 | mem: Move the Rank construction logic to the Rank constructor | Sean Wilson |
2017-06-15 | mem-garnet: Fix garnet stats | Javier Cano-Cano |
2017-06-13 | ruby: Add support for address ranges in the directory | Nikos Nikoleris |
2017-05-31 | ruby: Don't set the block data when a store conditional fails | Nikos Nikoleris |
2017-04-05 | ruby: Fix MOESI_CMP_directory for new DMA status changes. | Javier Cano-Cano |
2017-03-09 | misc: add missing copyright/author information in previous commit | Pierre-Yves Péneau |
2017-03-09 | ruby: fix MOESI_hammer directory to work with > 3GB memory | Lena Olson |
2017-03-07 | gpu-compute: Fix Python/C++ object hierarchy discrepancies | Andreas Sandberg |
2017-03-03 | mem: Make blkAlign a common function between all tag classes | Nikos Nikoleris |
2017-03-03 | mem: Use pkt::getBlockAddr instead of BaseCace::blockAlign | Nikos Nikoleris |
2017-03-01 | ruby: fix and/or precedence in slicc | Lena Olson |
2017-02-27 | syscall_emul: [PATCH 15/22] add clone/execve for threading and multiprocess s... | Brandon Potter |
2017-02-21 | mem: Remove unused size field from the CacheBlk class | Nikos Nikoleris |
2017-02-21 | mem: Remove the unused asid field from the CacheBlk class | Nikos Nikoleris |
2017-02-21 | mem: Remove unused arguments (asid/contex_id) from accessBlock | Nikos Nikoleris |
2017-02-21 | mem: Remove unused type BlkList from the cache and the tags | Nikos Nikoleris |
2017-02-21 | mem: Remove unused functions from the tag classes | Nikos Nikoleris |
2017-02-21 | mem: Always use the helper function to invalidate a block | Nikos Nikoleris |
2017-02-21 | mem: Fix MSHR assert triggering for invalidated prefetches | Sascha Bischoff |
2017-02-21 | mem: Populate the secure flag in the writeback visitor | Nikos Nikoleris |
2017-02-21 | mem: Remove stale argument from a panic statement | Nikos Nikoleris |
2017-02-19 | sim: Ensure draining is deterministic | Andreas Hansson |
2017-02-19 | mem: Ensure deferred snoops are cache-line aligned | Andreas Hansson |
2017-02-19 | mem: Fix memory footprint includes | Andreas Hansson |
2017-02-15 | mem, stats: fix typos in CommMonitor and Stats | Pierre-Yves Péneau |
2017-02-15 | mem, misc: fix building issue with CommMonitor (unused variables) | Pierre-Yves Péneau |
2017-02-15 | mem: fix assertion in respondEvent | Wendy Elsasser |
2017-02-14 | mem: Update DRAM configuration names | Wendy Elsasser |
2017-02-12 | ruby: fix round robin arbiter in garnet2.0 | Tushar Krishna |
2017-02-11 | mem: fix printing of 1st cache tags line | Bjoern A. Zeeb |
2017-02-09 | misc: add a MasterId to the ExternalPort | Christian Menard |
2017-01-27 | mem: Refactor CommMonitor stats, add basic atomic mode stats | Rahul Thakur |
2017-01-27 | mem: Add memory footprint probe | Rahul Thakur |