summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: SVM: Don't allow nested guest to VMMCALL into hostJoerg Roedel2010-07-051-2/+7
* 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: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity2010-07-051-0/+9
* KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang2010-07-051-11/+21
* KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2010-07-051-1/+2
* 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: SVM: Report emulated SVM features to userspaceJoerg Roedel2010-07-051-0/+10
* KVM: x86: Add callback to let modules decide over some supported cpuid bitsJoerg Roedel2010-07-053-0/+13
* KVM: SVM: Fix wrong interrupt injection in enable_irq_windowsJoerg Roedel2010-07-051-9/+8
* KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel2010-07-051-15/+31
* KVM: SVM: Fix nested msr intercept handlingJoerg Roedel2010-07-051-10/+3
* KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel2010-07-051-0/+4
* KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel2010-07-051-4/+19
* KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel2010-07-051-23/+24
* 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: MMU: fix kvm_mmu_zap_page() and its calling pathXiao Guangrong2010-04-261-4/+7
* KVM: VMX: Save/restore rflags.vm correctly in real modeAvi Kivity2010-04-261-9/+15
* 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: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa2010-04-261-10/+15
* KVM: VMX: Update instruction length on intercepted BPJan Kiszka2010-04-261-0/+13
* KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2010-04-011-0/+1
* KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov2010-03-151-15/+20
* KVM: x86 emulator: Add group9 instruction decodingGleb Natapov2010-03-151-2/+7
* KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov2010-03-151-0/+6
* KVM: x86 emulator: Add group8 instruction decodingGleb Natapov2010-03-151-1/+6
* KVM: VMX: Trap and invalid MWAIT/MONITOR instructionSheng Yang2010-03-151-0/+10
* KVM: PIT: control word is write-onlyMarcelo Tosatti2010-02-091-0/+3
* 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: MMU: bail out pagewalk on kvm_read_guest errorMarcelo Tosatti2010-01-251-1/+3
* KVM: x86: Fix host_mapping_level()Sheng Yang2010-01-251-4/+2
* KVM: Fix race between APIC TMR and IRRAvi Kivity2010-01-251-5/+6
* KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updatesJan Kiszka2009-12-271-4/+8
* KVM: LAPIC: make sure IRR bitmap is scanned after vm loadMarcelo Tosatti2009-12-271-0/+1
* KVM: MMU: remove prefault from invlpg handlerMarcelo Tosatti2009-12-271-18/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-141-33/+31
|\
| * percpu: make percpu symbols in x86 uniqueTejun Heo2009-10-291-32/+31
* | x86: i8254.c: Add pr_fmt(fmt)Joe Perches2009-12-101-5/+7
* | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-12-0813-483/+1239
|\ \
| * | KVM: VMX: Fix comparison of guest efer with stale host valueAvi Kivity2009-12-032-6/+7
| * | KVM: Drop user return notifier when disabling virtualization on a cpuAvi Kivity2009-12-031-0/+9
| * | KVM: VMX: Disable unrestricted guest when EPT disabledSheng Yang2009-12-031-1/+3
| * | KVM: x86 emulator: limit instructions to 15 bytesAvi Kivity2009-12-031-1/+4
| * | KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka2009-12-033-0/+129