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