aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2010-02-09KVM: PIT: control word is write-onlyMarcelo Tosatti
2010-02-09kvmclock: count total_sleep_time when updating guest clockJason Wang
2010-01-25KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun
2010-01-25KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun
2010-01-25KVM: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti
2010-01-25KVM: x86: Fix host_mapping_level()Sheng Yang
2010-01-25KVM: Fix race between APIC TMR and IRRAvi Kivity
2009-12-27KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka
2009-12-27KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti
2009-12-27KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-10x86: i8254.c: Add pr_fmt(fmt)Joe Perches
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-12-03KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity
2009-12-03KVM: Drop user return notifier when disabling virtualization on a cpuAvi Kivity
2009-12-03KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang
2009-12-03KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka
2009-12-03KVM: VMX: Report unexpected simultaneous exceptions as internal errorsAvi Kivity
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity
2009-12-03KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUGJan Kiszka
2009-12-03KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapicMarcelo Tosatti
2009-12-03KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti
2009-12-03KVM: VMX: Remove vmx->msr_offset_eferAvi Kivity
2009-12-03KVM: MMU: update invlpg handler commentMarcelo Tosatti
2009-12-03KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti
2009-12-03KVM: remove duplicated task_switch checkGleb Natapov
2009-12-03KVM: VMX: Use shared msr infrastructureAvi Kivity
2009-12-03KVM: x86 shared msr infrastructureAvi Kivity
2009-12-03KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr areaAvi Kivity
2009-12-03KVM: SVM: init_vmcb(): remove redundant save->cr0 initializationEduardo Habkost
2009-12-03KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost
2009-12-03KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost
2009-12-03KVM: allow userspace to adjust kvmclock offsetGlauber Costa
2009-12-03KVM: SVM: Cleanup NMI singlestepJan Kiszka
2009-12-03KVM: x86: Fix guest single-stepping while interruptibleJan Kiszka
2009-12-03KVM: Xen PV-on-HVM guest supportEd Swierk
2009-12-03KVM: x86: Drop unneeded CONFIG_HAS_IOMEM checkJan Kiszka
2009-12-03KVM: VMX: fix handle_pause declarationMarcelo Tosatti
2009-12-03KVM: x86: Harden against cpufreqZachary Amsden
2009-12-03KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf
2009-12-03KVM: VMX: Add support for Pause-Loop ExitingZhai, Edwin
2009-12-03KVM: SVM: Remove nsvm_printk debugging codeJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel
2009-12-03KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel
2009-12-03KVM: SVM: Move INTR vmexit out of atomic codeJoerg Roedel