summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity2007-05-031-6/+1
* KVM: Use kernel-standard typesAvi Kivity2007-05-031-3/+3
* KVM: SVM: enable LBRV virtualization if availableJoerg Roedel2007-05-031-0/+13
* KVM: Remove unused functionMichal Piotrowski2007-05-031-7/+0
* KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity2007-05-031-4/+17
* KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel2007-05-031-1/+5
* KVM: Remove unused and write-only variablesAvi Kivity2007-05-031-2/+0
* KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity2007-05-031-1/+3
* KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity2007-05-031-1/+0
* KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity2007-05-031-21/+19
* KVM: Initialize the apic_base msr on svm tooAvi Kivity2007-05-031-0/+3
* KVM: Add a special exit reason when exiting due to an interruptAvi Kivity2007-05-031-0/+2
* KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity2007-05-031-4/+3
* KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity2007-05-031-2/+2
* KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity2007-05-031-0/+2
* KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor2007-05-031-1/+2
OpenPOWER on IntegriCloud