aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/svm.c
AgeCommit message (Expand)Author
2007-10-13KVM: Improve emulation failure reportingAvi Kivity
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt
2007-10-13KVM: Hoist SVM's get_cs_db_l_bits into core code.Rusty Russell
2007-10-13KVM: Clean up unloved invlpg emulationRusty Russell
2007-10-13KVM: Remove the unused invlpg member of struct kvm_arch_ops.Rusty Russell
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong
2007-10-13KVM: pending irq save/restoreEddie Dong
2007-10-13KVM: Emulate hlt in the kernelEddie Dong
2007-10-13KVM: Emulate local APIC in kernelEddie Dong
2007-10-13KVM: Define and use cr8 access functionsEddie Dong
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong
2007-10-13KVM: Close minor race in signal handlingAvi Kivity
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier
2007-10-13KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objectsRusty Russell
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell
2007-10-13KVM: SVM: Make set_msr_interception more reliableRusty Russell
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng
2007-10-13KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier
2007-10-13KVM: SVM: internal function name cleanupRusty Russell
2007-10-13KVM: SVM: de-containizationRusty Russell
2007-10-13KVM: Remove three magic numbersRusty Russell
2007-10-13KVM: Convert vm lock to a mutexShaohua Li
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity
2007-10-13KVM: Dynamically allocate vcpusRusty Russell
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins
2007-10-13KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.Jeff Dike
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He
2007-07-16KVM: Clean up #includesAvi Kivity
2007-07-16KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity
2007-07-16KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity
2007-07-16KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-03KVM: SVM: Only save/restore MSRs when neededAnthony Liguori
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori
2007-05-03KVM: Per-vcpu statisticsAvi Kivity
2007-05-03KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity
2007-05-03KVM: Use kernel-standard typesAvi Kivity
2007-05-03KVM: SVM: enable LBRV virtualization if availableJoerg Roedel