aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-27KVM: SVM: Unload guest fpu on vcpu_put()Avi Kivity1-0/+1
2007-11-08KVM: SVM: Intercept the 'invd' and 'wbinvd' instructionsAvi Kivity1-0/+4
2007-11-08KVM: SVM: Defer nmi processing until switch to host state is completeAvi Kivity1-4/+4
2007-11-08KVM: SVM: Fix SMP with kernel apicAvi Kivity1-0/+6
2007-10-13KVM: Improve emulation failure reportingAvi Kivity1-1/+1
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity1-103/+39
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt1-3/+3
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell1-9/+1
2007-10-13KVM: Clean up unloved invlpg emulationRusty Russell1-2/+0
2007-10-13KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell1-6/+0
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong1-0/+1
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong1-2/+5
2007-10-13KVM: pending irq save/restoreEddie Dong1-0/+19
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-3/+6
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-0/+6
2007-10-13KVM: Define and use cr8 access functionsEddie Dong1-4/+4
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-8/+61
2007-10-13KVM: Close minor race in signal handlingAvi Kivity1-9/+10
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier1-2/+1
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier1-139/+10
2007-10-13KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objectsRusty Russell1-2/+2
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell1-2/+2
2007-10-13KVM: SVM: Make set_msr_interception more reliableRusty Russell1-5/+4
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng1-0/+6
2007-10-13KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell1-4/+4
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell1-2/+3
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier1-1/+2
2007-10-13KVM: SVM: internal function name cleanupRusty Russell1-6/+6
2007-10-13KVM: SVM: de-containizationRusty Russell1-124/+108
2007-10-13KVM: Remove three magic numbersRusty Russell1-1/+1
2007-10-13KVM: Convert vm lock to a mutexShaohua Li1-4/+4
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity1-4/+2
2007-10-13KVM: Dynamically allocate vcpusRusty Russell1-91/+86
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins1-165/+229
2007-10-13KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.Jeff Dike1-1/+0
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell1-4/+3
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell1-10/+10
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He1-1/+1
2007-07-16KVM: Clean up #includesAvi Kivity1-3/+4
2007-07-16KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel1-0/+6
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity1-3/+3
2007-07-16KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen1-2/+2
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-5/+12
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-6/+1
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity1-0/+4
2007-07-16KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori1-3/+5
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-03KVM: SVM: Only save/restore MSRs when neededAnthony Liguori1-11/+15
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori1-2/+2
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori1-4/+31