summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka2013-04-071-1/+1
* KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang2013-04-072-51/+0
* Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa2013-04-072-4/+8
* pmu: prepare for migration supportPaolo Bonzini2013-04-022-5/+13
* KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa2013-03-212-8/+7
* KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa2013-03-212-7/+3
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-211-33/+31
|\
| * KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-191-27/+20
| * KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-03-191-0/+5
| * KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti2013-03-181-9/+9
* | KVM: x86: correctly initialize the CS base on resetPaolo Bonzini2013-03-202-7/+2
* | KVM: VMX: Require KVM_SET_TSS_ADDR being called prior to running a VCPUJan Kiszka2013-03-181-26/+4
* | KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-142-1/+19
* | KVM: MMU: Mark sp mmio cached when creating mmio spteTakuya Yoshikawa2013-03-141-0/+3
* | KVM: nVMX: Add preemption timer supportJan Kiszka2013-03-141-3/+14
* | KVM: nVMX: Provide EFER.LMA saving supportJan Kiszka2013-03-141-1/+12
* | KVM: nVMX: Clean up and fix pin-based execution controlsJan Kiszka2013-03-131-4/+6
* | KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-135-44/+91
* | KVM: MMU: make kvm_mmu_available_pages robust against n_used_mmu_pages > n_ma...Marcelo Tosatti2013-03-131-2/+5
* | KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-123-18/+8
* | VMX: x86: handle host TSC calibration failureMarcelo Tosatti2013-03-121-11/+18
* | kvm: remove cast for kmalloc return valueIoan Orghici2013-03-111-2/+1
* | KVM: MMU: Introduce a helper function for FIFO zappingTakuya Yoshikawa2013-03-071-32/+23
* | KVM: MMU: Use list_for_each_entry_safe in kvm_mmu_commit_zap_page()Takuya Yoshikawa2013-03-071-4/+3
* | KVM: MMU: Fix and clean up for_each_gfn_* macrosTakuya Yoshikawa2013-03-071-10/+8
* | KVM: nVMX: Fix setting of CR0 and CR4 in guest modeJan Kiszka2013-03-071-15/+33
* | KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLSJan Kiszka2013-03-071-3/+10
* | KVM: nVMX: Reset RFLAGS on VM-exitJan Kiszka2013-03-061-0/+1
* | KVM: nVMX: Fix switching of debug stateJan Kiszka2013-03-051-1/+4
* | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-051-7/+8
* | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-051-6/+4
* | KVM: set_memory_region: Drop user_alloc from set_memory_region()Takuya Yoshikawa2013-03-051-3/+3
* | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-051-4/+2
* | Merge branch 'master' into queueMarcelo Tosatti2013-03-052-29/+37
|\|
| * hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-16/+10
| * Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-2412-746/+1364
| |\
| * | x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRsBorislav Petkov2013-02-191-7/+9
| * | KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti2013-01-081-6/+18
* | | KVM: VMX: Pass vcpu to __vmx_complete_interruptsJan Kiszka2013-02-281-17/+14
* | | KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12Jan Kiszka2013-02-281-2/+1
* | | arch/x86/kvm: beautify source code for __u32 irq which is never < 0Chen Gang2013-02-271-1/+1
* | | KVM: nVMX: Use cached exit reasonJan Kiszka2013-02-271-2/+2
* | | KVM: nVMX: Clear segment cache after switching between L1 and L2Jan Kiszka2013-02-271-0/+4
* | | KVM: nVMX: Advertise PAUSE and WBINVD exiting supportJan Kiszka2013-02-271-1/+3
* | | KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state staticJan Kiszka2013-02-271-2/+3
* | | KVM: nVMX: Trap unconditionally if msr bitmap access failsJan Kiszka2013-02-221-1/+2
* | | KVM: nVMX: Improve I/O exit handlingJan Kiszka2013-02-221-2/+47
| |/ |/|
* | Revert "KVM: MMU: lazily drop large spte"Marcelo Tosatti2013-02-201-7/+16
* | KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka2013-02-141-1/+1
* | x86 emulator: fix parity calculation for AAD instructionGleb Natapov2013-02-131-8/+5