summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] KVM: Host suspend/resume supportAvi Kivity2007-02-121-1/+40
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-121-0/+64
* [PATCH] KVM: Add a global list of all virtual machinesAvi Kivity2007-02-121-1/+10
* [PATCH] kvm: fix vcpu freeing bugIngo Molnar2007-02-121-1/+3
* [PATCH] kvm: Two-way apic tpr synchronizationDor Laor2007-02-121-0/+3
* [PATCH] kvm: NULL noise removalAl Viro2007-02-091-14/+14
* [PATCH] kvm: __user annotationsAl Viro2007-02-091-17/+18
* [PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity2007-01-261-1/+16
* [PATCH] KVM: make sure there is a vcpu context loaded when destroying the mmuAvi Kivity2007-01-231-0/+2
* [PATCH] KVM: Make loading cr3 more robustIngo Molnar2007-01-061-1/+13
* [PATCH] KVM: Add missing 'break'Avi Kivity2007-01-061-0/+1
* [PATCH] KVM: Initialize vcpu->kvm a little earlierAvi Kivity2007-01-061-1/+1
* [PATCH] KVM: MMU: Destroy mmu while we still have a vcpu leftAvi Kivity2007-01-061-1/+1
* [PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity2007-01-061-4/+14
* [PATCH] KVM: MMU: Fix cmpxchg8b emulationAvi Kivity2007-01-061-0/+27
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-061-4/+0Star
* [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity2007-01-061-0/+2
* [PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity2007-01-061-0/+24
* [PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae modeAvi Kivity2007-01-061-0/+2
* [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor doesAvi Kivity2007-01-061-10/+19
* [PATCH] KVM: MMU: Implement simple reverse mappingAvi Kivity2007-01-061-0/+1
* [PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity2007-01-061-2/+8
* [PATCH] KVM: Improve interrupt responseDor Laor2007-01-061-4/+7
* [PATCH] KVM: Recover after an arch module load failureYoshimi Ichiyanagi2007-01-061-4/+4
* [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_cre...Ingo Molnar2006-12-301-4/+6
* [PATCH] KVM: Fix oops on oomAvi Kivity2006-12-301-1/+2
* [PATCH] KVM: More msr miseryAvi Kivity2006-12-301-0/+4
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-301-2/+69
* [PATCH] KVM: Initialize kvm_arch_ops on unloadYoshimi Ichiyanagi2006-12-301-0/+6
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-301-2/+2
* [PATCH] KVM: API versioningAvi Kivity2006-12-221-0/+3
* [PATCH] KVM: Do not export unsupported msrs to userspaceMichael Riepe2006-12-221-3/+24
* [PATCH] KVM: add valid_vcpu() helperJames Morris2006-12-221-9/+14
* [PATCH] KVM: Remove extranous put_cpu() from vcpu_put()Avi Kivity2006-12-131-1/+0Star
* [PATCH] KVM: Move find_vmx_entry() to vmx.cAvi Kivity2006-12-131-19/+2Star
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-131-8/+8
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-101-0/+1935