Age | Commit message (Expand) | Author |
2015-07-20 | syscall_emul: [patch 13/22] add system call retry capability | Brandon Potter |
2014-12-04 | x86: Rework opcode parsing to support 3 byte opcodes properly. | Gabe Black |
2013-11-26 | x86: Implementation of Int3 and Int_Ib in long mode | Christian Menard |
2013-02-19 | scons: Fix warnings issued by clang 3.2svn (XCode 4.6) | Andreas Hansson |
2012-05-26 | CPU: Merge the predecoder and decoder. | Gabe Black |
2012-03-19 | clang: Fix recently introduced clang compilation errors | Andreas Hansson |
2011-09-30 | SE/FS: Use the new FullSystem constant where possible. | Gabe Black |
2011-09-19 | X86: Don't use "#if FULL_SYSTEM" in the X86 ISA description. | 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: Make syscall instructions non-speculative in SE. | Gabe Black |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert |
2009-11-05 | compile: compile on 32 bit hardware | Nathan Binkert |
2009-08-09 | X86: Decode byte sized singed divide as byte sized. | Gabe Black |
2009-08-05 | X86: Use the new forced folding mechanism for the SAHF and LAHF instructions. | Gabe Black |
2009-04-19 | X86: Implement far jmp. | Gabe Black |
2009-02-27 | X86: Implement the int system call interface in the decoder. | Gabe Black |
2008-06-12 | X86: Implement and hook up STI and CLI instructions. | Gabe Black |
2008-06-12 | X86: Implement a partial, sort of correct version of the protected mode varia... | Gabe Black |
2007-12-01 | X86: First crack at far returns. This is grossly approximate. | Gabe Black |
2007-12-01 | X86: Reorganize segmentation and implement segment selector movs. | Gabe Black |
2007-10-19 | X86: Implement the PUSHF, POPF, SAHF, and LAHF instructions. | Gabe Black |
2007-10-19 | X86: Impelement the HLT instruction and fix the "halt" microop. | Gabe Black |
2007-10-19 | X86: Implement the ENTER instruction. This could probably be optimized by cle... | Gabe Black |
2007-10-18 | X86: Replace "group10" placeholder with the corresponding instructions in the... | Gabe Black |
2007-10-18 | X86: Implement the string IO instructions, ins and outs. | Gabe Black |
2007-10-18 | X86: Implement the undocumented SALC instruction which sets AL to 0xFF if CF=... | Gabe Black |
2007-10-18 | X86: Implement the XLAT instruction. | Gabe Black |
2007-10-18 | X86: Implement the BOUND instruction. | Gabe Black |
2007-10-18 | X86: Make "Inst" the default format instead of WarnUnimpl for one byte opcodes. | Gabe Black |
2007-10-18 | X86: Implement the in/out instructions. These will still need support from th... | Gabe Black |
2007-10-18 | X86: Implement the LOOP instructions. | Gabe Black |
2007-10-18 | X86: Attach the CMC instruction to the decoder. | Gabe Black |
2007-10-18 | X86: Implemented the jrcx instruction. | Gabe Black |
2007-10-12 | X86: Added some new versions of MOV and a new argument type tag. | Gabe Black |
2007-10-12 | X86: Implemented LODS. | Gabe Black |
2007-10-02 | X86: Distinguish between the rep and repe prefixes. | Gabe Black |
2007-10-02 | X86: Hook in another version of the XCHG instruction. | Gabe Black |
2007-10-02 | X86: Implement MOVS | Gabe Black |
2007-10-02 | X86: Implement STOS. | Gabe Black |
2007-09-04 | X86: Implement idiv and propogate the mul corner case fix. | Gabe Black |
2007-08-26 | X86: Implement cmps (string compare) | Gabe Black |
2007-08-07 | X86: Implemented and hooked in SCAS (scan string) | Gabe Black |
2007-08-04 | X86: Implement microops and instructions that manipulate the flags register. | Gabe Black |
2007-07-30 | X86: Add decoding for x87 floating point. | Gabe Black |
2007-07-30 | X86: Attach the "DIV" instruction implementation to the decoder. | Gabe Black |
2007-07-30 | X86: Hook in the new instructions. | Gabe Black |
2007-07-26 | X86: Hook in shift and rotate by one instructions, and NOT. | Gabe Black |
2007-07-24 | Hook in a bunch of new instructions, fix a few minor bugs, and expand out one... | Gabe Black |
2007-07-23 | Implement pusha, popa, three operand imul, hook them into the decoder, and cl... | Gabe Black |