- 7e44e44 x86: kvm: rate-limit global clock updates by Andrew Jones · 11 years ago
- ccf9844 kvm, vmx: Really fix lazy FPU on nested guest by Paolo Bonzini · 11 years ago
- 684851a KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEX by Takuya Yoshikawa · 11 years ago
- d371401 KVM: x86: emulator_cmpxchg_emulated should mark_page_dirty by Marcelo Tosatti · 11 years ago
- 390bd52 KVM: x86: Enable Intel MPX for guest by Liu, Jinsong · 11 years ago
- 0dd376e KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save by Liu, Jinsong · 11 years ago
- da8999d KVM: x86: Intel MPX vmx and msr handle by Liu, Jinsong · 11 years ago
- 56c103e KVM: x86: Fix xsave cpuid exposing bug by Liu, Jinsong · 11 years ago
- 49345f1 KVM: x86: expose ADX feature to guest by Liu, Jinsong · 11 years ago
- 0c79893 KVM: x86: expose new instruction RDSEED to guest by Liu, Jinsong · 11 years ago
- f303b4c KVM: SVM: fix NMI window after iret by Radim Krčmář · 11 years ago
- 5befdc3 KVM: Simplify kvm->tlbs_dirty handling by Takuya Yoshikawa · 11 years ago
- f244d910 Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 11 years ago
- 4f34d68 KVM: x86: remove unused last_kernel_ns variable by Marcelo Tosatti · 11 years ago
- e0ead41 KVM: async_pf: Provide additional direct page notification by Dominik Dingel · 12 years ago
- 5f66b62 kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdef by Paolo Bonzini · 11 years ago
- 58cb628 KVM: x86: Validate guest writes to MSR_IA32_APICBASE by Jan Kiszka · 11 years ago
- b3af1e8 KVM: x86: mark hyper-v vapic assist page as dirty by Vadim Rozenfeld · 11 years ago
- b94b64c KVM: x86: mark hyper-v hypercall page as dirty by Vadim Rozenfeld · 11 years ago
- 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
- 9449162 kvm: make KVM_MMU_AUDIT help text more readable by Randy Dunlap · 11 years ago
- 3edf1e6 KVM: nVMX: Update guest activity state field on L2 exits by Jan Kiszka · 11 years ago
- 7af40ad3 KVM: nVMX: Fix nested_run_pending on activity state HLT by Jan Kiszka · 11 years ago
- cae5013 KVM: nVMX: Clean up handling of VMX-related MSRs by Jan Kiszka · 11 years ago
- 542060e KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_inject by Jan Kiszka · 11 years ago
- 533558b KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit by Jan Kiszka · 11 years ago
- 4212492 KVM: nVMX: Leave VMX mode on clearing of feature control MSR by Jan Kiszka · 11 years ago
- 8246bf5 KVM: VMX: Fix DR6 update on #DB exception by Jan Kiszka · 11 years ago
- 73aaf249e KVM: SVM: Fix reading of DR6 by Jan Kiszka · 11 years ago
- 9926c9f KVM: x86: Sync DR7 on KVM_SET_DEBUGREGS by Jan Kiszka · 11 years ago
- e984097 add support for Hyper-V reference time counter by Vadim Rozenfeld · 11 years ago
- aab6d7c KVM: remove useless write to vcpu->hv_clock.tsc_timestamp by Paolo Bonzini · 11 years ago
- f25e656 KVM: x86: fix tsc catchup issue with tsc scaling by Marcelo Tosatti · 11 years ago
- 0dce7cd kvm: x86: fix apic_base enable check by Andrew Jones · 11 years ago
- 9ed96e8 KVM: x86: limit PIT timer frequency by Marcelo Tosatti · 11 years ago
- 37f6a4e KVM: x86: handle invalid root_hpa everywhere by Marcelo Tosatti · 11 years ago
- 26a865f KVM: VMX: fix use after free of vmx->loaded_vmcs by Marcelo Tosatti · 11 years ago
- 9689397 KVM: x86: Fix debug typo error in lapic by Chen Fan · 11 years ago
- 2f0a639 KVM: VMX: check use I/O bitmap first before unconditional I/O exit by Zhihui Zhang · 11 years ago
- 29bf08f KVM: nVMX: Unconditionally uninit the MMU on nested vmexit by Jan Kiszka · 11 years ago
- e66d2ae KVM: x86: Fix APIC map calculation after re-enabling by Jan Kiszka · 11 years ago
- 989c6b3 KVM: MMU: handle invalid root_hpa at __direct_map by Marcelo Tosatti · 11 years ago
- 4c4d563 KVM: VMX: Do not skip the instruction if handle_dr injects a fault by Jan Kiszka · 11 years ago
- ca3f257 KVM: nVMX: Support direct APIC access from L2 by Jan Kiszka · 11 years ago
- 9357d93 KVM: x86: Add comment on vcpu_enter_guest()'s return value by Takuya Yoshikawa · 11 years ago
- c08ac06 KVM: Use cond_resched() directly and remove useless kvm_resched() by Takuya Yoshikawa · 11 years ago
- 17d68b7 KVM: x86: fix guest-initiated crash with x2apic (CVE-2013-6376) by Gleb Natapov · 11 years ago
- fda4e2e8 KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) by Andy Honig · 11 years ago
- b963a22 KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367) by Andy Honig · 11 years ago
- 6dfacad KVM: nVMX: Add support for activity state HLT by Jan Kiszka · 11 years ago
- 2961e876 KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs field by Gleb Natapov · 11 years ago
- 521ee0c kvm: mmu: delay mmu audit activation by Sasha Levin · 11 years ago
- e504c90 kvm, vmx: Fix lazy FPU on nested guest by Anthoine Bourgeois · 11 years ago
- 1b2ca42 kvm, cpuid: Fix sparse warning by Borislav Petkov · 11 years ago
- 01b7191 kvm: optimize out smp_mb after srcu_read_unlock by Michael S. Tsirkin · 11 years ago
- a9d4e43 KVM: x86: trace cpuid emulation when called from emulator by Gleb Natapov · 11 years ago
- 6d4d85e KVM: emulator: cleanup decode_register_operand() a bit by Gleb Natapov · 11 years ago
- aa9ac1a KVM: emulator: check rex prefix inside decode_register() by Gleb Natapov · 11 years ago
- 95f328d Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue by Gleb Natapov · 11 years ago
- daf72722 KVM: x86: fix emulation of "movzbl %bpl, %eax" by Paolo Bonzini · 11 years ago
- 98f7363 KVM: x86: emulate SAHF instruction by Paolo Bonzini · 11 years ago
- 6026620 kvm/vmx: error message typo fix by Michael S. Tsirkin · 11 years ago
- c67a04c KVM: x86: fix KVM_SET_XCRS loop by Paolo Bonzini · 11 years ago
- 46c34cb KVM: x86: fix KVM_SET_XCRS for CPUs that do not support XSAVE by Paolo Bonzini · 11 years ago
- e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
- d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
- ec53500 kvm: Add VFIO device by Alex Williamson · 11 years ago
- 84cffe4 kvm: Emulate MOVBE by Borislav Petkov · 11 years ago
- 0bc5eed kvm, emulator: Add initial three-byte insns support by Borislav Petkov · 11 years ago
- b51e974 kvm, emulator: Rename VendorSpecific flag by Borislav Petkov · 11 years ago
- 1ce19dc kvm, emulator: Use opcode length by Borislav Petkov · 11 years ago
- 9c15bb1 kvm: Add KVM_GET_EMULATED_CPUID by Borislav Petkov · 11 years ago
- a294c9b nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supported by Jan Kiszka · 11 years ago
- cd2633c nVMX: Fix pick-up of uninjected NMIs by Jan Kiszka · 11 years ago
- d3134db KVM: nVMX: Report 2MB EPT pages as supported by Jan Kiszka · 11 years ago
- 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
- 5587027 kvm: Add struct kvm arg to memslot APIs by Aneesh Kumar K.V · 11 years ago
- f2e1066 KVM: Drop FOLL_GET in GUP when doing async page fault by chai wen · 11 years ago
- 7854cbc KVM: nVMX: Fully support nested VMX preemption timer by Arthur Chunqi Li · 11 years ago
- d0d538b KVM: nVMX: fix shadow on EPT by Gleb Natapov · 11 years ago
- 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
- 95f93af KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unload by Paolo Bonzini · 11 years ago
- d8d173d KVM: mmu: remove uninteresting MMU "new_cr3" callbacks by Paolo Bonzini · 11 years ago
- 2062609 KVM: mmu: remove uninteresting MMU "free" callbacks by Paolo Bonzini · 11 years ago
- 4344ee9 KVM: x86: only copy XSAVE state for the supported features by Paolo Bonzini · 11 years ago
- d7876f1 KVM: x86: prevent setting unsupported XSAVE states by Paolo Bonzini · 11 years ago
- 647e23b KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0 by Paolo Bonzini · 11 years ago
- 2f303b7 KVM: Convert kvm_lock back to non-raw spinlock by Paolo Bonzini · 11 years ago
- feaf0c7d KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 by Gleb Natapov · 11 years ago
- e011c66 KVM: nVMX: Check all exceptions for intercept during delivery to L2 by Gleb Natapov · 11 years ago
- 851eb667 KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO by Gleb Natapov · 11 years ago
- e0b890d KVM: nVMX: Amend nested_run_pending logic by Gleb Natapov · 11 years ago
- bcd1c29 KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined by Gleb Natapov · 11 years ago
- 92fbc7b KVM: nVMX: Enable unrestricted guest mode support by Jan Kiszka · 12 years ago
- 10ba54a KVM: nVMX: Implement support for EFER saving on VM-exit by Jan Kiszka · 12 years ago
- 59ab5a8 KVM: nVMX: Do not set identity page map for L2 by Jan Kiszka · 12 years ago
- 9e3e4db KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state by Jan Kiszka · 12 years ago
- 0be9c7a KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI by Gleb Natapov · 11 years ago
- 72f8579 KVM: nEPT: reset PDPTR register cache on nested vmentry emulation by Gleb Natapov · 12 years ago
- ba6a354 KVM: mmu: allow page tables to be in read-only slots by Paolo Bonzini · 11 years ago