summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-01KVM: Trace failed msr reads and writesAvi Kivity1-5/+8
2010-03-01KVM: Rename vcpu->shadow_efer to eferAvi Kivity1-6/+6
2010-03-01KVM: Activate fpu on cltsAvi Kivity1-1/+7
2010-03-01KVM: SVM: Trap all debug register accessesJan Kiszka1-1/+13
2010-03-01KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka1-35/+29
2010-03-01KVM: SVM: Lazy fpu with nptAvi Kivity1-8/+0
2010-03-01KVM: SVM: Selective cr0 interceptAvi Kivity1-6/+26
2010-03-01KVM: SVM: Restore unconditional cr0 intercept under nptAvi Kivity1-22/+7
2010-03-01KVM: SVM: Initialize fpu_active in init_vmcb()Avi Kivity1-1/+2
2010-03-01KVM: Lazify fpu activation and deactivationAvi Kivity1-14/+21
2010-03-01KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity1-0/+5
2010-03-01KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity1-4/+5
2010-03-01KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang1-3/+3
2010-03-01KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel1-8/+10
2010-03-01KVM: VMX: Add instruction rdtscp support for guestSheng Yang1-0/+7
2010-03-01KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang1-0/+6
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-33/+31
2009-12-03KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka1-0/+22
2009-12-03KVM: SVM: init_vmcb(): remove redundant save->cr0 initializationEduardo Habkost1-2/+0
2009-12-03KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost1-4/+5
2009-12-03KVM: SVM: Cleanup NMI singlestepJan Kiszka1-5/+7
2009-12-03KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf1-0/+13
2009-12-03KVM: SVM: Remove nsvm_printk debugging codeJoerg Roedel1-34/+0
2009-12-03KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel1-1/+9
2009-12-03KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel1-0/+3
2009-12-03KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel1-1/+1
2009-12-03KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel1-0/+6
2009-12-03KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel1-0/+6
2009-12-03KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel1-0/+6
2009-12-03KVM: SVM: Move INTR vmexit out of atomic codeJoerg Roedel1-1/+25
2009-12-03KVM: SVM: Notify nested hypervisor of lost event injectionsAlexander Graf1-0/+16
2009-12-03KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka1-12/+2
2009-12-03KVM: Fix hotplug of CPUsZachary Amsden1-2/+2
2009-12-03KVM: Fix printk name error in svm.cZachary Amsden1-2/+3
2009-12-03KVM: SVM: Remove remaining occurences of rdtscllJoerg Roedel1-4/+3
2009-12-03KVM: SVM: don't copy exit_int_info on nested vmrunJoerg Roedel1-2/+0
2009-12-03KVM: SVM: reorganize svm_interrupt_allowedJoerg Roedel1-4/+12
2009-12-03KVM: Activate Virtualization On DemandAlexander Graf1-4/+9
2009-12-03KVM: SVM: remove needless mmap_sem acquision from nested_svm_mapMarcelo Tosatti1-3/+0
2009-12-03KVM: Don't pass kvm_run argumentsAvi Kivity1-48/+54
2009-10-29percpu: make percpu symbols in x86 uniqueTejun Heo1-32/+31
2009-10-04KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel1-6/+17
2009-10-04KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel1-0/+2
2009-09-10KVM: SVM: Drop tlb flush workaround in nptAvi Kivity1-11/+2
2009-09-10KVM: SVM: enable nested svm by defaultJoerg Roedel1-1/+1
2009-09-10KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel1-1/+1
2009-09-10KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel1-10/+11
2009-09-10KVM: SVM: remove unnecessary is_nested check from svm_cpu_runJoerg Roedel1-2/+1
2009-09-10KVM: SVM: move special nested exit handling to separate functionJoerg Roedel1-30/+50
2009-09-10KVM: SVM: handle errors in vmrun emulation path appropriatlyJoerg Roedel1-1/+13