Age | Commit message (Expand) | Author |
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 |
2010-12-08 | X86: Take advantage of new PCState syntax. | Gabe Black |
2010-11-23 | X86: Obey the PCD (cache disable) bit in the page tables. | Gabe Black |
2010-11-22 | X86: Mark IO space accesses as uncachable. | Gabe Black |
2010-11-08 | X86: Fix X86_FS compilation. | Gabe Black |
2010-10-31 | ISA,CPU,etc: Create an ISA defined PC type that abstracts out ISA behaviors. | Gabe Black |
2010-10-29 | X86: Fault on divide by zero instead of panicing. | Gabe Black |
2010-10-29 | X86: Make syscalls also serialize after. | Gabe Black |
2010-10-22 | X86: Make nop a regular, non-microcoded instruction. | Gabe Black |
2010-10-22 | X86: Implement genMachineCheckFault. | Gabe Black |
2010-10-22 | X86: Make syscall instructions non-speculative in SE. | Gabe Black |
2010-10-15 | GetArgument: Rework getArgument so that X86_FS compiles again. | Gabe Black |
2010-10-10 | X86: Detect attempts to load a 32 bit kernel and panic. | Gabe Black |
2010-10-01 | Debug: Implement getArgument() and function skipping for ARM. | Ali Saidi |
2010-09-29 | X86: Fix the RIP relative versions of the BT, BTC, BTR, and BTS instructions. | Gabe Black |
2010-09-14 | X86: Make the halt microop non-speculative. | Gabe Black |
2010-09-14 | X86: Make unrecognized instructions behave better in x86. | Gabe Black |
2010-09-14 | CPU: Trim unnecessary includes from some common files. | Gabe Black |
2010-09-13 | Faults: Pass the StaticInst involved, if any, to a Fault's invoke method. | Gabe Black |
2010-09-10 | style: fix sorting of includes and whitespace in some files | Nathan Binkert |
2010-08-27 | X86: Change the copyright holder to AMD. | Gabe Black |
2010-08-25 | ARM: Fixed register flattening logic (FP_Base_DepTag was set too low) | Min Kyu Jeong |
2010-08-23 | X86: Create a directory for files that define register indexes. | Gabe Black |
2010-08-23 | ISA: Get rid of old, unused utility functions cluttering up the ISAs. | Gabe Black |
2010-08-23 | X86: Get rid of the flagless microop constructor. | Gabe Black |
2010-08-23 | X86: Make the TLB fault instead of panic when something is unmapped in SE mode. | Gabe Black |
2010-08-23 | X86: Make the x86 ExtMachInst serializable with (UN)SERIALIZE_SCALAR. | Gabe Black |
2010-08-23 | X86: Define a noop ExtMachInst. | Gabe Black |
2010-08-23 | X86: Mark serializing macroops and regular instructions as such. | Gabe Black |