aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-253/+809
2012-12-11KVM: emulator: fix real mode segment checks in address linearizationGleb Natapov1-2/+3
2012-12-11VMX: remove unneeded enable_unrestricted_guest checkGleb Natapov1-1/+1
2012-12-11KVM: VMX: fix DPL during entry to protected modeGleb Natapov1-0/+1
2012-12-06KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdumpZhang Yanfei1-0/+67
2012-12-06KVM: MMU: optimize for set_spteXiao Guangrong1-4/+12
2012-12-05KVM: x86: Make register state after reset conform to specificationJulian Stecklina4-16/+17
2012-12-05kvm: don't use bit24 for detecting address-specific invalidation capabilityZhang Xiantao1-16/+0
2012-12-05kvm: remove unnecessary bit checking for ept violationZhang Xiantao1-5/+0
2012-12-02KVM: x86: Fix uninitialized return codeJan Kiszka1-0/+1
2012-11-30KVM: x86: Emulate IA32_TSC_ADJUST MSRWill Auld5-0/+49
2012-11-30KVM: x86: Add code to track call origin for msr assignmentWill Auld4-18/+47
2012-11-29KVM: VMX: fix memory order between loading vmcs and clearing vmcsXiao Guangrong1-0/+17
2012-11-28KVM: VMX: fix invalid cpu passed to smp_call_function_singleXiao Guangrong1-3/+5
2012-11-27KVM: x86: update pvclock area conditionally, on cpu migrationMarcelo Tosatti1-1/+6
2012-11-27KVM: x86: require matched TSC offsets for master clockMarcelo Tosatti2-8/+88
2012-11-27KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti3-3/+13
2012-11-27KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti2-8/+257
2012-11-27KVM: x86: notifier for clocksource changesMarcelo Tosatti1-1/+93
2012-11-27KVM: x86: pass host_tsc to read_l1_tscMarcelo Tosatti4-8/+8
2012-11-27KVM: x86: retain pvclock guest stopped bit in guest memoryMarcelo Tosatti1-7/+13
2012-11-26x86, kvm: Remove incorrect redundant assembly constraintH. Peter Anvin1-2/+1
2012-11-16KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update()Takashi Iwai1-4/+7
2012-11-13KVM: remove unnecessary return value checkGuo Chao1-32/+0
2012-11-13KVM: x86: fix return value of kvm_vm_ioctl_set_tss_addr()Guo Chao1-1/+1
2012-11-13KVM: do not kfree error pointerGuo Chao1-13/+6
2012-11-12KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2-0/+6
2012-10-31KVM: x86: fix vcpu->mmio_fragments overflowXiao Guangrong1-26/+34
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong3-4/+4
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti2-3/+2
2012-10-23KVM: Take kvm instead of vcpu to mmu_notifier_retryChristoffer Dall2-3/+3
2012-10-22KVM: apic: fix LDR calculation in x2apic modeGleb Natapov1-1/+1
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong1-2/+1
2012-10-22KVM: SVM: Cleanup error statementsBorislav Petkov1-5/+2
2012-10-18KVM: VMX: report internal error for MMIO #PF due to delivery eventXiao Guangrong1-10/+16
2012-10-18KVM: VMX: report internal error for the unhandleable eventXiao Guangrong1-4/+15
2012-10-18KVM: do not de-cache cr4 bits needlesslyGleb Natapov1-1/+1
2012-10-17KVM: MMU: introduce FNAME(prefetch_gpte)Xiao Guangrong1-31/+24
2012-10-17KVM: MMU: move prefetch_invalid_gpte out of pagaing_tmp.hXiao Guangrong2-31/+31
2012-10-17KVM: MMU: cleanup FNAME(page_fault)Xiao Guangrong1-19/+13
2012-10-17KVM: MMU: remove mmu_is_invalidXiao Guangrong2-7/+2
2012-10-08KVM: x86: Make emulator_fix_hypercall staticJan Kiszka1-2/+2
2012-10-08KVM: x86: Convert kvm_arch_vcpu_reset into private kvm_vcpu_resetJan Kiszka1-3/+5
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-1074/+1408
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+9
2012-10-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-89/+0
2012-09-23KVM: x86: Fix guest debug across vcpu INIT resetJan Kiszka3-41/+22
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson1-0/+4
2012-09-21x86, kvm: fix kvm's usage of kernel_fpu_begin/end()Suresh Siddha2-5/+9