aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-03-18KVM: Unset kvm_arch_ops if arch module loading failedAvi Kivity1-1/+3
2007-03-04KVM: Move kvmfs magic number to <linux/magic.h>Andrew Morton1-2/+2
2007-03-04KVM: Fix bogus failure in kvm.ko module initializationAvi Kivity1-1/+1
2007-03-04KVM: Remove write access permissions when dirty-page-logging is enabledUri Lublin1-0/+2
2007-03-04kvm: move do_remove_write_access() upUri Lublin1-7/+7
2007-03-04KVM: Fix dirty page log bitmap size/access calculationUri Lublin1-2/+2
2007-03-04KVM: Add missing calls to mark_page_dirty()Uri Lublin1-0/+6
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-114/+149
2007-03-04KVM: Move kvm_vm_ioctl_create_vcpu() aroundAvi Kivity1-51/+51
2007-03-04KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*()Avi Kivity1-24/+24
2007-03-04KVM: Create an inode per virtual machineAvi Kivity1-41/+171
2007-03-04KVM: Add internal filesystem for generating inodesAvi Kivity1-1/+32
2007-03-04KVM: More 0 -> NULL conversionsAvi Kivity1-2/+2
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity1-0/+36
2007-03-04KVM: add MSR based hypercall APIIngo Molnar1-0/+73
2007-03-04KVM: Use page_private()/set_page_private() apisMarkus Rechberger1-1/+1
2007-03-04KVM: CosmeticsAvi Kivity1-13/+8
2007-03-04KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPAREJeremy Katz1-2/+6
2007-02-12[PATCH] KVM: Host suspend/resume supportAvi Kivity1-1/+40
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity1-0/+64
2007-02-12[PATCH] KVM: Add a global list of all virtual machinesAvi Kivity1-1/+10
2007-02-12[PATCH] kvm: fix vcpu freeing bugIngo Molnar1-1/+3
2007-02-12[PATCH] kvm: Two-way apic tpr synchronizationDor Laor1-0/+3
2007-02-09[PATCH] kvm: NULL noise removalAl Viro1-14/+14
2007-02-09[PATCH] kvm: __user annotationsAl Viro1-17/+18
2007-01-26[PATCH] KVM: Emulate IA32_MISC_ENABLE msrAvi Kivity1-1/+16
2007-01-23[PATCH] KVM: make sure there is a vcpu context loaded when destroying the mmuAvi Kivity1-0/+2
2007-01-05[PATCH] KVM: Make loading cr3 more robustIngo Molnar1-1/+13
2007-01-05[PATCH] KVM: Add missing 'break'Avi Kivity1-0/+1
2007-01-05[PATCH] KVM: Initialize vcpu->kvm a little earlierAvi Kivity1-1/+1
2007-01-05[PATCH] KVM: MMU: Destroy mmu while we still have a vcpu leftAvi Kivity1-1/+1
2007-01-05[PATCH] KVM: MMU: Replace atomic allocations by preallocated objectsAvi Kivity1-4/+14
2007-01-05[PATCH] KVM: MMU: Fix cmpxchg8b emulationAvi Kivity1-0/+27
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity1-4/+0
2007-01-05[PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the pageAvi Kivity1-0/+2
2007-01-05[PATCH] KVM: MMU: Support emulated writes into RAMAvi Kivity1-0/+24
2007-01-05[PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae modeAvi Kivity1-0/+2
2007-01-05[PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor doesAvi Kivity1-10/+19
2007-01-05[PATCH] KVM: MMU: Implement simple reverse mappingAvi Kivity1-0/+1
2007-01-05[PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity1-2/+8
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor1-4/+7
2007-01-05[PATCH] KVM: Recover after an arch module load failureYoshimi Ichiyanagi1-4/+4
2006-12-30[PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu()Ingo Molnar1-4/+6
2006-12-30[PATCH] KVM: Fix oops on oomAvi Kivity1-1/+2
2006-12-30[PATCH] KVM: More msr miseryAvi Kivity1-0/+4
2006-12-30[PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity1-2/+69
2006-12-30[PATCH] KVM: Initialize kvm_arch_ops on unloadYoshimi Ichiyanagi1-0/+6
2006-12-30[PATCH] KVM: Simplify is_long_mode()Avi Kivity1-2/+2
2006-12-22[PATCH] KVM: API versioningAvi Kivity1-0/+3
2006-12-22[PATCH] KVM: Do not export unsupported msrs to userspaceMichael Riepe1-3/+24