Age | Commit message (Expand) | Author |
2011-07-11 | X86: implements copyRegs() function | Nilay Vaish |
2011-07-05 | ISA parser: Define operand types with a ctype directly. | Gabe Black |
2011-07-02 | ExecContext: Rename the readBytes/writeBytes functions to readMem and writeMem. | Gabe Black |
2011-07-02 | ISA: Use readBytes/writeBytes for all instruction level memory operations. | Gabe Black |
2011-07-02 | X86: Fix store microops so they don't drop faults in timing mode. | Gabe Black |
2011-06-21 | X86: Eliminate an unused argument for building store microops. | Gabe Black |
2011-06-02 | scons: rename TraceFlags to DebugFlags | Nathan Binkert |
2011-06-02 | copyright: clean up copyright blocks | Nathan Binkert |
2011-05-23 | config: revamp x86 config to avoid appending to SimObjectVectors | Steve Reinhardt |
2011-05-13 | Trace: Allow printing ASIDs and selectively tracing based on user/kernel code. | Chander Sudanthi |
2011-05-06 | X86: Fix the Lldt instructions so they load the ldtr and not the tr. | Gabe Black |
2011-04-23 | X86: When decoding a memory only inst, fault on reg encodings, don't assert. | Gabe Black |
2011-04-15 | trace: reimplement the DTRACE function so it doesn't use a vector | Nathan Binkert |
2011-04-15 | includes: sort all includes | Nathan Binkert |
2011-04-04 | ARM: Cleanup implementation of ITSTATE and put important code in PCState. | Ali Saidi |
2011-03-26 | mips: cleanup ISA-specific code | Korey Sewell |
2011-03-17 | O3: Send instruction back to fetch on squash to seed predecoder correctly. | Ali Saidi |
2011-03-02 | X86: Use the npc as the pc when doing a nativetrace, not what M5 considers th... | Gabe Black |
2011-03-02 | X86: Decode the mysterious and elusive ffreep x87 instruction. | Gabe Black |
2011-03-01 | Spelling: Fix the a spelling error by changing mmaped to mmapped. | Gabe Black |
2011-03-01 | X86: Mark IO reads and writes as non-speculative. | Gabe Black |
2011-03-01 | X86: Mark prefetches as such in their instruction and request flags. | Gabe Black |
2011-02-27 | X86: If PCI config space is disabled, pass through to regular IO addresses. | Gabe Black |
2011-02-27 | X86: Use regular read requests in the walker instead of read exclusive. | Gabe Black |
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-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-07 | Replace curTick global variable with accessor functions. | Steve Reinhardt |
2011-01-03 | Make commenting on close namespace brackets consistent. | Steve Reinhardt |
2010-12-20 | Style: Replace some tabs with spaces. | Gabe Black |