summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-08Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-109/+441
2009-12-03KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity1-2/+2
2009-12-03KVM: Drop user return notifier when disabling virtualization on a cpuAvi Kivity1-0/+9
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka1-0/+77
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 Tosatti1-8/+22
2009-12-03KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti1-1/+3
2009-12-03KVM: remove duplicated task_switch checkGleb Natapov1-5/+0
2009-12-03KVM: x86 shared msr infrastructureAvi Kivity1-0/+81
2009-12-03KVM: allow userspace to adjust kvmclock offsetGlauber Costa1-1/+41
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: x86: Harden against cpufreqZachary Amsden1-4/+12
2009-12-03KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel1-0/+1
2009-12-03KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel1-0/+1
2009-12-03KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel1-0/+1
2009-12-03KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel1-0/+1
2009-12-03KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel1-0/+1
2009-12-03KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel1-0/+1
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 Kiszka1-7/+21
2009-12-03KVM: remove pre_task_link setting in save_state_to_tss16Juan Quintela1-1/+0
2009-12-03KVM: Kill the confusing tsc_ref_khz and ref_freq variablesZachary Amsden1-10/+16
2009-12-03KVM: Separate timer intialization into an indepedent functionZachary Amsden1-8/+15
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-2/+2
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity1-1/+1
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov1-2/+0
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov1-8/+2
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity1-26/+24
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar1-8/+10
2009-11-10hw-breakpoints: Wrap in the KVM breakpoint active state checkFrederic Weisbecker1-1/+1
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker1-8/+10
2009-11-04KVM: get_tss_base_addr() should return a gpa_tGleb Natapov1-1/+1
2009-11-04KVM: x86: Catch potential overrun in MCE setupJan Kiszka1-1/+1
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker1-0/+2
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity1-0/+2
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar1-245/+577
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-239/+576
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity1-0/+13
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti1-2/+0
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity1-15/+7
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity1-0/+3
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov1-8/+2
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity1-1/+1
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori1-1/+8
2009-09-10KVM: Update cr8 intercept when APIC TPR is changed by userspaceGleb Natapov1-0/+2