| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: Add instruction-set-specific exit qualifications to kvm_exit trace | Avi Kivity | 2011-01-12 | 1 | -0/+8 |
* | KVM: Record instruction set in kvm_exit tracepoint | Avi Kivity | 2011-01-12 | 1 | -1/+1 |
* | KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run() | Avi Kivity | 2011-01-12 | 1 | -38/+25 |
* | KVM: VMX: Inform user about INTEL_TXT dependency | Shane Wang | 2011-01-12 | 1 | -1/+4 |
* | KVM: VMX: Disallow NMI while blocked by STI | Avi Kivity | 2011-01-12 | 1 | -1/+6 |
* | KVM: handle exit due to INVD in VMX | Gleb Natapov | 2011-01-12 | 1 | -0/+6 |
* | KVM: VMX: remove setting of shadow_base_ptes for EPT | Marcelo Tosatti | 2011-01-12 | 1 | -3/+1 |
* | KVM: Move KVM context switch into own function | Andi Kleen | 2011-01-12 | 1 | -25/+38 |
* | KVM: SVM: Do not report xsave in supported cpuid | Joerg Roedel | 2010-12-08 | 1 | -5/+0 |
* | KVM: VMX: Fix host userspace gsbase corruption | Avi Kivity | 2010-11-17 | 1 | -8/+7 |
* | KVM: Correct ordering of ldt reload wrt fs/gs reload | Avi Kivity | 2010-11-17 | 1 | -2/+2 |
* | KVM: fix typo in copyright notice | Nicolas Kaiser | 2010-10-24 | 1 | -1/+1 |
* | KVM: VMX: Add AX to list of registers clobbered by guest switch | Jan Kiszka | 2010-10-24 | 1 | -1/+1 |
* | KVM: VMX: Respect interrupt window in big real mode | Avi Kivity | 2010-10-24 | 1 | -0/+9 |
* | KVM: VMX: Emulated real mode interrupt injection | Mohammed Gamal | 2010-10-24 | 1 | -59/+6 |
* | KVM: VMX: Move fixup_rmode_irq() to avoid forward declaration | Avi Kivity | 2010-10-24 | 1 | -24/+23 |
* | KVM: Non-atomic interrupt injection | Avi Kivity | 2010-10-24 | 1 | -0/+11 |
* | KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry | Avi Kivity | 2010-10-24 | 1 | -13/+21 |
* | KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts() | Avi Kivity | 2010-10-24 | 1 | -3/+6 |
* | KVM: VMX: Split up vmx_complete_interrupts() | Avi Kivity | 2010-10-24 | 1 | -12/+27 |
* | KVM: Check for pending events before attempting injection | Avi Kivity | 2010-10-24 | 1 | -0/+6 |
* | KVM: MMU: Add kvm_mmu parameter to load_pdptrs function | Joerg Roedel | 2010-10-24 | 1 | -8/+8 |
* | KVM: X86: Introduce a tdp_set_cr3 function | Joerg Roedel | 2010-10-24 | 1 | -0/+2 |
* | KVM: x86: Unify TSC logic | Zachary Amsden | 2010-10-24 | 1 | -14/+8 |
* | KVM: x86: Move TSC offset writes to common code | Zachary Amsden | 2010-10-24 | 1 | -7/+6 |
* | KVM: x86: Convert TSC writes to TSC offset writes | Zachary Amsden | 2010-10-24 | 1 | -6/+5 |
* | KVM: x86: Drop vm_init_tsc | Zachary Amsden | 2010-10-24 | 1 | -7/+3 |
* | KVM: VMX: Use host_gdt variable wherever we need the host gdt | Avi Kivity | 2010-10-24 | 1 | -9/+6 |
* | KVM: Fix fs/gs reload oops with invalid ldt | Avi Kivity | 2010-10-19 | 1 | -15/+9 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2010-08-06 | 1 | -4/+4 |
|\ |
|
| * | x86: Remove redundant K6 MSRs | Brian Gerst | 2010-07-21 | 1 | -4/+4 |
* | | KVM: VMX: Fix host GDT.LIMIT corruption | Avi Kivity | 2010-08-02 | 1 | -0/+4 |
* | | KVM: VMX: fix tlb flush with invalid root | Xiao Guangrong | 2010-08-02 | 1 | -1/+4 |
* | | KVM: VMX: Execute WBINVD to keep data consistency with assigned devices | Sheng Yang | 2010-08-01 | 1 | -1/+9 |
* | | KVM: Add mini-API for vcpu->requests | Avi Kivity | 2010-08-01 | 1 | -1/+1 |
* | | KVM: Fix mov cr3 #GP at wrong instruction | Avi Kivity | 2010-08-01 | 1 | -2/+2 |
* | | KVM: Fix mov cr4 #GP at wrong instruction | Avi Kivity | 2010-08-01 | 1 | -2/+2 |
* | | KVM: Fix mov cr0 #GP at wrong instruction | Avi Kivity | 2010-08-01 | 1 | -2/+11 |
* | | KVM: VMX: Enable XSAVE/XRSTOR for guest | Dexuan Cui | 2010-08-01 | 1 | -0/+13 |
* | | KVM: VMX: Fix incorrect rcu deref in rmode_tss_base() | Avi Kivity | 2010-08-01 | 1 | -1/+1 |
* | | KVM: VMX: fix rcu usage warning in init_rmode() | Xiao Guangrong | 2010-08-01 | 1 | -6/+11 |
* | | KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single() | Gui Jianfeng | 2010-08-01 | 1 | -2/+2 |
* | | KVM: VMX: Add all-context INVVPID type support | Gui Jianfeng | 2010-08-01 | 1 | -2/+21 |
* | | KVM: VMX: Make sure single type invvpid is supported before issuing invvpid i... | Gui Jianfeng | 2010-08-01 | 1 | -1/+7 |
* | | KVM: VMX: Enforce EPT pagetable level checking | Sheng Yang | 2010-08-01 | 1 | -1/+7 |
* | | KVM: VMX: Properly return error to userspace on vmentry failure | Mohammed Gamal | 2010-08-01 | 1 | -0/+7 |
* | | KVM: x86: Propagate fpu_alloc errors | Jan Kiszka | 2010-08-01 | 1 | -1/+3 |
* | | KVM: Update Red Hat copyrights | Avi Kivity | 2010-08-01 | 1 | -0/+1 |
* | | KVM: VMX: VMXON/VMXOFF usage changes | Dongxiao Xu | 2010-08-01 | 1 | -7/+31 |
* | | KVM: VMX: VMCLEAR/VMPTRLD usage changes | Dongxiao Xu | 2010-08-01 | 1 | -1/+6 |