aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-01-08KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-12-11KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov
2012-12-11VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov
2012-12-11KVM: VMX: fix DPL during entry to protected modeGleb Natapov
2012-12-06KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina
2012-12-05kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao
2012-12-05kvm: remove unnecessary bit checking for ept violationZhang Xiantao
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld
2012-11-29KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong
2012-11-28KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong
2012-11-27KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti
2012-11-27KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti
2012-11-27KVM: x86: notifier for clocksource changesMarcelo Tosatti
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti
2012-11-27KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti
2012-11-26x86, kvm: Remove incorrect redundant assembly constraintH. Peter Anvin
2012-11-16KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai
2012-11-13KVM: remove unnecessary return value checkGuo Chao
2012-11-13KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao
2012-11-13KVM: do not kfree error pointerGuo Chao
2012-11-12KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall
2012-10-22KVM: apic: fix LDR calculation in x2apic modeGleb Natapov
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong
2012-10-22KVM: SVM: Cleanup error statementsBorislav Petkov
2012-10-18KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong
2012-10-18KVM: VMX: report internal error for the unhandleable eventXiao Guangrong
2012-10-18KVM: do not de-cache cr4 bits needlesslyGleb Natapov
2012-10-17KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong
2012-10-17KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong
2012-10-17KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong
2012-10-17KVM: MMU: remove mmu_is_invalidXiao Guangrong
2012-10-08KVM: x86: Make emulator_fix_hypercall staticJan Kiszka
2012-10-08KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson