Age | Commit message (Expand) | Author |
2010-10-24 | KVM: fix typo in copyright notice | Nicolas Kaiser |
2010-10-24 | KVM: VMX: Add AX to list of registers clobbered by guest switch | Jan Kiszka |
2010-10-24 | KVM: VMX: Respect interrupt window in big real mode | Avi Kivity |
2010-10-24 | KVM: VMX: Emulated real mode interrupt injection | Mohammed Gamal |
2010-10-24 | KVM: VMX: Move fixup_rmode_irq() to avoid forward declaration | Avi Kivity |
2010-10-24 | KVM: Non-atomic interrupt injection | Avi Kivity |
2010-10-24 | KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry | Avi Kivity |
2010-10-24 | KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts() | Avi Kivity |
2010-10-24 | KVM: VMX: Split up vmx_complete_interrupts() | Avi Kivity |
2010-10-24 | KVM: Check for pending events before attempting injection | Avi Kivity |
2010-10-24 | KVM: MMU: Add kvm_mmu parameter to load_pdptrs function | Joerg Roedel |
2010-10-24 | KVM: X86: Introduce a tdp_set_cr3 function | Joerg Roedel |
2010-10-24 | KVM: x86: Unify TSC logic | Zachary Amsden |
2010-10-24 | KVM: x86: Move TSC offset writes to common code | Zachary Amsden |
2010-10-24 | KVM: x86: Convert TSC writes to TSC offset writes | Zachary Amsden |
2010-10-24 | KVM: x86: Drop vm_init_tsc | Zachary Amsden |
2010-10-24 | KVM: VMX: Use host_gdt variable wherever we need the host gdt | Avi Kivity |
2010-10-19 | KVM: Fix fs/gs reload oops with invalid ldt | Avi Kivity |
2010-08-06 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2010-08-02 | KVM: VMX: Fix host GDT.LIMIT corruption | Avi Kivity |
2010-08-02 | KVM: VMX: fix tlb flush with invalid root | Xiao Guangrong |
2010-08-01 | KVM: VMX: Execute WBINVD to keep data consistency with assigned devices | Sheng Yang |
2010-08-01 | KVM: Add mini-API for vcpu->requests | Avi Kivity |
2010-08-01 | KVM: Fix mov cr3 #GP at wrong instruction | Avi Kivity |
2010-08-01 | KVM: Fix mov cr4 #GP at wrong instruction | Avi Kivity |
2010-08-01 | KVM: Fix mov cr0 #GP at wrong instruction | Avi Kivity |
2010-08-01 | KVM: VMX: Enable XSAVE/XRSTOR for guest | Dexuan Cui |
2010-08-01 | KVM: VMX: Fix incorrect rcu deref in rmode_tss_base() | Avi Kivity |
2010-08-01 | KVM: VMX: fix rcu usage warning in init_rmode() | Xiao Guangrong |
2010-08-01 | KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single() | Gui Jianfeng |
2010-08-01 | KVM: VMX: Add all-context INVVPID type support | Gui Jianfeng |
2010-08-01 | KVM: VMX: Make sure single type invvpid is supported before issuing invvpid i... | Gui Jianfeng |
2010-08-01 | KVM: VMX: Enforce EPT pagetable level checking | Sheng Yang |
2010-08-01 | KVM: VMX: Properly return error to userspace on vmentry failure | Mohammed Gamal |
2010-08-01 | KVM: x86: Propagate fpu_alloc errors | Jan Kiszka |
2010-08-01 | KVM: Update Red Hat copyrights | Avi Kivity |
2010-08-01 | KVM: VMX: VMXON/VMXOFF usage changes | Dongxiao Xu |
2010-08-01 | KVM: VMX: VMCLEAR/VMPTRLD usage changes | Dongxiao Xu |
2010-08-01 | KVM: VMX: Some minor changes to code structure | Dongxiao Xu |
2010-08-01 | KVM: VMX: Define new functions to wrapper direct call of asm code | Dongxiao Xu |
2010-08-01 | KVM: inject #UD if instruction emulation fails and exit to userspace | Gleb Natapov |
2010-08-01 | KVM: VMX: Avoid writing HOST_CR0 every entry | Avi Kivity |
2010-08-01 | KVM: VMX: Simplify vmx_get_nmi_mask() | Avi Kivity |
2010-07-21 | x86: Remove redundant K6 MSRs | Brian Gerst |
2010-07-06 | KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruption | Avi Kivity |
2010-05-21 | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2010-05-19 | KVM: VMX: enable VMXON check with SMX enabled (Intel TXT) | Shane Wang |
2010-05-19 | KVM: VMX: Atomically switch efer if EPT && !EFER.NX | Avi Kivity |
2010-05-19 | KVM: VMX: Add facility to atomically switch MSRs on guest entry/exit | Avi Kivity |
2010-05-19 | KVM: Let vcpu structure alignment be determined at runtime | Avi Kivity |