aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/svm.c
AgeCommit message (Expand)Author
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
2007-05-03KVM: Remove unused functionMichal Piotrowski
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity
2007-05-03KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel
2007-05-03KVM: Remove unused and write-only variablesAvi Kivity
2007-05-03KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity
2007-05-03KVM: Initialize the apic_base msr on svm tooAvi Kivity
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity