summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-23stats: Bump stats for decoder, TLB, prefetcher and DRAM changesAndreas Hansson
2014-12-23mem: Change prefetcher to use random_mtMitch Hayenga
2014-12-23mem: Hide WriteInvalidate requests from prefetchersCurtis Dunham
2014-12-23mem: Fix event scheduling issue for prefetchesMitch Hayenga
2014-12-23mem: Fix bug relating to writebacks and prefetchesMitch Hayenga
2014-12-23mem: Rework the structuring of the prefetchersMitch Hayenga
2014-12-23mem: Add parameter to reserve MSHR entries for demand accessMitch Hayenga
2014-12-23arm: Add stats to table walkerCurtis Dunham
2014-12-23config: Expose the DRAM ranks as a command-line optionAndreas Hansson
2014-12-23mem: Ensure DRAM controller is idle when in atomic modeAndreas Hansson
2014-12-23mem: Add rank-wise refresh to the DRAM controllerOmar Naji
2014-12-23mem: Fix a bug in the DRAM controller arbitrationOmar Naji
2014-12-23tests: Add a regression for the stack distance calculatorAndreas Hansson
2014-12-23mem: Add stack distance statistics to the CommMonitorKanishk Sugand
2014-12-23mem: Add a stack distance calculatorKanishk Sugand
2014-12-23config: Add --memchecker optionMarco Elver
2014-12-23mem: Add MemChecker and MemCheckerMonitorMarco Elver
2014-12-23arm: Raise an alignment fault if a PC has illegal alignmentAndreas Sandberg
2014-12-23arm: Clean up and document decoder APIAndreas Sandberg
2014-12-23arm: Add support for filtering in the PMUAndreas Sandberg
2014-12-23config: Add options to take/resume from SimPoint checkpointsDam Sunwoo
2014-12-22scons: Make the USE_KVM variable available in C++.Gabe Black
2014-12-14Added tag stable_2014_12_14 for changeset bdb307e8be54Nilay Vaish
2014-12-09Let other objects set up memory like regions in a KVM VM.Gabe Black
2014-12-08arm: Fix decoding of PMXEVTYPER_EL0 and PMCCFILTR_EL0Andreas Sandberg
2014-12-08dev: Add response sanity checks in PioPortAndreas Sandberg
2014-12-08dev: Correctly transform packets into responsesAndreas Sandberg
2014-12-05misc: Generalize GDB single stepping.Gabe Black
2014-12-05x86: Implement a remote GDB stub.Gabe Black
2014-12-05misc: Add some utility functions for schedule inst commit events.Gabe Black
2014-12-05misc: Rename the GDB "Event" event class to InputEvent.Gabe Black
2014-12-05sim: Ensure GDB interrupts the simulation at an instruction boundary.Gabe Black
2014-12-05cpu: Only check for PC events on instruction boundaries.Gabe Black
2014-12-05misc: Make the GDB register cache accessible in various sized chunks.Gabe Black
2014-12-04config: Add two options for setting the kernel command line.Gabe Black
2014-12-04x86: Rework opcode parsing to support 3 byte opcodes properly.Gabe Black
2014-12-04arch: Allow named constants as decode case values.Gabe Black
2014-12-04config: ruby: mi protocol: correct master slave setting for dmaNilay Vaish
2014-12-02x86: Clean up style in process.cc.Gabe Black
2014-12-03sim: Make it possible to override the breakpoint length check.Gabe Black
2014-12-03config: Get rid of some extra spaces around default arguments.Gabe Black
2014-12-03ide: Accept the IDLE (0xe3) ATA command.Gabe Black
2014-12-03dev: Support translating left and right ALT keys.Gabe Black
2014-12-02stats: Bump stats for fixes, mostly TLB and WriteInvalidateAndreas Hansson
2014-12-02scons: Ensure dictionary iteration is sorted by keyAndreas Hansson
2014-12-02mem: Support WriteInvalidate (again)Curtis Dunham
2014-12-02mem: Remove WriteInvalidate supportCurtis Dunham
2014-12-02cpu: Fix retries on barrier/store in Minor's store bufferAndrew Bardsley
2014-12-02cpu: Fix memoryIssueLimit checking in MinorAndrew Bardsley
2014-12-02arm: Fix TLB ignoring faults when table walkingAndrew Bardsley