linux/arch/x86/kvm
Avi Kivity 7a73c0283d KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR
We don't need more than a page, and vmalloc() is slower (much
slower recently due to a regression).

Signed-off-by: Avi Kivity <avi@redhat.com>
2010-07-23 09:07:14 +03:00
..
emulate.c
i8254.c
i8254.h
i8259.c
irq.c
irq.h
Kconfig
kvm_cache_regs.h
kvm_timer.h
lapic.c
lapic.h
Makefile
mmu.c mm: add context argument to shrinker callback 2010-07-19 14:56:17 +10:00
mmu.h
mmutrace.h
paging_tmpl.h KVM: MMU: fix conflict access permissions in direct sp 2010-07-23 09:07:04 +03:00
svm.c KVM: SVM: Implement workaround for Erratum 383 2010-06-09 18:47:20 +03:00
timer.c
trace.h
tss.h
vmx.c KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruption 2010-07-06 11:41:31 +03:00
x86.c KVM: Use kmalloc() instead of vmalloc() for KVM_[GS]ET_MSR 2010-07-23 09:07:14 +03:00
x86.h