aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2013-04-14KVM: nVMX: Fix conditions for interrupt injectionJan Kiszka1-8/+12
2013-04-14KVM: nVMX: Rework event injection and recoveryJan Kiszka1-35/+64
2013-04-14KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1Jan Kiszka1-7/+2
2013-04-14KVM: emulator: mark 0xff 0x7d opcode as undefined.Gleb Natapov1-1/+1
2013-04-14KVM: emulator: Do not fail on emulation of undefined opcodeGleb Natapov1-2/+3
2013-04-14KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2-5/+10
2013-04-14KVM: emulator: fix unimplemented instruction detectionGleb Natapov1-3/+4
2013-04-11x86, xen, gdt: Remove the pvops variant of store_gdt.Konrad Rzeszutek Wilk1-1/+1
2013-04-11KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf1-3/+12
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand1-0/+7
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka1-1/+2
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang1-1/+3
2013-04-07KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka1-1/+1
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2-51/+0
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2-4/+8
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig2-8/+7
2013-04-02x86, cpu: Convert AMD Erratum 383Borislav Petkov1-1/+1
2013-04-02pmu: prepare for migration supportPaolo Bonzini2-5/+13
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2-8/+7
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2-7/+3
2013-03-21Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti1-33/+31
2013-03-20KVM: x86: correctly initialize the CS base on resetPaolo Bonzini2-7/+2
2013-03-19KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig1-27/+20
2013-03-19KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig1-0/+5
2013-03-18KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti1-9/+9
2013-03-18KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka1-26/+4
2013-03-14KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2-1/+19
2013-03-14KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa1-0/+3
2013-03-14KVM: nVMX: Add preemption timer supportJan Kiszka1-3/+14
2013-03-14KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka1-1/+12
2013-03-13KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka1-4/+6
2013-03-13KVM: x86: Rework INIT and SIPI handlingJan Kiszka5-44/+91
2013-03-13KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti1-2/+5
2013-03-12KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka3-18/+8
2013-03-12VMX: x86: handle host TSC calibration failureMarcelo Tosatti1-11/+18
2013-03-11kvm: remove cast for kmalloc return valueIoan Orghici1-2/+1
2013-03-07KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa1-32/+23
2013-03-07KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa1-4/+3
2013-03-07KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa1-10/+8
2013-03-07KVM: nVMX: Fix setting of CR0 and CR4 in guest modeJan Kiszka1-15/+33
2013-03-07KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka1-3/+10
2013-03-05KVM: nVMX: Reset RFLAGS on VM-exitJan Kiszka1-0/+1
2013-03-04KVM: nVMX: Fix switching of debug stateJan Kiszka1-1/+4
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa1-7/+8
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa1-6/+4
2013-03-04KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa1-3/+3
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa1-4/+2
2013-03-04Merge branch 'master' into queueMarcelo Tosatti2-29/+37
2013-02-28KVM: VMX: Pass vcpu to __vmx_complete_interruptsJan Kiszka1-17/+14
2013-02-28KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12Jan Kiszka1-2/+1