Age | Commit message (Expand) | Author |
2014-12-02 | mem: Add checks and explanation for assertMemInhibit usage | Andreas Hansson |
2014-12-02 | mem: Assume all dynamic packet data is array allocated | Andreas Hansson |
2014-12-02 | mem: Remove redundant Packet::allocate calls | Andreas Hansson |
2014-12-02 | mem: Use const pointers for port proxy write functions | Andreas Hansson |
2014-12-02 | mem: Add const getters for write packet data | Andreas Hansson |
2014-12-02 | mem: Remove null-check bypassing in Packet::getPtr | Andreas Hansson |
2014-12-02 | mem: Add a GDDR5 DRAM config | Omar Naji |
2014-11-24 | misc: Another round of static analysis fixups | Andreas Hansson |
2014-11-23 | mem: Page Table map api modification | Alexandru Dutu |
2014-11-23 | mem: Multi Level Page Table bug fix | Alexandru Dutu |
2014-11-23 | mem: Page Table long lines | Alexandru Dutu |
2014-11-14 | mem: Clarify unit of DRAM controller buffer size | Andreas Hansson |
2014-11-12 | mem: Delete unused variable in Garnet NetworkLink | Mitch Hayenga |
2014-11-06 | ruby: provide a backing store | Nilay Vaish |
2014-11-06 | ruby: interface with classic memory controller | Nilay Vaish |
2014-11-06 | ruby: remove the function functionalReadBuffers() | Nilay Vaish |
2014-11-06 | ruby: coherence protocols: remove data block from dirctory entry | Nilay Vaish |
2014-11-06 | ruby: slicc: allow adding a bool to an int, like C++. | Nilay Vaish |
2014-11-06 | ruby: remove sparse memory. | Nilay Vaish |
2014-11-06 | ruby: single physical memory in fs mode | Nilay Vaish |
2014-11-06 | ruby: dma sequencer: remove RubyPort as parent class | Nilay Vaish |
2014-10-29 | arm, mem: Fix drain bug and provide drain prints for more components. | Ali Saidi |
2014-10-21 | mem: don't inhibit WriteInv's or defer snoops on their MSHRs | Curtis Dunham |
2014-10-29 | mem: have WriteInvalidate obsolete MSHRs | Curtis Dunham |
2014-10-20 | mem: Fix DRAM activationlLimit bug | Omar Naji |
2014-10-20 | mem: Add DRAM device size and check against config | Omar Naji |
2014-10-16 | mem: Modernise PhysicalMemory with C++11 features | Andreas Hansson |
2014-10-16 | misc: Move AddrRangeList from port.hh to addr_range.hh | Andreas Hansson |
2014-10-16 | mem: Add ExternalMaster and ExternalSlave ports | Andrew Bardsley |
2014-10-16 | mem: Use shared_ptr for Ruby Message classes | Andreas Hansson |
2014-10-16 | arch,x86,mem: Dynamically determine the ISA for Ruby store check | Andreas Hansson |
2014-10-16 | mem: Dynamically determine page bytes in memory components | Andreas Hansson |
2014-10-11 | ruby: network: garnet: add statistics for different activities | Nilay Vaish |
2014-10-11 | ruby: network: garnet: remove functions for computing power | Nilay Vaish |
2014-10-11 | ruby: drop Orion network power model | Nilay Vaish |
2014-10-11 | ruby: mesi: slight renaming | Nilay Vaish |
2014-10-11 | ruby: structures: coorect #ifndef macros in header files | Nilay Vaish |
2014-07-29 | mem: DRAMPower integration for on-line DRAM power stats | Omar Naji |
2014-07-29 | mem: Add DRAMPower wrapping class | Omar Naji |
2014-07-25 | mem: Add missig timing and current parameters to DRAM configs | Omar Naji |
2014-10-09 | mem: Remove DRAMSim2 DDR3 configuration | Omar Naji |
2014-10-09 | mem: Add packet sanity checks to cache and MSHRs | Andreas Hansson |
2014-10-09 | mem: Allow packet queue to move next send event forward | Andreas Hansson |
2014-10-01 | misc: Fix issues identified by static analysis | Andreas Hansson |
2014-09-27 | mem: Output precise range when XBar has conflicts | Curtis Dunham |
2014-09-27 | mem: Provide better diagnostic for unconnected port | Curtis Dunham |
2014-09-27 | misc: Fix a bunch of minor issues identified by static analysis | Andreas Hansson |
2014-09-20 | mem: Rename Bus to XBar to better reflect its behaviour | Andreas Hansson |
2014-04-25 | mem: Add access statistics for the snoop filter | Stephan Diestelhorst |
2014-09-20 | mem: Tie in the snoop filter in the coherent bus | Stephan Diestelhorst |