| Commit message (Expand) | Author | Age | Files | Lines |
* | KVM: x86: add paging gcc optimization | Davidlohr Bueso | 2012-04-08 | 1 | -1/+1 |
* | KVM: Move cpuid code to new file | Avi Kivity | 2011-12-27 | 1 | -3/+2 |
* | KVM: MMU: cache mmio info on page fault path | Xiao Guangrong | 2011-07-24 | 1 | -0/+36 |
* | KVM: nVMX: Implement VMPTRST | Nadav Har'El | 2011-07-12 | 1 | -0/+4 |
* | KVM: nVMX: Decoding memory operands of VMX instructions | Nadav Har'El | 2011-07-12 | 1 | -0/+4 |
* | KVM: fix push of wrong eip when doing softint | Serge E. Hallyn | 2011-05-11 | 1 | -1/+1 |
* | KVM: SVM: Do not report xsave in supported cpuid | Joerg Roedel | 2010-12-08 | 1 | -0/+5 |
* | KVM: Add kvm_inject_realmode_interrupt() wrapper | Mohammed Gamal | 2010-10-24 | 1 | -0/+1 |
* | KVM: MMU: Implement nested gva_to_gpa functions | Joerg Roedel | 2010-10-24 | 1 | -0/+5 |
* | KVM: x86: Move TSC offset writes to common code | Zachary Amsden | 2010-10-24 | 1 | -0/+2 |
* | KVM: Remove memory alias support | Avi Kivity | 2010-08-01 | 1 | -7/+0 |
* | KVM: use the correct RCU API for PROVE_RCU=y | Lai Jiangshan | 2010-05-17 | 1 | -0/+7 |
* | KVM: Implement perf callbacks for guest sampling | Zhang, Yanmin | 2010-04-19 | 1 | -0/+3 |
* | KVM: Rename vcpu->shadow_efer to efer | Avi Kivity | 2010-03-01 | 1 | -1/+1 |
* | KVM: Move cr0/cr4/efer related helpers to x86.h | Avi Kivity | 2010-03-01 | 1 | -0/+24 |
* | KVM: Add a helper for checking if the guest is in protected mode | Avi Kivity | 2010-03-01 | 1 | -0/+6 |
* | KVM: Add Directed EOI support to APIC emulation | Gleb Natapov | 2009-09-10 | 1 | -0/+4 |
* | KVM: Do not re-execute INTn instruction. | Gleb Natapov | 2009-06-10 | 1 | -1/+8 |
* | KVM: Remove irq_pending bitmap | Gleb Natapov | 2009-06-10 | 1 | -12/+0 |
* | KVM: Unprotect a page if #PF happens during NMI injection. | Gleb Natapov | 2009-06-10 | 1 | -0/+6 |
* | KVM: Remove kvm_push_irq() | Gleb Natapov | 2009-06-10 | 1 | -7/+0 |
* | KVM: reuse (pop|push)_irq from svm.c in vmx.c | Gleb Natapov | 2009-06-10 | 1 | -0/+18 |
* | KVM: Add a pending interrupt queue | Avi Kivity | 2008-10-15 | 1 | -0/+11 |
* | KVM: Clear exception queue before emulating an instruction | Avi Kivity | 2008-10-15 | 1 | -0/+11 |