Age | Commit message (Expand) | Author |
2016-03-24 | target-i386: implement PKE for TCG | Paolo Bonzini |
2016-02-15 | target-i386: Implement FSGSBASE | Richard Henderson |
2016-02-15 | target-i386: Clear bndregs during legacy near jumps | Richard Henderson |
2016-02-15 | target-i386: Implement BNDLDX, BNDSTX | Richard Henderson |
2016-02-15 | target-i386: Implement BNDCL, BNDCU, BNDCN | Richard Henderson |
2016-02-13 | target-i386: Perform set/reset_inhibit_irq inline | Richard Henderson |
2016-02-13 | target-i386: Implement XSAVEOPT | Richard Henderson |
2016-02-13 | target-i386: Add XSAVE extension | Richard Henderson |
2016-02-13 | target-i386: Split fxsave/fxrstor implementation | Richard Henderson |
2016-02-09 | target-i386: Rewrite gen_enter inline | Richard Henderson |
2015-10-23 | target-i386: Check CR4[DE] for processing DR4/DR5 | Richard Henderson |
2015-10-23 | target-i386: Handle I/O breakpoints | Eduardo Habkost |
2015-09-15 | target-i386: exception handling for seg_helper functions | Pavel Dovgalyuk |
2015-06-05 | target-i386: Use correct memory attributes for ioport accesses | Paolo Bonzini |
2014-05-28 | tcg: Invert the inclusion of helper.h | Richard Henderson |
2013-11-21 | target-i386: yield to another VCPU on PAUSE | Paolo Bonzini |
2013-02-27 | target-i386: Use mulu2 and muls2 | Richard Henderson |
2013-02-19 | target-i386: Implement tzcnt and fix lzcnt | Richard Henderson |
2013-02-19 | target-i386: Use clz/ctz for bsf/bsr helpers | Richard Henderson |
2013-02-18 | target-i386: Implement PDEP, PEXT | Richard Henderson |
2013-02-18 | target-i386: Implement MULX | Richard Henderson |
2013-02-18 | target-i386: Use CC_SRC2 for ADC and SBB | Richard Henderson |
2013-02-18 | target-i386: Make helper_cc_compute_{all,c} const | Richard Henderson |
2012-12-19 | exec: move include files to include/exec/ | Paolo Bonzini |
2012-10-28 | target-i386: rename helper flags | Aurelien Jarno |
2012-10-01 | x86: Implement SMEP and SMAP | H. Peter Anvin |
2012-08-14 | x86: switch to AREG0 free mode | Blue Swirl |
2012-08-14 | x86: avoid AREG0 in segmentation helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for misc helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for SMM helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for SVM helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for integer helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for condition code helpers | Blue Swirl |
2012-08-14 | x86: avoid AREG0 for FPU helpers | Blue Swirl |
2012-06-28 | x86: avoid AREG0 for exceptions | Blue Swirl |
2012-01-11 | target-i386: fix SSE rounding and flush to zero | Aurelien Jarno |
2009-10-23 | target-i386: implement lzcnt emulation | Andre Przywara |
2009-10-04 | target-i386: add RDTSCP support | Andre Przywara |
2009-05-22 | x86: Add support for resume flag | Jan Kiszka |
2008-11-17 | TCG variable type checking. | pbrook |
2008-09-25 | SYSENTER/SYSEXIT IA-32e implementation (Alexander Graf). | balrog |
2008-08-30 | Fix some warnings that would be generated by gcc -Wredundant-decls | blueswir1 |
2008-06-18 | HLT, MWAIT and MONITOR insn fixes (initial patch by Alexander Graf) | bellard |
2008-06-04 | reworked SVM interrupt handling logic - fixed vmrun EIP saved value - reworke... | bellard |
2008-06-04 | 32 bit SVM fixes - INVLPG and INVLPGA updates | bellard |
2008-05-28 | SVM rework | bellard |
2008-05-22 | proper helper definition registering (all targets must do that) | bellard |
2008-05-22 | cmpxchg8b fix - added cmpxchg16b | bellard |
2008-05-21 | convert eflags manipulation insns to TCG | bellard |
2008-05-21 | converted LSL/LAR/VERW/VERR to TCG - force 16 bit memory access for LSL/LAR | bellard |