summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Unset kvm_arch_ops if arch module loading failedAvi Kivity2007-03-181-1/+3
* KVM: Move kvmfs magic number to <linux/magic.h>Andrew Morton2007-03-041-2/+2
* KVM: Fix bogus failure in kvm.ko module initializationAvi Kivity2007-03-041-1/+1
* KVM: Remove write access permissions when dirty-page-logging is enabledUri Lublin2007-03-041-0/+2
* kvm: move do_remove_write_access() upUri Lublin2007-03-041-7/+7
* KVM: Fix dirty page log bitmap size/access calculationUri Lublin2007-03-041-2/+2
* KVM: Add missing calls to mark_page_dirty()Uri Lublin2007-03-041-0/+6
* KVM: Per-vcpu inodesAvi Kivity2007-03-041-114/+149
* KVM: Move kvm_vm_ioctl_create_vcpu() aroundAvi Kivity2007-03-041-51/+51
* KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*()Avi Kivity2007-03-041-24/+24
* KVM: Create an inode per virtual machineAvi Kivity2007-03-041-41/+171
* KVM: Add internal filesystem for generating inodesAvi Kivity2007-03-041-1/+32
* KVM: More 0 -> NULL conversionsAvi Kivity2007-03-041-2/+2
* KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity2007-03-041-0/+36
* KVM: add MSR based hypercall APIIngo Molnar2007-03-041-0/+73
* KVM: Use page_private()/set_page_private() apisMarkus Rechberger2007-03-041-1/+1
* KVM: CosmeticsAvi Kivity2007-03-041-13/+8Star
* KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPAREJeremy Katz2007-03-041-2/+6
* [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