summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2009-12-27KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka
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: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka
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: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti
2009-12-03KVM: remove duplicated task_switch checkGleb Natapov
2009-12-03KVM: x86 shared msr infrastructureAvi Kivity
2009-12-03KVM: allow userspace to adjust kvmclock offsetGlauber Costa
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: x86: Harden against cpufreqZachary Amsden
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: x86: include pvclock MSRs in msrs_to_saveGlauber Costa
2009-12-03KVM: x86: Rework guest single-step flag injection and filteringJan Kiszka
2009-12-03KVM: x86: disable paravirt mmu reportingMarcelo Tosatti
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka
2009-12-03KVM: remove pre_task_link setting in save_state_to_tss16Juan Quintela
2009-12-03KVM: Kill the confusing tsc_ref_khz and ref_freq variablesZachary Amsden
2009-12-03KVM: Separate timer intialization into an indepedent functionZachary Amsden
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity
2009-12-03KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov
2009-12-03KVM: Move IO APIC to its own lockGleb Natapov
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity
2009-11-21Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar
2009-11-10hw-breakpoints: Wrap in the KVM breakpoint active state checkFrederic Weisbecker
2009-11-08hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker
2009-11-04KVM: get_tss_base_addr() should return a gpa_tGleb Natapov
2009-11-04KVM: x86: Catch potential overrun in MCE setupJan Kiszka
2009-10-18Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker
2009-10-04KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity
2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar
2009-09-14Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2009-09-10KVM: VMX: Check cpl before emulating debug register accessAvi Kivity
2009-09-10KVM: x86: drop duplicate kvm_flush_remote_tlb callsMarcelo Tosatti
2009-09-10KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity
2009-09-10KVM: Protect update_cr8_intercept() when running without an apicAvi Kivity
2009-09-10KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptorsMikhail Ershov
2009-09-10KVM: Rename x86_emulate.c to emulate.cAvi Kivity
2009-09-10KVM: When switching to a vm8086 task, load segments as 16-bitAnthony Liguori