Age | Commit message (Expand) | Author |
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 |
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 |