Age | Commit message (Expand) | Author |
2011-06-26 | Remove exec-all.h include directives | Blue Swirl |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl |
2011-06-26 | exec.h: fix coding style and change cpu_has_work to return bool | Blue Swirl |
2011-06-26 | x86: use caller supplied CPUState for interrupt related stuff | Blue Swirl |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl |
2011-06-21 | kvm: fix FPU state subsection | Marcelo Tosatti |
2011-06-20 | KVM: Fix XSAVE feature bit enumeration | Andre Przywara |
2011-06-20 | kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid | Jan Kiszka |
2011-06-20 | kvm: x86: Drop KVM_CAP build dependencies | Jan Kiszka |
2011-06-20 | kvm: Drop CONFIG_KVM_PARA | Jan Kiszka |
2011-06-19 | kvm: x86: Save/restore FPU OP, IP and DP | Jan Kiszka |
2011-06-14 | kvm: Enable CPU SMEP feature | Yang, Wei Y |
2011-06-14 | kvm: Add CPUID support for VIA CPU | brillywu@viatech.com.cn |
2011-06-08 | target-i386: Make x86 mfence and lfence illegal without SSE2 | Martin Simmons |
2011-06-08 | Fix compilation warning due to missing header for sigaction (followup) | Alexandre Raymond |
2011-06-03 | target-i386: use floatx80 constants in helper_fld*_ST0() | Aurelien Jarno |
2011-06-03 | target-i386: remove old code handling float64 | Aurelien Jarno |
2011-05-08 | irq: Privatize CPU_INTERRUPT_NMI. | Richard Henderson |
2011-05-08 | target-i386: Privatize some i386-specific interrupt names. | Richard Henderson |
2011-05-02 | kvm: use qemu_free consistently | Paolo Bonzini |
2011-05-02 | kvm: add kvmclock to its second bit | Glauber Costa |
2011-05-02 | x86: Allow multiple cpu feature matches of lookup_feature | Jan Kiszka |
2011-05-02 | kvm: use kernel-provided para_features instead of statically coming up with n... | Glauber Costa |
2011-04-25 | target-i386: fix constants wrt softfloat | Aurelien Jarno |
2011-04-25 | target-i386: fix helper_fprem() and helper_fprem1() wrt softfloat | Aurelien Jarno |
2011-04-25 | target-i386: fix logarithmic and trigonometric helpers wrt softfloat | Aurelien Jarno |
2011-04-25 | target-i386: add CPU86_LDouble <-> double conversion functions | Aurelien Jarno |
2011-04-25 | target-i386: replace approx_rsqrt and approx_rcp by softfloat ops | Aurelien Jarno |
2011-04-25 | target-i386: fix helper_fsqrt() wrt softfloat | Aurelien Jarno |
2011-04-25 | target-i386: fix helper_fdiv() wrt softfloat | Aurelien Jarno |
2011-04-25 | target-i386: fix helper_fxtract() wrt softfloat | Aurelien Jarno |
2011-04-25 | target-i386: fix helper_fbld_ST0() wrt softfloat | Aurelien Jarno |
2011-04-25 | target-i386: fix helper_fscale() wrt softfloat | Aurelien Jarno |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil |
2011-04-17 | softfloat: rename float*_eq() into float*_eq_quiet() | Aurelien Jarno |
2011-04-17 | target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions | Aurelien Jarno |
2011-04-17 | target-i386: add floatx_{add,mul,sub} and use them | Aurelien Jarno |
2011-04-17 | target-i386: use float unions from cpu-all.h | Aurelien Jarno |
2011-04-17 | target-i386: use CPU_LDoubleU instead of a private union | Aurelien Jarno |
2011-04-10 | Fix conversions from pointer to tcg_target_long | Stefan Weil |
2011-03-22 | Revert "x86: Save/restore PAT MSR" | Anthony Liguori |
2011-03-16 | kvm: x86: Push kvm_arch_debug to kvm_arch_handle_exit | Jan Kiszka |
2011-03-16 | kvm: x86: Reorder functions in kvm.c | Jan Kiszka |
2011-03-16 | kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes | Jan Kiszka |
2011-03-16 | kvm: x86: Synchronize PAT MSR with the kernel | Jan Kiszka |
2011-03-16 | x86: Save/restore PAT MSR | Jan Kiszka |
2011-03-16 | x86: Properly reset PAT MSR | Jan Kiszka |
2011-03-16 | kvm: x86: Do not leave halt if interrupts are disabled | Jan Kiszka |
2011-03-15 | KVM, MCE, unpoison memory address across reboot | Huang Ying |