Age | Commit message (Expand) | Author |
2015-01-10 | stats: changes due to recent changesets. | Nilay Vaish |
2015-01-10 | x86 : fxsave and fxrestore missing template code | Emilio Castillo |
2015-01-10 | cpu: fix RetiredStores probe point | Nikos Nikoleris |
2015-01-06 | dev: prevent intel 8254 timer counter events firing before startup | cdirik |
2015-01-07 | test: Add a unittest for the BitUnion types. | Gabe Black |
2015-01-07 | base: Fix assigning between identical bitfields. | Gabe Black |
2015-01-07 | stats: x86: Update stats for the CPUID change. | Gabe Black |
2015-01-06 | x86: Enable three bits in the FamilyModelStepping ECX CPUID bitfield. | Gabe Black |
2015-01-06 | cpuid, x86: Revert "Enabling more features in CPUid" | Gabe Black |
2015-01-04 | stats: changes due to recent changesets. | Nilay Vaish |
2015-01-03 | arm: fix build_drive_system when not using default options | Anthony Gutierrez |
2015-01-03 | minor: fixed LSQ MasterPortID | Andrew Lukefahr |
2015-01-03 | arm: Add unlinkat syscall implementation | mike upton |
2015-01-03 | x86: implements the simd128 ADDSUBPD instruction | Maxime Martinasso |
2015-01-03 | dev: prevent RTC events firing before startup | Cagdas Dirik |
2015-01-03 | configs: ruby: removes bug introduced by 05b5a6cf3521 | Nilay Vaish |
2014-12-27 | syscall_emul: Return correct writev value | Joel Hestness |
2014-12-23 | stats: Bump stats for decoder, TLB, prefetcher and DRAM changes | Andreas Hansson |
2014-12-23 | mem: Change prefetcher to use random_mt | Mitch Hayenga |
2014-12-23 | mem: Hide WriteInvalidate requests from prefetchers | Curtis Dunham |
2014-12-23 | mem: Fix event scheduling issue for prefetches | Mitch Hayenga |
2014-12-23 | mem: Fix bug relating to writebacks and prefetches | Mitch Hayenga |
2014-12-23 | mem: Rework the structuring of the prefetchers | Mitch Hayenga |
2014-12-23 | mem: Add parameter to reserve MSHR entries for demand access | Mitch Hayenga |
2014-12-23 | arm: Add stats to table walker | Curtis Dunham |
2014-12-23 | config: Expose the DRAM ranks as a command-line option | Andreas Hansson |
2014-12-23 | mem: Ensure DRAM controller is idle when in atomic mode | Andreas Hansson |
2014-12-23 | mem: Add rank-wise refresh to the DRAM controller | Omar Naji |
2014-12-23 | mem: Fix a bug in the DRAM controller arbitration | Omar Naji |
2014-12-23 | tests: Add a regression for the stack distance calculator | Andreas Hansson |
2014-12-23 | mem: Add stack distance statistics to the CommMonitor | Kanishk Sugand |
2014-12-23 | mem: Add a stack distance calculator | Kanishk Sugand |
2014-12-23 | config: Add --memchecker option | Marco Elver |
2014-12-23 | mem: Add MemChecker and MemCheckerMonitor | Marco Elver |
2014-12-23 | arm: Raise an alignment fault if a PC has illegal alignment | Andreas Sandberg |
2014-12-23 | arm: Clean up and document decoder API | Andreas Sandberg |
2014-12-23 | arm: Add support for filtering in the PMU | Andreas Sandberg |
2014-12-23 | config: Add options to take/resume from SimPoint checkpoints | Dam Sunwoo |
2014-12-22 | scons: Make the USE_KVM variable available in C++. | Gabe Black |
2014-12-14 | Added tag stable_2014_12_14 for changeset bdb307e8be54 | Nilay Vaish |
2014-12-09 | Let other objects set up memory like regions in a KVM VM. | Gabe Black |
2014-12-08 | arm: Fix decoding of PMXEVTYPER_EL0 and PMCCFILTR_EL0 | Andreas Sandberg |
2014-12-08 | dev: Add response sanity checks in PioPort | Andreas Sandberg |
2014-12-08 | dev: Correctly transform packets into responses | Andreas Sandberg |
2014-12-05 | misc: Generalize GDB single stepping. | Gabe Black |
2014-12-05 | x86: Implement a remote GDB stub. | Gabe Black |
2014-12-05 | misc: Add some utility functions for schedule inst commit events. | Gabe Black |
2014-12-05 | misc: Rename the GDB "Event" event class to InputEvent. | Gabe Black |
2014-12-05 | sim: Ensure GDB interrupts the simulation at an instruction boundary. | Gabe Black |
2014-12-05 | cpu: Only check for PC events on instruction boundaries. | Gabe Black |