Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-06 | invisispec-1.0 source | Iru Cai | |
2015-07-20 | x86: x86 instruction-implementation bug fixes | David Hashe | |
Added explicit data sizes and an opcode type for correct execution. | |||
2014-10-16 | arch: Use shared_ptr for all Faults | Andreas Hansson | |
This patch takes quite a large step in transitioning from the ad-hoc RefCountingPtr to the c++11 shared_ptr by adopting its use for all Faults. There are no changes in behaviour, and the code modifications are mostly just replacing "new" with "make_shared". | |||
2011-05-06 | X86: Fix the Lldt instructions so they load the ldtr and not the tr. | Gabe Black | |
2010-08-23 | X86: Mark serializing macroops and regular instructions as such. | Gabe Black | |
2010-05-23 | copyright: Change HP copyright on x86 code to be more friendly | Nathan Binkert | |
2009-09-16 | X86: Fix setting the busy bit in the task descriptor in LTR. | Gabe Black | |
2009-07-16 | X86: Take limitted advantage of the compilers type checking for microop ↵ | Gabe Black | |
operands. | |||
2009-04-19 | X86: Explicitly use the right width in a few places that need a 64 bit value. | Gabe Black | |
2009-04-19 | X86: Implement the save machine status word instruction (SMSW). | Gabe Black | |
2009-04-19 | X86: Implement the load machine status word instruction (LMSW). | Gabe Black | |
2009-02-27 | X86: Make instructions that use intseg preserve all 8 bytes of their addresses. | Gabe Black | |
2009-02-25 | X86: Implement the lldt instruction. | Gabe Black | |
2009-02-25 | X86: Implement CLTS. | Gabe Black | |
2009-02-25 | X86: Rename oszForPseudoDesc maxOsz to reflect its more general use. | Gabe Black | |
2009-02-25 | X86: Do a merge for the zero extension microop. | Gabe Black | |
2009-02-25 | X86: Implement the LTR instruction. | Gabe Black | |
2008-10-12 | X86: Implement the swapgs instruction. | Gabe Black | |
2008-06-12 | X86: Bypass unaligned access support for register addressed MSRs. | Gabe Black | |
2008-06-12 | X86: Add in some support for the tsc register. | Gabe Black | |
2008-02-26 | X86: Implement the INVLPG instruction and the TIA microop. | Gabe Black | |
--HG-- extra : convert_revision : 31db1ee082f6c3ca5443cba1eb335e408661ead2 | |||
2008-01-12 | X86: Fix the wrmsr instruction. | Gabe Black | |
--HG-- extra : convert_revision : 12bc7e71226ebafb8eedadf6a3db82929e15e722 | |||
2007-12-01 | X86: Reorganize segmentation and implement segment selector movs. | Gabe Black | |
--HG-- extra : convert_revision : 553c3ffeda1f5312cf02493f602e7d4ba2fe66e8 | |||
2007-12-01 | X86: Implement the LIDT instruction. | Gabe Black | |
--HG-- extra : convert_revision : 380515e985318311632e00b13000585afb052e3b | |||
2007-12-01 | X86: Implement the lgdt instruction. | Gabe Black | |
--HG-- extra : convert_revision : d1698a82df3c57cc9bbf8d5d190f271bfc7cb2e4 | |||
2007-11-12 | X86: Fix a stupid typo where WRMSR and RDMSR were switched, and add a debug ↵ | Gabe Black | |
statement. --HG-- extra : convert_revision : f1eb17291f4c01f3c0fa8f99650bc1edf09d21de | |||
2007-10-19 | X86: Impelement the HLT instruction and fix the "halt" microop. | Gabe Black | |
--HG-- extra : convert_revision : 932e5bb5bf3644f8468dba92177fb87cc54b891a | |||
2007-10-12 | X86: Implement MSR reads and writes and the wrsmr and rdmsr instructions. | Gabe Black | |
There are no priviledge checks, so these instructions will all work in all modes. --HG-- extra : convert_revision : ff893eb569313d8aecbfffb47bcbd1c2d65cd393 | |||
2007-10-02 | X86: Add classes for the actual x86 faults. | Gabe Black | |
--HG-- extra : convert_revision : bc060a01b5415551b335ca68ccbf126333ae20b0 | |||
2007-07-20 | Implement UD2 and replace the place holder in the decoder. | Gabe Black | |
--HG-- extra : convert_revision : 16d0d2b2ddad8759698fa4aa668c22063307c72b |