aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16KVM: Clean up #includesAvi Kivity1-3/+4
2007-07-16KVM: SVM: Reliably detect if SVM was disabled by BIOSJoerg Roedel1-0/+6
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity1-3/+3
2007-07-16KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen1-2/+2
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity1-5/+12
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity1-6/+1
2007-07-16KVM: Lazy guest cr3 switchingAvi Kivity1-0/+4
2007-07-16KVM: SVM: Allow direct guest access to PC debug portAnthony Liguori1-3/+5
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-03KVM: SVM: Only save/restore MSRs when neededAnthony Liguori1-11/+15
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori1-2/+2
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori1-4/+31
2007-05-03KVM: Per-vcpu statisticsAvi Kivity1-7/+7
2007-05-03KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity1-6/+1
2007-05-03KVM: Use kernel-standard typesAvi Kivity1-3/+3
2007-05-03KVM: SVM: enable LBRV virtualization if availableJoerg Roedel1-0/+13
2007-05-03KVM: Remove unused functionMichal Piotrowski1-7/+0
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity1-4/+17
2007-05-03KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel1-1/+5
2007-05-03KVM: Remove unused and write-only variablesAvi Kivity1-2/+0
2007-05-03KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity1-1/+3
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity1-1/+0
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-21/+19
2007-05-03KVM: Initialize the apic_base msr on svm tooAvi Kivity1-0/+3
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity1-0/+2
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity1-4/+3
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-2/+2
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-0/+2
2007-05-03KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor1-1/+2
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-2/+1
2007-03-04KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel1-0/+1
2007-03-04KVM: svm: init cr0 with the wp bit setAvi Kivity1-1/+1
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity1-9/+1
2007-03-04KVM: Add hypercall host support for svmAvi Kivity1-1/+15
2007-03-04KVM: add MSR based hypercall APIIngo Molnar1-0/+13
2007-03-04KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish1-2/+3
2007-03-04KVM: CosmeticsAvi Kivity1-5/+5
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity1-0/+5
2007-02-12[PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intelAvi Kivity1-1/+7
2007-02-12[PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0Avi Kivity1-1/+1
2007-02-09[PATCH] kvm: NULL noise removalAl Viro1-4/+4
2007-01-30[PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.cRobert P. J. Day1-1/+1
2007-01-26[PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel1-0/+15
2007-01-26[PATCH] KVM: SVM: Fix SVM idt confusionLeonard Norrgard1-4/+4
2007-01-23[PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity1-1/+2
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar1-0/+8
2007-01-05[PATCH] KVM: Simplify test for interrupt windowDor Laor1-2/+1
2007-01-05[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity1-3/+11
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity1-1/+0
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity1-1/+1