aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-27KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka1-4/+8
2009-12-27KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti1-0/+1
2009-12-27KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti1-18/+0
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-33/+31
2009-12-10x86: i8254.c: Add pr_fmt(fmt)Joe Perches1-5/+7
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-483/+1239
2009-12-03KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity2-6/+7
2009-12-03KVM: Drop user return notifier when disabling virtualization on a cpuAvi Kivity1-0/+9
2009-12-03KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang1-1/+3
2009-12-03KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity1-1/+4
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka3-0/+129
2009-12-03KVM: VMX: Report unexpected simultaneous exceptions as internal errorsAvi Kivity1-3/+8
2009-12-03KVM: Allow internal errors reported to userspace to carry extra dataAvi Kivity2-0/+2
2009-12-03KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUGJan Kiszka1-6/+14
2009-12-03KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapicMarcelo Tosatti1-0/+6
2009-12-03KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti2-9/+27
2009-12-03KVM: VMX: Remove vmx->msr_offset_eferAvi Kivity1-7/+3
2009-12-03KVM: MMU: update invlpg handler commentMarcelo Tosatti1-1/+0
2009-12-03KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti2-5/+4
2009-12-03KVM: remove duplicated task_switch checkGleb Natapov1-5/+0
2009-12-03KVM: VMX: Use shared msr infrastructureAvi Kivity1-70/+42
2009-12-03KVM: x86 shared msr infrastructureAvi Kivity2-0/+82
2009-12-03KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr areaAvi Kivity1-13/+26
2009-12-03KVM: SVM: init_vmcb(): remove redundant save->cr0 initializationEduardo Habkost1-2/+0
2009-12-03KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost1-4/+5
2009-12-03KVM: VMX: Use macros instead of hex value on cr0 initializationEduardo Habkost1-1/+1
2009-12-03KVM: allow userspace to adjust kvmclock offsetGlauber Costa1-1/+41
2009-12-03KVM: SVM: Cleanup NMI singlestepJan Kiszka1-5/+7
2009-12-03KVM: x86: Fix guest single-stepping while interruptibleJan Kiszka1-19/+28
2009-12-03KVM: Xen PV-on-HVM guest supportEd Swierk1-0/+46
2009-12-03KVM: x86: Drop unneeded CONFIG_HAS_IOMEM checkJan Kiszka1-2/+0
2009-12-03KVM: VMX: fix handle_pause declarationMarcelo Tosatti1-1/+1
2009-12-03KVM: x86: Harden against cpufreqZachary Amsden1-4/+12
2009-12-03KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf1-0/+13
2009-12-03KVM: VMX: Add support for Pause-Loop ExitingZhai, Edwin1-1/+50
2009-12-03KVM: SVM: Remove nsvm_printk debugging codeJoerg Roedel1-34/+0
2009-12-03KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel3-1/+32
2009-12-03KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel3-0/+27
2009-12-03KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel3-1/+20
2009-12-03KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel3-0/+40
2009-12-03KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel3-0/+43
2009-12-03KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel3-0/+40
2009-12-03KVM: SVM: Move INTR vmexit out of atomic codeJoerg Roedel1-1/+25
2009-12-03KVM: SVM: Notify nested hypervisor of lost event injectionsAlexander Graf1-0/+16
2009-12-03KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa1-4/+8
2009-12-03KVM: x86: Rework guest single-step flag injection and filteringJan Kiszka1-32/+45
2009-12-03KVM: x86: disable paravirt mmu reportingMarcelo Tosatti1-2/+2
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka3-36/+24
2009-12-03KVM: remove pre_task_link setting in save_state_to_tss16Juan Quintela1-1/+0
2009-12-03KVM: Fix hotplug of CPUsZachary Amsden2-4/+6