aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/svm.c
AgeCommit message (Expand)Author
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-03KVM: SVM: Only save/restore MSRs when neededAnthony Liguori
2007-05-03KVM: VMX: Properly shadow the CR0 register in the vcpu structAnthony Liguori
2007-05-03KVM: Lazy FPU support for SVMAnthony Liguori
2007-05-03KVM: Per-vcpu statisticsAvi Kivity
2007-05-03KVM: SVM: Report hardware exit reason to userspace instead of dmesgAvi Kivity
2007-05-03KVM: Use kernel-standard typesAvi Kivity
2007-05-03KVM: SVM: enable LBRV virtualization if availableJoerg Roedel
2007-05-03KVM: Remove unused functionMichal Piotrowski
2007-05-03KVM: SVM: Ensure timestamp counter monotonicityAvi Kivity
2007-05-03KVM: SVM: forbid guest to execute monitor/mwaitJoerg Roedel
2007-05-03KVM: Remove unused and write-only variablesAvi Kivity
2007-05-03KVM: Don't allow the guest to turn off the cpu cacheAvi Kivity
2007-05-03KVM: Remove set_cr0_no_modeswitch() arch opAvi Kivity
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity
2007-05-03KVM: Initialize the apic_base msr on svm tooAvi Kivity
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity
2007-05-03KVM: Use the generic skip_emulated_instruction() in hypercall codeDor Laor
2007-03-04KVM: Per-vcpu inodesAvi Kivity
2007-03-04KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel
2007-03-04KVM: svm: init cr0 with the wp bit setAvi Kivity
2007-03-04KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity
2007-03-04KVM: Add hypercall host support for svmAvi Kivity
2007-03-04KVM: add MSR based hypercall APIIngo Molnar
2007-03-04KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish
2007-03-04KVM: CosmeticsAvi Kivity
2007-02-12[PATCH] KVM: cpu hotplug supportAvi Kivity
2007-02-12[PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intelAvi Kivity
2007-02-12[PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0Avi Kivity
2007-02-09[PATCH] kvm: NULL noise removalAl Viro
2007-01-30[PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.cRobert P. J. Day
2007-01-26[PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel
2007-01-26[PATCH] KVM: SVM: Fix SVM idt confusionLeonard Norrgard
2007-01-23[PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity
2007-01-11[PATCH] KVM: add VM-exit profilingIngo Molnar
2007-01-05[PATCH] KVM: Simplify test for interrupt windowDor Laor
2007-01-05[PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity
2007-01-05[PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity
2007-01-05[PATCH] KVM: MMU: oom handlingAvi Kivity
2007-01-05[PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor
2006-12-30[PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity
2006-12-30[PATCH] KVM: Implement a few system configuration msrsAvi Kivity
2006-12-30[PATCH] KVM: Simplify is_long_mode()Avi Kivity
2006-12-30[PATCH] KVM: Use boot_cpu_data instead of current_cpu_dataAvi Kivity
2006-12-22[PATCH] KVM: Handle p5 mce msrsMichael Riepe
2006-12-22[PATCH] KVM: AMD SVM: Save and restore the floating point unit stateAvi Kivity