Age | Commit message (Expand) | Author |
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 |
2010-08-23 | X86: Add a .serializing directive that makes a macroop serializing. | Gabe Black |
2010-08-23 | X86: Consolidate extra microop flags into one parameter. | Gabe Black |
2010-08-23 | Loader: Make the load address mask be a parameter of the system rather than a... | Ali Saidi |
2010-08-22 | X86: Get rid of unused file arguments.hh. | Gabe Black |
2010-08-22 | X86: Get rid of the unused getAllocator on the python base microop class. | Gabe Black |
2010-08-17 | x86: minor checkpointing bug fixes | Steve Reinhardt |
2010-08-17 | sim: revamp unserialization procedure | Steve Reinhardt |
2010-07-21 | Fix x86 XCHG macro-op to use locked micro-ops for all memory accesses | Tushar Krishna |
2010-06-25 | X86: Fix div2 flag calculation. | Gabe Black |
2010-06-03 | More minor gdb-related cleanup. | Steve Reinhardt |
2010-05-25 | x86: put back code that I accidentally deleted | Nathan Binkert |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2010-05-12 | X86: Make the cvti2f microop sign extend its integer source correctly. | Gabe Black |
2010-05-12 | X86: Actual change that fixes div. How did that happen? | Gabe Black |
2010-05-03 | X86: Update the base aux vector X86 processes install. | Gabe Black |
2010-05-02 | X86: Sometimes CPUID depends on ecx, so pass that in. | Gabe Black |
2010-05-02 | X86: Finally fix a division corner case. | Gabe Black |
2010-02-12 | O3PCU: Split loads and stores that cross cache line boundaries. | Timothy M. Jones |
2009-11-05 | compile: compile on 32 bit hardware | Nathan Binkert |
2009-12-19 | X86: Add a common named flag for signed media operations. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate high multiplies. | Gabe Black |
2009-12-19 | X86: Create a common flag with a name to indicate scalar media instructions. | Gabe Black |
2009-11-11 | X86: add ULL to 1's being shifted in 64-bit values | Vince Weaver |
2009-11-10 | Merge with the head. | Gabe Black |