summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: SVM: Don't sync nested cr8 to lapic and backJoerg Roedel2010-04-251-15/+31
| * KVM: SVM: Fix nested msr intercept handlingJoerg Roedel2010-04-251-10/+3
| * KVM: SVM: Annotate nested_svm_map with might_sleep()Joerg Roedel2010-04-251-0/+2
| * KVM: SVM: Sync all control registers on nested vmexitJoerg Roedel2010-04-251-0/+4
| * KVM: SVM: Fix schedule-while-atomic on nested exception handlingJoerg Roedel2010-04-251-4/+19
| * KVM: SVM: Don't use kmap_atomic in nested_svm_mapJoerg Roedel2010-04-251-23/+24
| * KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov2010-04-251-14/+14
* | KVM: SVM: Fix wrong intercept masks on 32 bitJoerg Roedel2010-05-131-4/+4
|/
* KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() failsTakuya Yoshikawa2010-04-201-10/+15
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 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
OpenPOWER on IntegriCloud