summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-06dev: prevent intel 8254 timer counter events firing before startupcdirik
2015-01-07test: Add a unittest for the BitUnion types.Gabe Black
2015-01-07base: Fix assigning between identical bitfields.Gabe Black
2015-01-07stats: x86: Update stats for the CPUID change.Gabe Black
2015-01-06x86: Enable three bits in the FamilyModelStepping ECX CPUID bitfield.Gabe Black
2015-01-06cpuid, x86: Revert "Enabling more features in CPUid"Gabe Black
2015-01-04stats: changes due to recent changesets.Nilay Vaish
2015-01-03arm: fix build_drive_system when not using default optionsAnthony Gutierrez
2015-01-03minor: fixed LSQ MasterPortIDAndrew Lukefahr
2015-01-03arm: Add unlinkat syscall implementationmike upton
2015-01-03x86: implements the simd128 ADDSUBPD instructionMaxime Martinasso
2015-01-03dev: prevent RTC events firing before startupCagdas Dirik
2015-01-03configs: ruby: removes bug introduced by 05b5a6cf3521Nilay Vaish
2014-12-27syscall_emul: Return correct writev valueJoel Hestness
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