summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini
2013-03-19KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig
2013-03-19KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig
2013-03-18KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti
2013-03-18KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa
2013-03-14KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa
2013-03-14KVM: nVMX: Add preemption timer supportJan Kiszka
2013-03-14KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka
2013-03-13KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka
2013-03-13KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka
2013-03-12VMX: x86: handle host TSC calibration failureMarcelo Tosatti
2013-03-11kvm: remove cast for kmalloc return valueIoan Orghici
2013-03-07KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa
2013-03-07KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa
2013-03-07KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa
2013-03-07KVM: nVMX: Fix setting of CR0 and CR4 in guest modeJan Kiszka
2013-03-07KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka
2013-03-05KVM: nVMX: Reset RFLAGS on VM-exitJan Kiszka
2013-03-04KVM: nVMX: Fix switching of debug stateJan Kiszka
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa
2013-03-04Merge branch 'master' into queueMarcelo Tosatti
2013-02-28KVM: VMX: Pass vcpu to __vmx_complete_interruptsJan Kiszka
2013-02-28KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12Jan Kiszka
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27arch/x86/kvm: beautify source code for __u32 irq which is never < 0Chen Gang
2013-02-27KVM: nVMX: Use cached exit reasonJan Kiszka
2013-02-27KVM: nVMX: Clear segment cache after switching between L1 and L2Jan Kiszka
2013-02-27KVM: nVMX: Advertise PAUSE and WBINVD exiting supportJan Kiszka
2013-02-27KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state staticJan Kiszka
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-22KVM: nVMX: Trap unconditionally if msr bitmap access failsJan Kiszka
2013-02-22KVM: nVMX: Improve I/O exit handlingJan Kiszka
2013-02-20Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti
2013-02-19x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRsBorislav Petkov
2013-02-14KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka
2013-02-13x86 emulator: fix parity calculation for AAD instructionGleb Natapov
2013-02-11KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa
2013-02-11KVM: VMX: disable apicv by defaultYang Zhang
2013-02-06KVM: MMU: cleanup __direct_mapXiao Guangrong
2013-02-06KVM: MMU: remove pt_access in mmu_set_spteXiao Guangrong
2013-02-06KVM: MMU: cleanup mapping-levelXiao Guangrong
2013-02-06KVM: MMU: lazily drop large spteXiao Guangrong
2013-02-06KVM: VMX: cleanup vmx_set_cr0().Gleb Natapov