summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg2010-07-051-19/+12
* KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity2010-07-051-0/+6
* KVM: Fix wallclock version writing raceAvi Kivity2010-07-051-2/+10
* KVM: x86: Check LMA bit before set_eferSheng Yang2010-07-051-2/+2
* KVM: Don't allow lmsw to clear cr0.peAvi Kivity2010-07-051-1/+1
* KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel2010-07-051-0/+3
* KVM: x86: Fix TSS size check for 16-bit tasksJan Kiszka2010-04-261-1/+5
* KVM: fix the handling of dirty bitmaps to avoid overflowsTakuya Yoshikawa2010-04-261-2/+2
* KVM: allow bit 10 to be cleared in MSR_IA32_MC4_CTLAndre Przywara2010-04-261-2/+6
* KVM: Don't spam kernel log when injecting exceptions due to bad cr writesAvi Kivity2010-04-261-27/+0
* KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2010-04-011-0/+1
* kvmclock: count total_sleep_time when updating guest clockJason Wang2010-02-091-4/+3
* KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()Wei Yongjun2010-01-251-2/+3
* KVM: x86: Fix probable memory leak of vcpu->arch.mce_banksWei Yongjun2010-01-251-0/+1
* KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka2009-12-271-4/+8
* Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-081-109/+441
|\
| * KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity2009-12-031-2/+2
| * KVM: Drop user return notifier when disabling virtualization on a cpuAvi Kivity2009-12-031-0/+9
| * KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka2009-12-031-0/+77
| * KVM: x86: Polish exception injection via KVM_SET_GUEST_DEBUGJan Kiszka2009-12-031-6/+14
| * KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapicMarcelo Tosatti2009-12-031-0/+6
| * KVM: x86: disallow multiple KVM_CREATE_IRQCHIPMarcelo Tosatti2009-12-031-8/+22
| * KVM: VMX: move CR3/PDPTR update to vmx_set_cr3Marcelo Tosatti2009-12-031-1/+3
| * KVM: remove duplicated task_switch checkGleb Natapov2009-12-031-5/+0
| * KVM: x86 shared msr infrastructureAvi Kivity2009-12-031-0/+81
| * KVM: allow userspace to adjust kvmclock offsetGlauber Costa2009-12-031-1/+41
| * KVM: x86: Fix guest single-stepping while interruptibleJan Kiszka2009-12-031-19/+28
| * KVM: Xen PV-on-HVM guest supportEd Swierk2009-12-031-0/+46
| * KVM: x86: Drop unneeded CONFIG_HAS_IOMEM checkJan Kiszka2009-12-031-2/+0
| * KVM: x86: Harden against cpufreqZachary Amsden2009-12-031-4/+12
| * KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel2009-12-031-0/+1
| * KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel2009-12-031-0/+1
| * KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel2009-12-031-0/+1
| * KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel2009-12-031-0/+1
| * KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel2009-12-031-0/+1
| * KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel2009-12-031-0/+1
| * KVM: x86: include pvclock MSRs in msrs_to_saveGlauber Costa2009-12-031-4/+8
| * KVM: x86: Rework guest single-step flag injection and filteringJan Kiszka2009-12-031-32/+45
| * KVM: x86: disable paravirt mmu reportingMarcelo Tosatti2009-12-031-2/+2
| * KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka2009-12-031-7/+21
| * KVM: remove pre_task_link setting in save_state_to_tss16Juan Quintela2009-12-031-1/+0
| * KVM: Kill the confusing tsc_ref_khz and ref_freq variablesZachary Amsden2009-12-031-10/+16
| * KVM: Separate timer intialization into an indepedent functionZachary Amsden2009-12-031-8/+15
| * KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-2/+2
| * KVM: Return -ENOTTY on unrecognized ioctlsAvi Kivity2009-12-031-1/+1
| * KVM: Drop kvm->irq_lock lock from irq injection pathGleb Natapov2009-12-031-2/+0
| * KVM: Move IO APIC to its own lockGleb Natapov2009-12-031-8/+2
| * KVM: Don't pass kvm_run argumentsAvi Kivity2009-12-031-26/+24
* | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-211-8/+10
|\ \ | |/ |/|
| * hw-breakpoints: Wrap in the KVM breakpoint active state checkFrederic Weisbecker2009-11-101-1/+1