Age | Commit message (Expand) | Author |
2012-01-07 | Ruby Cache: Add param for marking caches as instruction only | Nilay Vaish |
2012-01-06 | AbstractController: Remove some of the unused functions | Nilay Vaish |
2012-01-06 | Ruby Set: Move NUMBER_WORDS_PER_SET to Set.hh | Nilay Vaish |
2012-01-05 | eventq: add a function for replacing head of the queue | Nilay Vaish |
2012-01-05 | MESI Coherence Protocol: Fix L2 miss statistics | Nilay Vaish |
2012-01-05 | X86 TLB: Move a DPRINTF to its correct place | Nilay Vaish |
2011-12-31 | Ruby: Shuffle some of the included files | Nilay Vaish |
2011-12-31 | SLICC: Use pointers for directory entries | Nilay Vaish |
2011-12-15 | IO: Fix bug in DMA Device where receiving a snoop on DMA port would cause a p... | Ali Saidi |
2011-12-13 | gcc: fix unused variable warnings from GCC 4.6.1 | Nathan Binkert |
2011-12-01 | Trace: FIx issue with creation of trace file with output dir overhaul. | Ali Saidi |
2011-12-01 | MOESI_hammer: fixed L2 to L1 infinite stalls and deadlock | Brad Beckmann |
2011-12-01 | physmem: Improved fatal message for size mismatch | Brad Beckmann |
2011-12-01 | VNC: Add support for capturing frame buffer to file each time it is changed. | Chris Emmons |
2011-12-01 | Output: Add hierarchical output support and cleanup existing codebase. | Chris Emmons |
2011-12-01 | SE: Don't warn when not extending stack as it's too noisy with O3. | Ali Saidi |
2011-12-01 | O3: Remove hardcoded tgts_per_mshr in O3CPU.py. | Chander Sudanthi |
2011-12-01 | Device: Make changes necessary to support a coherent page walker cache. | Mitchell Hayenga |
2011-12-01 | ARM: Add support for having a TLB cache. | Ali Saidi |
2011-12-01 | ARM: Add IsSerializeAfter and IsNonSpeculative flag to the syscall instruction . | Ali Saidi |
2011-12-01 | O3: Add stat that counts how many cycles the O3 cpu was quiesced. | Ali Saidi |
2011-12-01 | X86: Fix a bad segmentation check for the stack segment. | Gabe Black |
2011-11-28 | SPARC: Minor style fix. | Gabe Black |
2011-11-28 | SPARC: Fixing a minor copy-paste bug using the wrong variable | Andreas Hansson |
2011-11-27 | SPARC: Isolate FP operations enough to prevent code/rounding mode reordering. | Gabe Black |
2011-11-27 | Compiler: Add an M5_NO_INLINE define. | Gabe Black |
2011-11-23 | Topology: bug fix in external link initialization | Tushar Krishna |
2011-11-22 | Remove standard_1level_CMP-protocol.sm include statement from Network | Tushar Krishna |
2011-11-20 | X86: Fix the constant detecting three byte opcodes in the predecoder. | Gabe Black |
2011-11-14 | Ruby: Process packet instead of RubyRequest in Sequencer | Nilay Vaish |
2011-11-09 | GCC: Guard some gcc flags so they're used when available and needed. | Gabe Black |
2011-11-04 | GARNET: adding a fault model for resilient on-chip network research. | Tushar Krishna |
2011-11-04 | MESI Protocol: Add functions for profiling misses | Nilay Vaish |
2011-11-03 | x86: Add microop for fence | Nilay Vaish |
2011-11-03 | Protocol: Remove standard one and two level files | Nilay Vaish |
2011-11-03 | Ruby: Remove some unused typedefs | Nilay Vaish |
2011-10-31 | GCC: Get everything working with gcc 4.6.1. | Gabe Black |
2011-10-30 | Python: Remove import for random | Nilay Vaish |
2011-10-28 | Merged with recent changes. | Nilay Vaish |
2011-10-28 | Ruby: Reorganize mapping of components | Nilay Vaish |
2011-10-22 | SE: move page allocation from PageTable to Process | Steve Reinhardt |
2011-10-22 | syscall_emul: implement MAP_FIXED option to mmap() | Steve Reinhardt |
2011-10-20 | dev: clean up PioDevice and DmaDevive getPort() methods. | Steve Reinhardt |
2011-10-20 | SimObject: add export_method* hooks to export C++ methods to Python | Steve Reinhardt |
2011-10-20 | scons/swig: refactor some of the scons/SWIG code | Steve Reinhardt |
2011-10-17 | scons: fix building of shared objects | Nathan Binkert |
2011-10-10 | mc146818: Correctly serialize tickEvent | Nilay Vaish |
2011-09-27 | O3: Tidy up some DPRINTFs in the LSQ. | Gabe Black |
2011-09-27 | Faults: Replace calls to genMachineCheckFault with M5PanicFault. | Gabe Black |
2011-09-27 | Faults: Add in generic faults that work like panics, warns, etc. | Gabe Black |