Age | Commit message (Expand) | Author |
2012-09-05 | Ruby Memory Controller: Fix clocking | Joel Hestness |
2012-08-28 | Ruby: Correct DataBlock =operator | Jason Power |
2012-08-28 | Clock: Add a Cycles wrapper class and use where applicable | Andreas Hansson |
2012-08-28 | Clock: Rework clocks to avoid tick-to-cycle transformations | Andreas Hansson |
2012-08-28 | Port: Stricter port bind/unbind semantics | Andreas Hansson |
2012-08-28 | Checker: Fix checker CPU ports | Andreas Hansson |
2012-08-28 | swig: Disable unused value warning with llvm 3.1 compilers | Andreas Hansson |
2012-08-27 | sim: fix overflow check in simulate because Tick is now unsigned | Anthony Gutierrez |
2012-08-27 | Ruby: remove README.debugging and Decommissioning_note | Nilay Vaish |
2012-08-27 | System: Remove redundant call to startupCPU | Nilay Vaish |
2012-08-27 | Ruby: Remove RubyEventQueue | Nilay Vaish |
2012-08-27 | Ruby Memory Vector: Allow more than 4GB of memory | Nilay Vaish |
2012-08-25 | MESI Protocol: Correct the virtual network in profile functions | Nilay Vaish |
2012-08-25 | MESI Coherence Protocol: Add copyright notice | Nilay Vaish |
2012-08-22 | DMA: Refactor the DMA device and align timing and atomic | Andreas Hansson |
2012-08-22 | Packet: Remove NACKs from packet and its use in endpoints | Andreas Hansson |
2012-08-22 | Bridge: Remove NACKs in the bridge and unify with packet queue | Andreas Hansson |
2012-08-22 | Port: Extend the QueuedPort interface and use where appropriate | Andreas Hansson |
2012-08-21 | Device: Remove overloaded pio_latency parameter | Andreas Hansson |
2012-08-21 | CPU: Remove overloaded function_trace_start parameter | Andreas Hansson |
2012-08-21 | PacketQueue: Allow queuing in the same tick as desired send tick | Andreas Hansson |
2012-08-21 | EventManager: Remove test for NULL pointer in constructor | Andreas Hansson |
2012-08-21 | Clock: Make Tick unsigned and remove UTick | Andreas Hansson |
2012-08-21 | Clock: Move the clock and related functions to ClockedObject | Andreas Hansson |
2012-08-19 | Ruby Banked Array: add copyrights | Nilay Vaish |
2012-08-16 | Ruby: Add RubySystem parameter to MemoryControl | Jason Power |
2012-08-16 | Alpha System: override startup(), instead of loadState() | Nilay Vaish |
2012-08-15 | O3,ARM: fix some problems with drain/switchout functionality and add Drain DP... | Anthony Gutierrez |
2012-08-15 | sysemul: bump all linux versions of for syscal emulation to 3.0. | Ali Saidi |
2012-08-10 | Ruby: Clean up topology changes | Jason Power |
2012-08-08 | System: set kernel to null, if unspecified. | Nilay Vaish |
2012-08-06 | syscall emulation: Enabled getrlimit and getrusage for x86. | Marc Orr |
2012-08-06 | SETranslatingPortProxy: fix bug in tryReadString() | Steve Reinhardt |
2012-08-06 | process: add progName() virtual function | Steve Reinhardt |
2012-08-06 | syscall_emul: clean up open() code a bit. | Steve Reinhardt |
2012-08-06 | str: add an overloaded startswith() utility method | Steve Reinhardt |
2012-08-06 | syscall emulation: Clean up ioctl handling, and implement for x86. | Marc Orr |
2012-08-01 | Ruby NetDest: add assert for bad element in netdest | Jason Power |
2012-07-27 | dma: remove unused variable | Anthony Gutierrez |
2012-07-27 | checker: make checker cpu id match its host's cpu id | Anthony Gutierrez |
2012-07-27 | cache: don't allow dirty data in the i-cache | Anthony Gutierrez |
2012-07-27 | ARM: fix value of MISCREG_CTR returned by readMiscReg() | Anthony Gutierrez |
2012-07-23 | Bridge: Use EventWrapper instead of Event subclass for sendEvent | Andreas Hansson |
2012-07-22 | X86 CPUID: Return false if unknown processor family | Nilay Vaish |
2012-07-12 | Mem: Make SimpleMemory single ported | Andreas Hansson |
2012-07-12 | Ruby: remove config information from ruby.stats | Nilay Vaish |
2012-07-12 | Ruby: remove some unused stuff from SLICC files | Nilay Vaish |
2012-07-11 | x86: added page size in bytes tlb entry function | Brad Beckmann |
2012-07-11 | ruby: improved DRAM reset comment | Brad Beckmann |
2012-07-10 | syscall emulation: Add the futex system call. | Marc Orr |