summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-01O3: Remove hardcoded tgts_per_mshr in O3CPU.py.Chander Sudanthi
2011-12-01Device: Make changes necessary to support a coherent page walker cache.Mitchell Hayenga
2011-12-01ARM: Add support for having a TLB cache.Ali Saidi
2011-12-01ARM: Add IsSerializeAfter and IsNonSpeculative flag to the syscall instruction .Ali Saidi
2011-12-01O3: Add stat that counts how many cycles the O3 cpu was quiesced.Ali Saidi
2011-12-01X86: Fix a bad segmentation check for the stack segment.Gabe Black
2011-11-30SPARC: update SE stats for FP fixAli Saidi
2011-11-28SPARC: Minor style fix.Gabe Black
2011-11-28SPARC: Fixing a minor copy-paste bug using the wrong variableAndreas Hansson
2011-11-28SPARC: Update the FS stats for the recent FP fix.Gabe Black
2011-11-27SPARC: Isolate FP operations enough to prevent code/rounding mode reordering.Gabe Black
2011-11-27Compiler: Add an M5_NO_INLINE define.Gabe Black
2011-11-23Topology: bug fix in external link initializationTushar Krishna
2011-11-22Remove standard_1level_CMP-protocol.sm include statement from NetworkTushar Krishna
2011-11-20X86: Fix the constant detecting three byte opcodes in the predecoder.Gabe Black
2011-11-17Regression: Update statistics for x86 long regression testsNilay Vaish
2011-11-14Ruby: Process packet instead of RubyRequest in SequencerNilay Vaish
2011-11-09GCC: Guard some gcc flags so they're used when available and needed.Gabe Black
2011-11-05Tests: Update stats due to addition of fence microopNilay Vaish
2011-11-04GARNET: adding a fault model for resilient on-chip network research.Tushar Krishna
2011-11-04MESI Protocol: Add functions for profiling missesNilay Vaish
2011-11-03x86: Add microop for fenceNilay Vaish
2011-11-03Protocol: Remove standard one and two level filesNilay Vaish
2011-11-03Ruby: Remove some unused typedefsNilay Vaish
2011-10-31GCC: Get everything working with gcc 4.6.1.Gabe Black
2011-10-30Commit due to merge.Nilay Vaish
2011-10-30Python: Remove import for randomNilay Vaish
2011-10-29Ruby FS: Add the options for kernel and simulation scriptNilay Vaish
2011-10-28Merged with recent changes.Nilay Vaish
2011-10-28Ruby: Reorganize mapping of componentsNilay Vaish
2011-10-22SE: move page allocation from PageTable to ProcessSteve Reinhardt
2011-10-22syscall_emul: implement MAP_FIXED option to mmap()Steve Reinhardt
2011-10-22tests: fix spurious scons "Error 1" messagesSteve Reinhardt
2011-10-20dev: clean up PioDevice and DmaDevive getPort() methods.Steve Reinhardt
2011-10-20SimObject: add export_method* hooks to export C++ methods to PythonSteve Reinhardt
2011-10-20scons/swig: refactor some of the scons/SWIG codeSteve Reinhardt
2011-10-19ARM: Fix small bug in config script that prevents android from bootingAli Saidi
2011-10-17scons: fix building of shared objectsNathan Binkert
2011-10-10mc146818: Correctly serialize tickEventNilay Vaish
2011-09-27O3: Tidy up some DPRINTFs in the LSQ.Gabe Black
2011-09-27Faults: Replace calls to genMachineCheckFault with M5PanicFault.Gabe Black
2011-09-27Faults: Add in generic faults that work like panics, warns, etc.Gabe Black
2011-09-27Faults: Make the generic faults more consistent between SE and FS.Gabe Black
2011-09-26ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.Gabe Black
2011-09-26LSQ: Moved a couple of lines to enable O3 + RubyNilay Vaish
2011-09-26SE/FS: Define a const bool FullSystem which will equal FULL_SYSTEM.Gabe Black
2011-09-24SCons: Add a comment I forgot to add in earlier.Gabe Black
2011-09-24SCons: Make the ISA parser a source for its output files like the comments say.Gabe Black
2011-09-24style.py: don't die on empty filesSteve Reinhardt
2011-09-23X86: Move the MSR lookup table out of the TLB and into its own file.Gabe Black