aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)Author
2010-05-13KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel
2010-04-20KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity
2010-03-01KVM: Activate fpu on cltsAvi Kivity
2010-03-01KVM: SVM: Trap all debug register accessesJan Kiszka
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka
2010-03-01KVM: SVM: Lazy fpu with nptAvi Kivity
2010-03-01KVM: SVM: Selective cr0 interceptAvi Kivity
2010-03-01KVM: SVM: Restore unconditional cr0 intercept under nptAvi Kivity
2010-03-01KVM: SVM: Initialize fpu_active in init_vmcb()Avi Kivity
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang
2010-03-01KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka
2009-12-03KVM: SVM: init_vmcb(): remove redundant save->cr0 initializationEduardo Habkost
2009-12-03KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost
2009-12-03KVM: SVM: Cleanup NMI singlestepJan Kiszka
2009-12-03KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf
2009-12-03KVM: SVM: Remove nsvm_printk debugging codeJoerg Roedel
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: SVM: Move INTR vmexit out of atomic codeJoerg Roedel
2009-12-03KVM: SVM: Notify nested hypervisor of lost event injectionsAlexander Graf
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka
2009-12-03KVM: Fix hotplug of CPUsZachary Amsden
2009-12-03KVM: Fix printk name error in svm.cZachary Amsden
2009-12-03KVM: SVM: Remove remaining occurences of rdtscllJoerg Roedel
2009-12-03KVM: SVM: don't copy exit_int_info on nested vmrunJoerg Roedel
2009-12-03KVM: SVM: reorganize svm_interrupt_allowedJoerg Roedel
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf
2009-12-03KVM: SVM: remove needless mmap_sem acquision from nested_svm_mapMarcelo Tosatti
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity
2009-10-29percpu: make percpu symbols in x86 uniqueTejun Heo
2009-10-04KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel
2009-10-04KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel
2009-09-10KVM: SVM: Drop tlb flush workaround in nptAvi Kivity
2009-09-10KVM: SVM: enable nested svm by defaultJoerg Roedel
2009-09-10KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel
2009-09-10KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel