summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] KVM: add VM-exit profilingIngo Molnar2007-01-111-0/+8
* [PATCH] KVM: Simplify test for interrupt windowDor Laor2007-01-051-2/+1
* [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspaceAvi Kivity2007-01-051-3/+11
* [PATCH] KVM: MMU: Remove invlpg interceptionAvi Kivity2007-01-051-1/+0
* [PATCH] KVM: MMU: oom handlingAvi Kivity2007-01-051-1/+1
* [PATCH] KVM: Prevent stale bits in cr0 and cr4Avi Kivity2007-01-051-0/+5
* [PATCH] KVM: Improve interrupt responseDor Laor2007-01-051-7/+87
* [PATCH] KVM: Move common msr handling to arch independent codeAvi Kivity2006-12-301-45/+2
* [PATCH] KVM: Implement a few system configuration msrsAvi Kivity2006-12-301-0/+3
* [PATCH] KVM: Simplify is_long_mode()Avi Kivity2006-12-301-6/+0
* [PATCH] KVM: Use boot_cpu_data instead of current_cpu_dataAvi Kivity2006-12-301-1/+1
* [PATCH] KVM: Handle p5 mce msrsMichael Riepe2006-12-221-0/+2
* [PATCH] KVM: AMD SVM: Save and restore the floating point unit stateAvi Kivity2006-12-221-0/+9
* [PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit modeAvi Kivity2006-12-221-5/+5
* [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versaAvi Kivity2006-12-131-3/+2
* [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64Avi Kivity2006-12-131-11/+11
* [PATCH] KVM: Clean up AMD SVM debug registers load and unloadAvi Kivity2006-12-131-43/+8
* [PATCH] kvm: userspace interfaceAvi Kivity2006-12-101-0/+1677