Age | Commit message (Expand) | Author | Files | Lines |
2014-03-27 | KVM: vmx: fix MPX detection |  Paolo Bonzini | 1 | -1/+2 |
2014-03-20 | x86, kvm: Fix CPU hotplug callback registration |  Srivatsa S. Bhat | 1 | -1/+6 |
2014-03-17 | KVM: x86: handle missing MPX in nested virtualization |  Paolo Bonzini | 4 | -3/+30 |
2014-03-17 | KVM: x86: Add nested virtualization support for MPX |  Paolo Bonzini | 1 | -0/+17 |
2014-03-17 | KVM: x86: introduce kvm_supported_xcr0() |  Paolo Bonzini | 3 | -14/+19 |
2014-03-17 | KVM: x86 emulator: emulate MOVAPD |  Igor Mammedov | 1 | -1/+1 |
2014-03-17 | KVM: x86 emulator: emulate MOVAPS |  Igor Mammedov | 1 | -1/+7 |
2014-03-13 | kvm: x86: ignore ioapic polarity |  Gabriel L. Somlo | 1 | -0/+1 |
2014-03-12 | KVM: SVM: fix cr8 intercept window |  Radim Krčmář | 1 | -3/+3 |
2014-03-11 | KVM: svm: Allow the guest to run with dirty debug registers |  Paolo Bonzini | 1 | -0/+28 |
2014-03-11 | KVM: svm: set/clear all DR intercepts in one swoop |  Paolo Bonzini | 1 | -21/+20 |
2014-03-11 | KVM: nVMX: Allow nested guests to run with dirty debug registers |  Paolo Bonzini | 1 | -0/+4 |
2014-03-11 | KVM: vmx: Allow the guest to run with dirty debug registers |  Paolo Bonzini | 1 | -1/+37 |
2014-03-11 | KVM: x86: Allow the guest to run with dirty debug registers |  Paolo Bonzini | 1 | -0/+16 |
2014-03-11 | KVM: x86: change vcpu->arch.switch_db_regs to a bit mask |  Paolo Bonzini | 1 | -1/+3 |
2014-03-11 | KVM: vmx: we do rely on loading DR7 on entry |  Paolo Bonzini | 1 | -1/+1 |
2014-03-11 | KVM: x86: Remove return code from enable_irq/nmi_window |  Jan Kiszka | 3 | -27/+12 |
2014-03-11 | KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interrupt |  Jan Kiszka | 1 | -1/+2 |
2014-03-11 | KVM: nVMX: Fully emulate preemption timer |  Jan Kiszka | 1 | -55/+96 |
2014-03-11 | KVM: nVMX: Rework interception of IRQs and NMIs |  Jan Kiszka | 2 | -36/+57 |
2014-03-04 | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into kvm-next |  Paolo Bonzini | 2 | -1/+2 |
2014-03-04 | x86: kvm: introduce periodic global clock updates |  Andrew Jones | 1 | -0/+20 |
2014-03-04 | x86: kvm: rate-limit global clock updates |  Andrew Jones | 1 | -4/+23 |
2014-03-03 | kvm, vmx: Really fix lazy FPU on nested guest |  Paolo Bonzini | 1 | -1/+1 |
2014-02-27 | kvm, vmx: Really fix lazy FPU on nested guest |  Paolo Bonzini | 1 | -1/+1 |
2014-02-27 | kvm: x86: fix emulator buffer overflow (CVE-2014-0049) |  Andrew Honig | 1 | -1/+1 |
2014-02-27 | KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEX |  Takuya Yoshikawa | 1 | -2/+5 |
2014-02-27 | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH |  H. Peter Anvin | 1 | -1/+1 |
2014-02-26 | KVM: MMU: drop read-only large sptes when creating lower level sptes |  Marcelo Tosatti | 1 | -0/+1 |
2014-02-26 | KVM: x86: emulator_cmpxchg_emulated should mark_page_dirty |  Marcelo Tosatti | 1 | -0/+1 |
2014-02-25 | KVM: x86: Enable Intel MPX for guest |  Liu, Jinsong | 3 | -2/+8 |
2014-02-25 | KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save |  Liu, Jinsong | 2 | -1/+7 |
2014-02-24 | KVM: x86: Intel MPX vmx and msr handle |  Liu, Jinsong | 1 | -2/+16 |
2014-02-22 | KVM: x86: Fix xsave cpuid exposing bug |  Liu, Jinsong | 2 | -5/+8 |
2014-02-22 | KVM: x86: expose ADX feature to guest |  Liu, Jinsong | 1 | -1/+2 |
2014-02-22 | KVM: x86: expose new instruction RDSEED to guest |  Liu, Jinsong | 1 | -1/+1 |
2014-02-18 | KVM: SVM: fix NMI window after iret |  Radim Krčmář | 1 | -0/+1 |
2014-02-18 | KVM: Simplify kvm->tlbs_dirty handling |  Takuya Yoshikawa | 1 | -3/+4 |
2014-02-04 | Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD |  Paolo Bonzini | 1 | -1/+1 |
2014-02-04 | KVM: x86: remove unused last_kernel_ns variable |  Marcelo Tosatti | 1 | -1/+0 |
2014-01-30 | KVM: async_pf: Provide additional direct page notification |  Dominik Dingel | 1 | -1/+1 |
2014-01-29 | kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef |  Paolo Bonzini | 1 | -1/+1 |
2014-01-27 | KVM: x86: Validate guest writes to MSR_IA32_APICBASE |  Jan Kiszka | 4 | -12/+39 |
2014-01-24 | KVM: x86: mark hyper-v vapic assist page as dirty |  Vadim Rozenfeld | 1 | -2/+4 |
2014-01-23 | KVM: x86: mark hyper-v hypercall page as dirty |  Vadim Rozenfeld | 1 | -0/+1 |
2014-01-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 9 | -172/+318 |
2014-01-20 | kvm: make KVM_MMU_AUDIT help text more readable |  Randy Dunlap | 1 | -1/+1 |
2014-01-17 | KVM: nVMX: Update guest activity state field on L2 exits |  Jan Kiszka | 1 | -0/+4 |
2014-01-17 | KVM: nVMX: Fix nested_run_pending on activity state HLT |  Jan Kiszka | 1 | -2/+2 |
2014-01-17 | KVM: nVMX: Clean up handling of VMX-related MSRs |  Jan Kiszka | 1 | -56/+23 |