summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
AgeCommit message (Expand)AuthorLines
2008-01-30KVM: Move arch dependent files to new directory arch/x86/kvm/Avi Kivity-1725/+0
2008-01-30KVM: Portability: Split mmu-related static inline functions to mmu.hZhang Xiantao-0/+1
2008-01-30KVM: Portability: Introduce kvm_vcpu_archZhang Xiantao-61/+61
2008-01-30KVM: SVM: support writing 0 to K8 performance counter control registersJoerg Roedel-0/+13
2008-01-30KVM: SVM: Exit to userspace if write to cr8 and not using in-kernel apicJoerg Roedel-1/+10
2008-01-30KVM: SVM: Trap access to the cr8 registerAvi Kivity-2/+6
2008-01-30KVM: Use generalized exception queue for injecting #UDAvi Kivity-10/+2
2008-01-30KVM: Replace #GP injection by the generalized exception queueAvi Kivity-15/+2
2008-01-30KVM: Replace page fault injection by the generalized exception queueAvi Kivity-35/+0
2008-01-30KVM: Generalize exception injection mechanismAvi Kivity-0/+21
2008-01-30KVM: SVM: Remove KVM specific defines for MSR_EFERCarlo Marcelo Arenas Belon-10/+7
2008-01-30KVM: Make unloading of FPU state when putting vcpu arch-independentAmit Shah-1/+0
2008-01-30KVM: Replace 'light_exits' stat with 'host_state_reload'Avi Kivity-0/+1
2008-01-30KVM: Remove ptr comparisons to 0Joe Perches-1/+1
2008-01-30KVM: Portability: Combine kvm_init and kvm_init_x86Zhang Xiantao-2/+2
2008-01-30KVM: Move page fault processing to common codeAvi Kivity-32/+1
2008-01-30KVM: SVM: Let gcc to choose which registers to save (i386)Laurent Vivier-4/+4
2008-01-30KVM: SVM: Let gcc to choose which registers to save (x86_64)Laurent Vivier-9/+8
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus-0/+7
2008-01-30KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()Avi Kivity-1/+3
2008-01-30KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...Zhang Xiantao-1/+1
2008-01-30KVM: Move apic timer interrupt backlog processing to common codeAvi Kivity-1/+0
2008-01-30KVM: CodingStyle cleanupMike Day-25/+23
2008-01-30KVM: Hoist kvm_create_lapic() into kvm_vcpu_init()Rusty Russell-6/+0
2008-01-30KVM: Call x86_decode_insn() only when neededLaurent Vivier-4/+5
2008-01-30KVM: Refactor hypercall infrastructure (v3)Anthony Liguori-3/+16
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa-1/+1
2007-11-27KVM: SVM: Unload guest fpu on vcpu_put()Avi Kivity-0/+1
2007-11-08KVM: SVM: Intercept the 'invd' and 'wbinvd' instructionsAvi Kivity-0/+4
2007-11-08KVM: SVM: Defer nmi processing until switch to host state is completeAvi Kivity-4/+4
2007-11-08KVM: SVM: Fix SMP with kernel apicAvi Kivity-0/+6
2007-10-13KVM: Improve emulation failure reportingAvi Kivity-1/+1
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity-103/+39
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt-3/+3
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell-9/+1
2007-10-13KVM: Clean up unloved invlpg emulationRusty Russell-2/+0
2007-10-13KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell-6/+0
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong-0/+1
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong-2/+5
2007-10-13KVM: pending irq save/restoreEddie Dong-0/+19
2007-10-13KVM: Emulate hlt in the kernelEddie Dong-3/+6
2007-10-13KVM: Emulate local APIC in kernelEddie Dong-0/+6
2007-10-13KVM: Define and use cr8 access functionsEddie Dong-4/+4
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong-8/+61
2007-10-13KVM: Close minor race in signal handlingAvi Kivity-9/+10
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier-2/+1
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier-139/+10
2007-10-13KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objectsRusty Russell-2/+2
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell-2/+2
2007-10-13KVM: SVM: Make set_msr_interception more reliableRusty Russell-5/+4