Age | Commit message (Expand) | Author |
2011-02-27 | X86: Use regular read requests in the walker instead of read exclusive. | Gabe Black |
2011-02-23 | ARM: Set ITSTATE correctly after FlushPipe | Ali Saidi |
2011-02-23 | ARM: This panic can be hit during misspeculation so it can't exist. | Ali Saidi |
2011-02-23 | ARM: Bad interworking warn way to noisy when running real code w/misspeculation. | Ali Saidi |
2011-02-23 | ARM: NEON instruction templates modified to set the predicate flag to false w... | Giacomo Gabrielli |
2011-02-23 | ARM: Squash state on FPSCR stride or len write. | Ali Saidi |
2011-02-23 | ARM: Mark store conditionals as such. | Matt Horsnell |
2011-02-23 | ARM: Do something for ISB, DSB, DMB | Ali Saidi |
2011-02-23 | ARM: Fix bug that let two table walks occur in parallel. | Ali Saidi |
2011-02-23 | ARM: Make Noop actually decode to a noop and set it's instflags. | Ali Saidi |
2011-02-23 | ARM: Delete OABI syscall handling. | Ali Saidi |
2011-02-23 | ARM: Reset simulation statistics when pref counters are reset. | Ali Saidi |
2011-02-23 | ARM: Adds dummy support for a L2 latency miscreg. | Ali Saidi |
2011-02-15 | X86: Get rid of "inline" on the MicroPanic constructor in decoder.cc. | Gabe Black |
2011-02-13 | X86: Detect branches taking into account instruction size. | Gabe Black |
2011-02-13 | X86: Put the result used for flags in an intermediate variable. | Gabe Black |
2011-02-13 | X86: Don't read in dest regs if all bits are replaced. | Gabe Black |
2011-02-13 | X86: On a bad microopc, return a microop that returns a fault that panics. | Gabe Black |
2011-02-13 | X86: Define fault objects to carry debug messages. | Gabe Black |
2011-02-13 | X86: Only reset npc to reflect instruction length once. | Gabe Black |
2011-02-12 | inorder: remove unused isa ops | Korey Sewell |
2011-02-11 | O3: Fix a few bugs in the TableWalker object. | Giacomo Gabrielli |
2011-02-11 | O3: Enhance data address translation by supporting hardware page table walkers. | Giacomo Gabrielli |
2011-02-07 | X86: Obey the wp bit of CR0. | Tim Harris |
2011-02-07 | X86: Use all 64 bits of the lstar register in the SYSCALL_64 macroop. | Tim Harris |
2011-02-07 | X86: Fix JMP_FAR_I to unpack a far pointer correctly. | Tim Harris |
2011-02-07 | X86: Read the LDT/GDT at CPL0 when executing an iret. | Tim Harris |
2011-02-07 | X86: Fix compiling vtophys.cc | Gabe Black |
2011-02-06 | m5: added work completed monitoring support | Brad Beckmann |
2011-02-06 | dev: fixed bugs to extend interrupt capability beyond 15 cores | Brad Beckmann |
2011-02-06 | x86: Timing support for pagetable walker | Joel Hestness |
2011-02-06 | x86: Add checkpointing capability to arch components | Joel Hestness |
2011-02-06 | x86: implements vtophys | Joel Hestness |
2011-02-06 | IntDev: packet latency fix | Joel Hestness |
2011-02-06 | MessagePort: implement the virtual recvTiming function to avoid double pkt de... | Joel Hestness |
2011-02-06 | x86: set IsCondControl flag for the appropriate microops | Brad Beckmann |
2011-02-03 | Fault: Rename sim/fault.hh to fault_fwd.hh to distinguish it from faults.hh. | Gabe Black |
2011-02-02 | X86: Get rid of the stupd microop. | Gabe Black |
2011-02-02 | X86: Replace the stupd microop with a store/update sequence. | Gabe Black |
2011-01-18 | O3: Fix itstate prediction and recovery. | Matt Horsnell |
2011-01-18 | O3: Fix some variable length instruction issues with the O3 CPU and ARM ISA. | Matt Horsnell |
2011-01-18 | ARM: The ARM decoder should not panic when decoding undefined holes is arch. | Matt Horsnell |
2011-01-18 | O3: Fixes the way prefetches are handled inside the iew unit. | Matt Horsnell |
2011-01-18 | ARM: Add support for moving predicated false dest operands from sources. | Ali Saidi |
2011-01-18 | O3: Fixes fetch deadlock when the interrupt clears before CPU handles it. | Min Kyu Jeong |
2011-01-18 | ARM: Use an actual NOP instead of a instruction that happens to do nothing | Ali Saidi |
2011-01-18 | ARM: fix mismatched new/delete. | Ali Saidi |
2011-01-15 | SPARC: Adjust the "call" instruction so R15 doesn't get marked as a source. | Gabe Black |
2011-01-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-07 | scons: show sources and targets when building, and colorize output. | Steve Reinhardt |