summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-04-12Merge remote-tracking branch 'vhost/linux-next'Stephen Rothwell
2013-04-12Merge remote-tracking branch 'kvm/linux-next'Stephen Rothwell
2013-04-11KVM: x86 emulator: Fix segment loading in VM86Kevin Wolf
2013-04-08KVM: Move kvm_spurious_fault to x86.cGeoff Levand
2013-04-08KVM: VMX: Add missing braces to avoid redundant error checkJan Kiszka
2013-04-08KVM: x86: fix memory leak in vmx_initYang Zhang
2013-04-07KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controlsJan Kiszka
2013-04-07KVM: Call kvm_apic_match_dest() to check destination vcpuYang Zhang
2013-04-07Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()"Takuya Yoshikawa
2013-04-07KVM: Allow cross page reads and writes from cached translations.Andrew Honig
2013-04-04kvm: add PV MMIO EVENTFDMichael S. Tsirkin
2013-04-02pmu: prepare for migration supportPaolo Bonzini
2013-03-21KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available()Takuya Yoshikawa
2013-03-21KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()Takuya Yoshikawa
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