Age | Commit message (Expand) | Author |
2015-07-20 | slicc: isinstance bugfix | David Hashe |
2015-07-31 | cpu: Update debug message from Fetch1 isDrained() in Minor | Andreas Sandberg |
2015-07-31 | cpu: Fix Minor drain issues when switched out | Andreas Sandberg |
2015-07-30 | cpu: Only activate thread 0 in Minor if the CPU is active | Andreas Sandberg |
2015-07-30 | cpu: Fix drain issues in the Minor CPU | Andreas Sandberg |
2015-07-30 | mem: Add missing clean eviction on uncacheable access | Andreas Hansson |
2015-07-30 | mem: Remove unused RequestCause in cache | Andreas Hansson |
2015-07-30 | mem: Make caches way aware | David Guillen-Fandos |
2015-07-30 | mem: Transition away from isSupplyExclusive for writebacks | Andreas Hansson |
2015-07-30 | mem: Tidy up CacheBlk class | Andreas Hansson |
2015-07-30 | mem: Tidy up packet | Andreas Hansson |
2015-07-30 | cpu: Fix issue identified by UBSan | Andreas Hansson |
2015-07-28 | revert 5af8f40d8f2c | Nilay Vaish |
2015-07-26 | cpu: implements vector registers | Nilay Vaish |
2015-07-26 | cpu: o3: slight correction to identation in rename_impl.hh | Nilay Vaish |
2015-07-24 | style: change Process function calls to use camelCase | Brandon Potter |
2015-07-24 | syscall_emul: standardized file descriptor name and add return checks. | Brandon Potter |
2015-07-24 | base: refactor process class (specifically FdMap and friends) | Brandon Potter |
2015-07-24 | syscall_emul: file descriptor interface changes | Brandon Potter |
2015-07-24 | ruby: dma sequencer: removes redundant code | Brandon Potter |
2015-07-22 | ruby: network: NetworkLink inherits from Consumer now. | Nilay Vaish |
2015-07-17 | x86: decode instructions with vex prefix | Nilay Vaish |
2015-07-15 | dev: add support for multi gem5 runs | Gabor Dozsa |
2015-07-13 | mem: Fix (ab)use of emplace to avoid temporary object creation | Andreas Hansson |
2015-07-13 | mem: Updated DRAMSim2 wrapper to new drain API | Andreas Hansson |
2015-07-10 | ruby: replace global g_abs_controls with per-RubySystem var | Brandon Potter |
2015-07-10 | ruby: replace global g_system_ptr with per-object pointers | Brandon Potter |
2015-07-10 | ruby: replace g_ruby_start with per-RubySystem m_start_cycle | Brandon Potter |
2015-07-10 | ruby: remove extra whitespace and correct misspelled words | Brandon Potter |
2015-07-07 | dev, arm: Add a device model that uses the NoMali model | Andreas Sandberg |
2015-07-07 | sim: Refactor and simplify the drain API | Andreas Sandberg |
2015-07-07 | sim: Decouple draining from the SimObject hierarchy | Andreas Sandberg |
2015-07-07 | sim: Move mem(Writeback|Invalidate) to SimObject | Andreas Sandberg |
2015-07-07 | sim: Make the drain state a global typed enum | Andreas Sandberg |
2015-07-07 | python: Remove redundant drain when changing memory modes | Andreas Sandberg |
2015-07-07 | sim: Add macros to serialize objects into a section | Andreas Sandberg |
2015-07-07 | base: Add serialization support to Pixels and FrameBuffer | Andreas Sandberg |
2015-07-07 | sim: Fix broken event unserialization | Andreas Sandberg |
2015-07-07 | sim: Refactor the serialization base class | Andreas Sandberg |
2015-07-07 | sim: Add serialization macros for std containers | Andreas Sandberg |
2015-07-06 | mem: Cleanup CommMonitor in preparation for probe support | Andreas Sandberg |
2015-07-04 | x86: Adjust the size of the values written to the x87 misc registers | Nikos Nikoleris |
2015-07-04 | o3: correct the number of cc registers in rename map | Nilay Vaish |
2015-07-04 | mem: packet: Add const to constructor argument | Nilay Vaish |
2015-07-04 | ruby: drop NetworkMessage class | Nilay Vaish |
2015-07-04 | ruby: mesi three level: name change to avoid clash | Nilay Vaish |
2015-07-04 | ruby: remove message buffer node | Nilay Vaish |
2015-07-03 | mem: Increase the default buffer sizes for the DDR4 controller | Andreas Hansson |
2015-07-03 | mem: Update DRAM command scheduler for bank groups | Wendy Elsasser |
2015-07-03 | mem: Avoid DRAM write queue iteration for merging and read lookup | Andreas Hansson |