summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Trace failed msr reads and writesAvi Kivity2010-03-011-5/+8
* KVM: Rename vcpu->shadow_efer to eferAvi Kivity2010-03-011-6/+6
* KVM: Activate fpu on cltsAvi Kivity2010-03-011-1/+7
* KVM: SVM: Trap all debug register accessesJan Kiszka2010-03-011-1/+13
* KVM: SVM: Clean up and enhance mov dr emulationJan Kiszka2010-03-011-35/+29
* KVM: SVM: Lazy fpu with nptAvi Kivity2010-03-011-8/+0
* KVM: SVM: Selective cr0 interceptAvi Kivity2010-03-011-6/+26
* KVM: SVM: Restore unconditional cr0 intercept under nptAvi Kivity2010-03-011-22/+7
* KVM: SVM: Initialize fpu_active in init_vmcb()Avi Kivity2010-03-011-1/+2
* KVM: Lazify fpu activation and deactivationAvi Kivity2010-03-011-14/+21
* KVM: VMX: Allow the guest to own some cr0 bitsAvi Kivity2010-03-011-0/+5
* KVM: Replace read accesses of vcpu->arch.cr0 by an accessorAvi Kivity2010-03-011-4/+5
* KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_opsSheng Yang2010-03-011-3/+3
* KVM: SVM: Adjust tsc_offset only if tsc_unstableJoerg Roedel2010-03-011-8/+10
* KVM: VMX: Add instruction rdtscp support for guestSheng Yang2010-03-011-0/+7
* KVM: Add cpuid_update() callback to kvm_x86_opsSheng Yang2010-03-011-0/+6
* 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
* | KVM: x86: Add KVM_GET/SET_VCPU_EVENTSJan Kiszka2009-12-031-0/+22
* | KVM: SVM: init_vmcb(): remove redundant save->cr0 initializationEduardo Habkost2009-12-031-2/+0
* | KVM: SVM: Reset cr0 properly on vcpu resetEduardo Habkost2009-12-031-4/+5
* | KVM: SVM: Cleanup NMI singlestepJan Kiszka2009-12-031-5/+7
* | KVM: SVM: Support Pause Filter in AMD processorsMark Langsdorf2009-12-031-0/+13
* | KVM: SVM: Remove nsvm_printk debugging codeJoerg Roedel2009-12-031-34/+0
* | KVM: SVM: Add tracepoint for skinit instructionJoerg Roedel2009-12-031-1/+9
* | KVM: SVM: Add tracepoint for invlpga instructionJoerg Roedel2009-12-031-0/+3
* | KVM: SVM: Add tracepoint for #vmexit because intr pendingJoerg Roedel2009-12-031-1/+1
* | KVM: SVM: Add tracepoint for injected #vmexitJoerg Roedel2009-12-031-0/+6
* | KVM: SVM: Add tracepoint for nested #vmexitJoerg Roedel2009-12-031-0/+6
* | KVM: SVM: Add tracepoint for nested vmrunJoerg Roedel2009-12-031-0/+6
* | KVM: SVM: Move INTR vmexit out of atomic codeJoerg Roedel2009-12-031-1/+25
* | KVM: SVM: Notify nested hypervisor of lost event injectionsAlexander Graf2009-12-031-0/+16
* | KVM: x86: Refactor guest debug IOCTL handlingJan Kiszka2009-12-031-12/+2
* | KVM: Fix hotplug of CPUsZachary Amsden2009-12-031-2/+2
* | KVM: Fix printk name error in svm.cZachary Amsden2009-12-031-2/+3
* | KVM: SVM: Remove remaining occurences of rdtscllJoerg Roedel2009-12-031-4/+3
* | KVM: SVM: don't copy exit_int_info on nested vmrunJoerg Roedel2009-12-031-2/+0
* | KVM: SVM: reorganize svm_interrupt_allowedJoerg Roedel2009-12-031-4/+12
* | KVM: Activate Virtualization On DemandAlexander Graf2009-12-031-4/+9
* | KVM: SVM: remove needless mmap_sem acquision from nested_svm_mapMarcelo Tosatti2009-12-031-3/+0
* | KVM: Don't pass kvm_run argumentsAvi Kivity2009-12-031-48/+54
* | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel2009-10-041-6/+17
* | KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel2009-10-041-0/+2
|/
* KVM: SVM: Drop tlb flush workaround in nptAvi Kivity2009-09-101-11/+2
* KVM: SVM: enable nested svm by defaultJoerg Roedel2009-09-101-1/+1
* KVM: SVM: check for nested VINTR flag in svm_interrupt_allowedJoerg Roedel2009-09-101-1/+1
* KVM: SVM: move nested_svm_intr main logic out of if-clauseJoerg Roedel2009-09-101-10/+11
* KVM: SVM: remove unnecessary is_nested check from svm_cpu_runJoerg Roedel2009-09-101-2/+1
* KVM: SVM: move special nested exit handling to separate functionJoerg Roedel2009-09-101-30/+50
* KVM: SVM: handle errors in vmrun emulation path appropriatlyJoerg Roedel2009-09-101-1/+13
OpenPOWER on IntegriCloud