aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
Commit message (Expand)AuthorAge
* KVM: Per-vcpu inodesAvi Kivity2007-03-04
* KVM: SVM: intercept SMI to handle it at host levelJoerg Roedel2007-03-04
* KVM: svm: init cr0 with the wp bit setAvi Kivity2007-03-04
* KVM: Wire up hypercall handlers to a central arch-independent locationAvi Kivity2007-03-04
* KVM: Add hypercall host support for svmAvi Kivity2007-03-04
* KVM: add MSR based hypercall APIIngo Molnar2007-03-04
* KVM: Use ARRAY_SIZE macro instead of manual calculation.Ahmed S. Darwish2007-03-04
* KVM: CosmeticsAvi Kivity2007-03-04
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-12
* [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intelAvi Kivity2007-02-12
* [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0Avi Kivity2007-02-12
* [PATCH] kvm: NULL noise removalAl Viro2007-02-09
* [PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.cRobert P. J. Day2007-01-30
* [PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel2007-01-26
* [PATCH] KVM: SVM: Fix SVM idt confusionLeonard Norrgard2007-01-26
* [PATCH] KVM: fix race between mmio reads and injected interruptsAvi Kivity2007-01-23
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-11
* [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-06
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-06
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-06
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-06
* [PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity2007-01-06
* [PATCH] KVM: Improve interrupt responseDor Laor2007-01-06
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-30
* [PATCH] KVM: Implement a few system configuration msrsAvi Kivity2006-12-30
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-30
* [PATCH] KVM: Use boot_cpu_data instead of current_cpu_dataAvi Kivity2006-12-30
* [PATCH] KVM: Handle p5 mce msrsMichael Riepe2006-12-22
* [PATCH] KVM: AMD SVM: Save and restore the floating point unit stateAvi Kivity2006-12-22
* [PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit modeAvi Kivity2006-12-22
* [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity2006-12-13
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-13
* [PATCH] KVM: Clean up AMD SVM debug registers load and unloadAvi Kivity2006-12-13
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-10